-
Notifications
You must be signed in to change notification settings - Fork 0
ThpsQScriptEd\Interface
DCxDemo edited this page Aug 16, 2025
·
6 revisions
-
File -> Open- Fires a dialog window to locate a Q or QB file. Bound to Ctrl+O -
File -> Save- Fires a dialog window to save Q file under current name. Does not compile in QB. Bound to Ctrl+S -
File -> Save As- Same as Save, but will always ask for a file name. -
File -> Compile- Compiles current script to QB, saves source to Q and creates backup file, if enabled. Bound to F5 -
File -> Exit- Closes the application. Bound to Alt+F4.
-
Tools -> Dump hashes in text- creates a CSV file of the current symbol cache. -
Tools -> Dump hashes in QB- creates a QB file of the current symbol cache. -
Tools -> Clear global cache- purges everything from symbol cache. -
Tools -> Parse NodeArray- Reads nodearray from current script (if available) to allow some extended editing. In progress. -
Tools -> Brute- Allows user to brute force a certain checksum. Takes millions of years. In progress. -
Tools -> Grep- Selects all lines containing certain text within. Default values include scripts and gaps. -
Tools -> Settings- Opens QScripted settings window. -
Tools -> Rollback- This submenu allows user to pick an earlier version of the script, if any availble. Works if backups are enabled.
-
Editor -> Word wrap- Toggle word wrap in main text editor. It is not advised to have it turned on due to performance reasons. -
Editor -> Font...- Allows user to change text editor font and text size. -
Editor -> Theme dropdown list- Allows user to change editor's color theme. -
Editor -> Hide scripts list- Toggles the script list on the left side.
-
Help -> Manual: Opens this document.
-
Help -> About: Brief application info.
-
Send to external editor: opens up current script text in an external editor, if chosen.