X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flfuns.h;h=cbb1ac89d217715b1cc4eb662462a7e65ec6a17c;hb=bcc90ce1c9cfaa7c93cb0610632d71b79c1bbf9d;hp=f2baf1807928c92ad9a706ff89162ef8953997a0;hpb=eaa33dca6def75e9bf48582073c75b256821fd25;p=lyx.git diff --git a/src/lfuns.h b/src/lfuns.h index f2baf18079..cbb1ac89d2 100644 --- a/src/lfuns.h +++ b/src/lfuns.h @@ -8,7 +8,7 @@ * * To add a new function: * - add a new enum constant immediately before LFUN_LASTACTION - * - add an appropriate line in LyXAction.C + * - add an appropriate line in LyXAction.cpp * - add a branch to a suitable ::doDispatch() method * - add correct test to the corresponding ::getStatus() method */ @@ -24,7 +24,7 @@ namespace lyx { /** These are all the lyx functions, the main mechanism * through which the frontends communicate with the core. * - * They are managed in LyXAction.C and handled in various + * They are managed in LyXAction.cpp and handled in various * ::dispatch() functions, starting with LyXFunc.C:dispatch(), * BufferView::dispatch(), LCursor::dispatch() and * Inset*::doDispatch(); @@ -202,8 +202,8 @@ enum kb_action { // 140 LFUN_COMMAND_EXECUTE, LFUN_FILE_INSERT, - LFUN_FILE_INSERT_ASCII, // CFO-G 1997-11-19 - LFUN_FILE_INSERT_ASCII_PARA, // Levon 2001-02-14 + LFUN_FILE_INSERT_PLAINTEXT, // CFO-G 1997-11-19 + LFUN_FILE_INSERT_PLAINTEXT_PARA,// Levon 2001-02-14 LFUN_FILE_NEW, // for scripting purposes // 145 LFUN_FILE_OPEN, @@ -375,7 +375,12 @@ enum kb_action { // 285 LFUN_BOOKMARK_CLEAR, // bpeng 20061031 LFUN_TOOLBAR_TOGGLE_STATE, // bpeng 20061101 - + LFUN_NOMENCL_INSERT, // Ugras + LFUN_NOMENCL_PRINT, // Ugras + LFUN_CLEARPAGE_INSERT, // Ugras 20061125 + //290 + LFUN_CLEARDOUBLEPAGE_INSERT, // Ugras 20061125 + LFUN_LASTACTION // end of the table };