SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Keymap: Add Goto Next/Prev Modification #222

Closed deathaxe closed 5 years ago

deathaxe commented 5 years ago

New builtin commands added with ST3189.

FichteFoll commented 5 years ago

The command to trim trailing whitespace has also been converted to c++ code. Can you check whether the command still exists or whether the code now just operates on save?

I seem to remember that it was a command. Not at a computer.

deathaxe commented 5 years ago

The commands no longer exist as explicit commands but are executed on save only.

Did not find them in the yml file anyway.

FichteFoll commented 5 years ago

Did not find them in the yml file anyway.

Yes, since it was a Python command before, so it was getting detected automatically. I was asking in case we had to add it to the yaml file.

Thanks for clarifying the the commit message. :rocket: