INPStarfall / Starfall

Starfall Processor for Garry's Mod + Wiremod
http://www.wiremod.com/forum/developers-showcase/22739-starfall-processor.html
Other
17 stars 15 forks source link

Editor keyboard input update #404

Closed Jazzelhawk closed 8 years ago

Jazzelhawk commented 9 years ago

Redirected keyboard input through a text entry instead of directly through DHTML Pass keys to Ace to handle javascript keybinds, this allows for neater and more concise Lua keybinds Removed settings fixed by this commit (console bug and linux keys) Changed outdent keybind to use Ctrl-Tab instead of Shift-Tab because of Steam overlay Added custom search box, pressing Ctrl-F or Ctrl-H while window is open will toggle replace control's visibility

Currently when the editor loads a javascript error occurs: [HTML] Uncaught TypeError: Object #<Object> has no method 'split' I have tried to locate the source of this error but have had no luck. The good news is this does not seem to affect any functionality of the editor.

Resolves #372