TIDEEngine.AutoStyler Property
Indicates whether the IDE memo editor automatically adjusts its syntax highlighting to match the current script language.
Remarks
If AutoStyler is true, the TIDEMemo editor associated with the engine will have its syntax highlighting automatically configured to the language of the current script it is being displayed. For example, if the current script is a basic script, the memo will show the script content with basic syntax highlighting. You will only need to set this property to false in case you are building your own custom IDE and you want to set a custom syntax highlighting to the memo.
Syntax
Unit: IDEMain
property TIDEEngine.AutoStyler: Boolean