Difference between revisions of "Notes Panel"
From Unofficial QEdit Wiki Guide
(Created page with "Toggleable with Ctrl + N (or View > Toggle notes) the script text editor's notes panel lets you keep general notes for each quest. A .txt file is saved/loaded to/from ''<notes...") |
|||
| Line 1: | Line 1: | ||
| − | Toggleable with Ctrl + N (or View > Toggle notes) the script text editor's notes panel lets you keep general notes for each quest. A .txt file is saved/loaded to/from '' | + | Toggleable with Ctrl + N (or View > Toggle notes) the script text editor's notes panel lets you keep general notes for each quest. A .txt file is saved/loaded to/from ''notes\quest_title notes.txt'' |
==Defining Terms== | ==Defining Terms== | ||
Revision as of 19:49, 25 December 2025
Toggleable with Ctrl + N (or View > Toggle notes) the script text editor's notes panel lets you keep general notes for each quest. A .txt file is saved/loaded to/from notes\quest_title notes.txt
Defining Terms
Labels, registers, opcodes, and other whole word terms to tooltips which display when hovering over the term. Examples:
- 55 := Timer thread defines function 55, and any other instances of 55 (such as arguments passed to opcodes like jmp/call) as "Timer thread".
- R0 := Quest start defines register 0 and <r0> in strings as "Quest start" (r0:=Quest start would do the same since term names are not case-sensitive, and surrounding whitespace is ignored.)
- sync := wait 1 frame assigns the tooltip "wait 1 frame" to the sync opcode.
Font/Color
The notes panel's font and text/background colors can be customized by right clicking the top of the panel.