mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
420 B
420 B
GuiScriptEnableHighlighting
Set whether syntax highlighting in the script view is enabled.
void GuiScriptEnableHighlighting(bool enable);
Parameters
enable True to enable syntax highlighting in the script view, false otherwise.
Return Value
This function does not return a value.
Example
GuiScriptEnableHighlighting(true);
Related functions
- List of related functions