The Messages Window
Topic Groups |
|
The "Messages" window is used by LuaEdit to display general informations. There are three major type of messages being displayed
through this window:
The WARNING type are generaly messages which inform you that something could potentialy have went wrong. The ERROR type of messages are actual errors coming either from Lua or LuaEdit. Their range goes from syntax errors to user interface related errors. The last type of messages, HINT, is usualy used to generaly inform you of something that just happened in LuaEdit. Generaly, each messages can be double click to popup the file related to the message. If a line is associated to the message (EG: the error line) it will also highlight that line according to its type. Hint: Messages can be used in Lua Macros to provide any type of information from them. ![]() |
|
|