2011-07-20 10:33:24 +02:00
|
|
|
/**
|
|
|
|
* @author Edouard DUPIN
|
2012-11-25 11:55:06 +01:00
|
|
|
*
|
|
|
|
* @copyright 2010, Edouard DUPIN, all right reserved
|
|
|
|
*
|
|
|
|
* @license GPL v3 (see license file)
|
2011-07-20 10:33:24 +02:00
|
|
|
*/
|
|
|
|
|
2012-04-24 09:42:14 +02:00
|
|
|
#include <appl/globalMsg.h>
|
2011-07-20 10:33:24 +02:00
|
|
|
|
|
|
|
|
2012-02-03 18:14:45 +01:00
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
// Event of the gui request something :
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
2012-02-09 17:20:52 +01:00
|
|
|
extern const char* const ednMsgGuiNew = "edn-Msg-Gui-New";
|
|
|
|
extern const char* const ednMsgGuiOpen = "edn-Msg-Gui-Open";
|
|
|
|
extern const char* const ednMsgGuiClose = "edn-Msg-Gui-Close";
|
|
|
|
extern const char* const ednMsgGuiSave = "edn-Msg-Gui-Save";
|
|
|
|
extern const char* const ednMsgGuiSaveAs = "edn-Msg-Gui-SaveAs";
|
2012-07-18 18:21:21 +02:00
|
|
|
extern const char* const ednMsgProperties = "edn-Msg-Gui-Properties";
|
2013-05-28 22:09:53 +02:00
|
|
|
extern const char* const ednMsgGuiExit = "edn-Msg-Gui-quit";
|
2012-02-03 18:14:45 +01:00
|
|
|
|
2012-02-09 17:20:52 +01:00
|
|
|
extern const char* const ednMsgGuiUndo = "edn-Msg-Gui-Undo";
|
|
|
|
extern const char* const ednMsgGuiRedo = "edn-Msg-Gui-Redo";
|
|
|
|
extern const char* const ednMsgGuiCopy = "edn-Msg-Gui-Copy";
|
|
|
|
extern const char* const ednMsgGuiCut = "edn-Msg-Gui-Cut";
|
|
|
|
extern const char* const ednMsgGuiPaste = "edn-Msg-Gui-Paste";
|
|
|
|
extern const char* const ednMsgGuiRm = "edn-Msg-Gui-Rm";
|
|
|
|
extern const char* const ednMsgGuiSelect = "edn-Msg-Gui-Select";
|
|
|
|
extern const char* const ednMsgGuiGotoLine = "edn-Msg-Gui-GotoLine";
|
2012-02-03 18:14:45 +01:00
|
|
|
|
2012-02-09 17:20:52 +01:00
|
|
|
extern const char* const ednMsgGuiSearch = "edn-Msg-Gui-Search";
|
|
|
|
extern const char* const ednMsgGuiReplace = "edn-Msg-Gui-Replace";
|
|
|
|
extern const char* const ednMsgGuiFind = "edn-Msg-Gui-Find";
|
2012-02-03 18:14:45 +01:00
|
|
|
|
2012-02-09 17:20:52 +01:00
|
|
|
extern const char* const ednMsgGuiShowSpaces = "edn-Msg-Gui-ShowSpaces";
|
|
|
|
extern const char* const ednMsgGuiShowEndOfLine = "edn-Msg-Gui-ShowEndOfLine";
|
2011-07-20 10:33:24 +02:00
|
|
|
|
2012-02-09 17:20:52 +01:00
|
|
|
extern const char* const ednMsgGuiCtags = "edn-Msg-Gui-CTags";
|
2012-10-17 10:24:23 +02:00
|
|
|
extern const char* const ednMsgCtagsLoadFile = "edn-Msg-CTags-direct-load";
|
2012-01-31 18:26:04 +01:00
|
|
|
|
2012-10-11 18:05:56 +02:00
|
|
|
extern const char* const ednMsgGuiReloadShader = "edn-Msg-Gui-ReloadOpenGlShader";
|
2012-01-31 18:26:04 +01:00
|
|
|
|
|
|
|
|
2012-02-09 17:20:52 +01:00
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
// Event internal :
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
extern const char* const ednMsgBufferState = "edn-Msg-Buffer-State";
|
|
|
|
extern const char* const ednMsgBufferName = "edn-Msg-Buffer-Name";
|
|
|
|
extern const char* const ednMsgBufferId = "edn-Msg-Buffer-Id";
|
|
|
|
extern const char* const ednMsgCodeViewSelectedId = "edn-Msg-CodeView-Select-Id";
|
|
|
|
extern const char* const ednMsgOpenFile = "edn-Msg-OpenFile";
|
2012-01-31 18:26:04 +01:00
|
|
|
|
2012-02-09 17:20:52 +01:00
|
|
|
extern const char* const ednMsgBufferListChange = "edn-Msg-BufferListChange";
|
2012-01-31 18:26:04 +01:00
|
|
|
|
2012-02-09 17:20:52 +01:00
|
|
|
extern const char* const ednMsgBufferColor = "edn-Msg-Buffer-Color";
|
2012-01-31 18:26:04 +01:00
|
|
|
|
2011-07-20 10:33:24 +02:00
|
|
|
|
2013-10-29 21:13:45 +01:00
|
|
|
extern const char* const appl::MsgSelectNewFile = "edn-msg-select-new-file";
|
2013-11-07 21:08:57 +01:00
|
|
|
extern const char* const appl::MsgSelectChange = "edn-msg-select-change";
|
2013-11-15 23:42:00 +01:00
|
|
|
extern const char* const appl::MsgNameChange = "edn-msg-buffer-name-change";
|
2013-11-20 21:57:00 +01:00
|
|
|
extern const char* const appl::MsgNameGuiChangeColor = "edn-Msg-Gui-Change-color";
|
2013-11-26 21:22:06 +01:00
|
|
|
extern const char* const appl::MsgSelectGotoLine = "edn-Msg-Gui-goto-line";
|
|
|
|
extern const char* const appl::MsgSelectGotoLineSelect = "edn-Msg-Gui-goto-line-select";
|
2013-10-29 21:13:45 +01:00
|
|
|
|
|
|
|
|