Messages
Table of Contents

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 Method

You can call message(:|my_method()|) and it will return the defined message "My Method"

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License