x64dbg/docs/developers/functions/gui/GuiScriptEnableHighlighting.md
2025-08-26 17:52:06 +08:00

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);
  • List of related functions