2005/5/9

     
 

namespace acdk::tools::csfide

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::tools::csfide Namespace Reference


Detailed Description

experimental IDE for CfgScript


Compounds

class  BackTraceCtrl
class  Editor
class  IdeScriptDebugger
class  LocalVarsCtrl
class  MainFrame
class  OutputWindow

Enumerations

enum  DebuggerState { Sleeping, Running, RunningDebug, Breaked }
enum  DebuggerNextState {
  DoContinue, DoBreak, DoNext, DoStep,
  DoReturn, DoTerminate
}
enum  MenuIds {
  ID_MENUBase = acdk::wx::IdHighest + 1, ID_MENU_CLOSE, ID_MENU_FILE_NEW, ID_MENU_FILE_OPENFILE,
  ID_MENU_FILE_SAVE, ID_MENU_FILE_SAVEAS, ID_MENU_VIEW_LINEENDINGS, ID_MENU_VIEW_ZOOMIN,
  ID_MENU_VIEW_ZOOMOUT, ID_MENU_EDIT_UNDO, ID_MENU_EDIT_REDO, ID_MENU_EDIT_CUT,
  ID_MENU_EDIT_COPY, ID_MENU_EDIT_PASTE, ID_MENU_EDIT_TONGLE_BREAKPOINT, ID_TEXTCTRL_OUTPUT,
  ID_MENU_DEBUG_RUN, ID_MENU_DEBUG_DEBUG, ID_MENU_DEBUG_TERM, ID_MENU_DEBUG_STEP,
  ID_MENU_DEBUG_NEXT, ID_MENU_DEBUG_BREAK, ID_MENU_DEBUG_RETURN
}


Enumeration Type Documentation

enum acdk::tools::csfide::DebuggerNextState
 

Enumeration values:
DoContinue 
DoBreak 
DoNext 
DoStep 
DoReturn 
DoTerminate 

enum acdk::tools::csfide::DebuggerState
 

Enumeration values:
Sleeping  no program running
Running 
RunningDebug 
Breaked 

enum acdk::tools::csfide::MenuIds
 

Enumeration values:
ID_MENUBase 
ID_MENU_CLOSE 
ID_MENU_FILE_NEW 
ID_MENU_FILE_OPENFILE 
ID_MENU_FILE_SAVE 
ID_MENU_FILE_SAVEAS 
ID_MENU_VIEW_LINEENDINGS 
ID_MENU_VIEW_ZOOMIN 
ID_MENU_VIEW_ZOOMOUT 
ID_MENU_EDIT_UNDO 
ID_MENU_EDIT_REDO 
ID_MENU_EDIT_CUT 
ID_MENU_EDIT_COPY 
ID_MENU_EDIT_PASTE 
ID_MENU_EDIT_TONGLE_BREAKPOINT 
ID_TEXTCTRL_OUTPUT 
ID_MENU_DEBUG_RUN 
ID_MENU_DEBUG_DEBUG 
ID_MENU_DEBUG_TERM 
ID_MENU_DEBUG_STEP 
ID_MENU_DEBUG_NEXT 
ID_MENU_DEBUG_BREAK 
ID_MENU_DEBUG_RETURN