]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
inset-edit should not make a buffer dirty (it edits the external files used by the...
[lyx.git] / src / LyXAction.cpp
index 2cef2e0dfe228def83fdbf0459a7cee21620ee3e..acbd239fa2bd309d71e05cb0306accf5726798c6 100644 (file)
@@ -1850,7 +1850,7 @@ void LyXAction::init()
  * \li Origin: JSpitzm, 27 Apr 2006
  * \endvar
  */
-               { LFUN_INSET_EDIT, "inset-edit", Noop, Edit },
+               { LFUN_INSET_EDIT, "inset-edit", ReadOnly, Edit },
 
 /*!
  * \var lyx::FuncCode lyx::LFUN_TABULAR_INSERT
@@ -2533,6 +2533,7 @@ void LyXAction::init()
  * \var lyx::FuncCode lyx::LFUN_SERVER_NOTIFY
  * \li Action: Sends notify message about the last key-sequence to client.
  * \li Notion: This can be used to grab last key-sequence used inside the LyX window.
+               See also Debug extensions section in Extended features manual.
  * \li Syntax: server-notify
  * \endvar
  */