mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
insetlatexaccent is part of a word
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9248 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6b553bee4c
commit
f95d6c7a53
@ -1,3 +1,7 @@
|
||||
2004-11-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* insetlatexaccent.h (isLetter): implement, so that word selection
|
||||
takes accents into account.
|
||||
|
||||
2004-11-11 Alfredo Braunstein <abraunst@lyx.org>
|
||||
|
||||
|
@ -68,6 +68,9 @@ public:
|
||||
// should this inset be handled like a normal charater
|
||||
bool isChar() const { return true; }
|
||||
|
||||
// is this equivalent to a letter?
|
||||
virtual bool isLetter() const { return candisp; }
|
||||
|
||||
/// all the accent types
|
||||
enum ACCENT_TYPES{
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user