Messages
Messages
Messages are used to internationalize your GUIs. It also helps with having an easier way to update a GUI without having to modify code.
Message Codes
The code referenced by the message_handler can have special characters. For example, you can have a method name that has parenthesis that you want to refer to from a message file. You can do this by using the pipe '|' symbol. Example:
:|my_method()|<tab>My MethodYou can call message(:|my_method()|) and it will return the defined message "My Method"
page revision: 0, last edited: 06 May 2026 20:13





