I found this suggestion at:
It is so useful I decided to reproduce it here. Effectively it will allow you to go directly to a topic in the helpfile when you press F1 if the word the cursor is currently at in the editor is in the helpfile's index, otherwise it will just open the index at the closest word.
The post above suggests the help file can be found at:
http://luaboard.sytes.net/index.php?topic=2381.0
It is so useful I decided to reproduce it here. Effectively it will allow you to go directly to a topic in the helpfile when you press F1 if the word the cursor is currently at in the editor is in the helpfile's index, otherwise it will just open the index at the closest word.
- In Crimson editor Open Preferences dialog box (Tools -> Preferences) and select User Tools page
- Select an empty slot and fill with the following arguments.
- Menu Text: Lua Context Help
- Command: C:\your\pathto\Programming in Lua.chm
- Argument: $(CurrWord)
- Initial dir: $(FileDir)
- Hot key: F1
- Close on exit: Yes
- Save before execute: No
The post above suggests the help file can be found at:
ftp://ftp.clanwos.org/pub/ebooks/Programming_in_Lua.chm
http://www.plop.nl/lua_tools/Programming_in_Lua.chm