Difference between revisions of "Notes Panel"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(Defining Terms)
Line 2: Line 2:
  
 
==Defining Terms==
 
==Defining Terms==
Labels, registers, opcodes, and other whole word terms to tooltips which display when hovering over the term. Examples:
+
Labels, registers, opcodes, and other whole word terms can be assigned 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".  
 
* ''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.)
 
* ''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.)

Revision as of 19:50, 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 can be assigned 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.