Module modules.ruby
The ruby module. It provides utilities for editing Ruby code.
Functions
| _G.OnChar (c) |
SciTE OnChar Lua extension function. |
Tables
Functions
- _G.OnChar (c)
-
SciTE OnChar Lua extension function. Matches characters specified in char_matches if the editor pane has focus. This overrides modules.scite.editing's OnChar function.
Parameters
Tables
- char_matches
- [Local table] Character matching.
- keys.ruby
- Container for Ruby-specific key commands.
- snippets.ruby
- Container for Ruby-specific snippets.