evandrocoan / ITE

An Integrated Toolset Environment over the Sublime Text editor aiming to develop on any programming language
GNU General Public License v3.0
31 stars 5 forks source link

Remember the Go To input text as in package Remember Command Palette Input #95

Open evandrocoan opened 6 years ago

evandrocoan commented 6 years ago
  1. https://github.com/evandrocoan/RememberCommandPaletteInput/issues/1 Same effect but on Goto?
  2. https://forum.sublimetext.com/t/how-to-autofill-last-typed-text-on-show-overlay/36360 How to autofill last typed text on “show_overlay”
jmarcher commented 6 years ago

I made some progress as you can see on that thread, my problem is that the event is not triggered whenever I press Escape or Enter, any clues why?

evandrocoan commented 6 years ago

It depends on the event type. There are some event Sublime Text does not throw (due bugs on Sublime Text). You can try to override the keybind escape and enter for you actions.