]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
Rename three remaining .C files
[lyx.git] / src / lfuns.h
index f2baf1807928c92ad9a706ff89162ef8953997a0..cbb1ac89d217715b1cc4eb662462a7e65ec6a17c 100644 (file)
@@ -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
 };