]> git.lyx.org Git - features.git/commit
Implement LFUN_INSET_DISSOLVE (bug 2201):
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 8 Aug 2006 13:34:02 +0000 (13:34 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 8 Aug 2006 13:34:02 +0000 (13:34 +0000)
commit0ce73aa2c41435f75e6cda40c89bdf165523dfdb
tree5ba6c4a8f3227c82b8abfbaaf9d50e18c71573f5
parenta9f2042082a7b12c4100f5421a4dc6da06f2c616
Implement LFUN_INSET_DISSOLVE (bug 2201):
        * src/LyXAction.C:
        * src/lfuns.h:
- add new lfun LFUN_INSET_DISSOLVE.

        * src/insets/insettext.C
        (void InsetText::doDispatch):
- dissolve inset when hitting backspace in the
  very first or delete in the very last position
  of an inset.

        * src/text3.C
        (void LyXText::dispatch):
        (bool LyXText::getStatus):
- implement new lfun LFUN_INSET_DISSOLVE.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14572 a592a061-630c-0410-9148-cb99ea01b6c8
src/LyXAction.C
src/insets/insettext.C
src/lfuns.h
src/text3.C