Optimization
This section shows the properties that you can use to refine your basic editor experience.
By default, the Basic editor parses the file being edited on each carriage return to have the editor colorizer display the code correctly. This can be a time consuming task depending on your code and stream structure. Therefore, to speed up the process you can use the following property (setup this property on the properties file corresponding to your project) to disable the automatic refresh on carriage return.
// Eclipse - Disable file parsing when hitting CR in BasicEditor - speed up edition but disable live colorizer. Colorizer will then be updated on Save operation only. temn.tafj.compiler.disable.cr.refresh = true;
In this topic