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
in debug mode add expression to follow the value of it in each step
run executable which is produced after compile-run operation in debug mode
removes previously added expression (debug mode)
highlights current line in debug mode
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
make necessary initializations to open the editor binds all file related operatios to the view of the editor