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:
Jean-Marc Lasgouttes 2004-11-15 13:35:50 +00:00
parent 6b553bee4c
commit f95d6c7a53
2 changed files with 7 additions and 0 deletions

View File

@ -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> 2004-11-11 Alfredo Braunstein <abraunst@lyx.org>

View File

@ -68,6 +68,9 @@ public:
// should this inset be handled like a normal charater // should this inset be handled like a normal charater
bool isChar() const { return true; } bool isChar() const { return true; }
// is this equivalent to a letter?
virtual bool isLetter() const { return candisp; }
/// all the accent types /// all the accent types
enum ACCENT_TYPES{ enum ACCENT_TYPES{
/// ///