Source code editing
Last updated
Last updated
The source code editor in EvoCode is a fully professional tool to facilitate the writing of source code. It features syntax highlighting and supports Intellisense technology. Set cursor in necessary place and start typing to open Intellisense menu.
The top part of the Editor panel features a toolbar for easy searching, filtering, inserting comments, and undoing work. The first buttons in the toolbar are ‘Undo’ and ‘Redo’, allow users to reverse changes step by step or move forward step by step after using Undo. To provide this click on buttons.
The Navigate Backward and Navigate Forward buttons allow to navigate easily through the code. The ‘Find’ button allows users to search for a specific phrase in the source code or replace an existing phrase with another phrase. Click on the button and the following window with searching parameters will be opened:
Also for replacing phrases ‘Replace’ **button is available. The following window with replacing parameters will be opened:
The ‘Comment’ and ‘Uncomment’ buttons allow adding a comment to the code and removing it. Use the following buttons for these actions.
It is also available to open errors control under the main source code window. To provide it, click on the button. The last feature of the Editor toolbar is a dropdown list of methods, functions, properties, variables, and fields which can be found in the source code. The list was designed for the best navigation within code. Selecting from this menu places the cursor immediately at the corresponding place in the code. To open the list click on the button. The following list will be opened: