ITE icon indicating copy to clipboard operation
ITE copied to clipboard

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

Open evandrocoan opened this issue 7 years ago • 2 comments

  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”

evandrocoan avatar Apr 23 '18 23:04 evandrocoan

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?

jmarcher avatar Apr 24 '18 06:04 jmarcher

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.

evandrocoan avatar Apr 24 '18 15:04 evandrocoan