editor.view.js File Reference

defines operations related to editor and file that opened on the editor. More...

Functions

 setBreakPoint ()
 make necessary initializations to open the editor binds all file related operatios to the view of the editor
 onRender ()
 renders a new Ace editor
 modelChanged ()
 save ()
 run ()
 if makeFile exist in the selected folder executes it and run executable if there is no makeFile compiles the currently opened file and runs executable
 debug ()
 run executable which is produced after compile-run operation in debug mode
 addExpression ()
 in debug mode add expression to follow the value of it in each step
remove expression ()
 removes previously added expression (debug mode)
 highlight ()
 highlights current line in debug mode
 undo ()
 redo ()
 findReplace ()
 findReplaceAll ()

Detailed Description

defines operations related to editor and file that opened on the editor.


Function Documentation

addExpression (  ) 

in debug mode add expression to follow the value of it in each step

debug (  ) 

run executable which is produced after compile-run operation in debug mode

remove expression (  ) 

removes previously added expression (debug mode)

findReplace (  ) 
findReplaceAll (  ) 
highlight (  ) 

highlights current line in debug mode

modelChanged (  ) 
onRender (  ) 

renders a new Ace editor

redo (  ) 
run (  ) 

if makeFile exist in the selected folder executes it and run executable if there is no makeFile compiles the currently opened file and runs executable

save (  ) 
setBreakPoint (  ) 

make necessary initializations to open the editor binds all file related operatios to the view of the editor

undo (  ) 
 All Classes Namespaces Files Functions Variables Enumerations
Generated on Sun Jun 9 14:54:34 2013 for TinTinDEVCLOUD by  doxygen 1.6.3