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.
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