]> git.lyx.org Git - features.git/commit
Paragraph::isLetter(): Fix word selection in ERT. The check had nothing to do with...
authorAbdelrazak Younes <younes@lyx.org>
Sun, 21 Jun 2009 13:43:34 +0000 (13:43 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 21 Jun 2009 13:43:34 +0000 (13:43 +0000)
commit7a4668b25e6434ec1f072b49bd95f1ce978f1f38
tree6ad6b56708d2b362832f12e6c0679f42ab881854
parent5a54d11157fdc4277b832b6cdb8b26fc1bcefa4b
Paragraph::isLetter(): Fix word selection in ERT. The check had nothing to do with spellchecking. This method is misnamed, it should perhaps be renamed to 'canBePartOfWord()'.

NB: I am not sure this escape character preference is something useful to keep. If some language has some special escape characters beside the single quote one we should support that out of the box and not asking the user to define it or them in the preference dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30210 a592a061-630c-0410-9148-cb99ea01b6c8
src/Paragraph.cpp