alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 136 forks source link

Feature Request: Un-Indent #103

Closed tschinz closed 7 years ago

tschinz commented 7 years ago

I would like to have 2 operations. "intend" and "un-indent", this means going back and forth between the two views. Is this possible? thanks for the plugin

TheChrisPratt commented 7 years ago

Ctrl-Z will undo the indent. If you're thinking you should be able to do other things and then "reverse indent", that would require the plug-in to remember the ugly indenting of your whole file just in case you wanted to undo all it's hard work. That seems like a terrible waste of memory. (Chris)

On Wed, Aug 9, 2017 at 2:49 AM, tschinz notifications@github.com wrote:

I would like to have 2 operations. "Intend" and "reverse indent", this means going back and forth between the two. Is this possible? thanks for the plugin

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alek-sys/sublimetext_indentxml/issues/103, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtIJk-cNOVcCcMIGikztMDcgMTxyGMzks5sWYCugaJpZM4Ox2IM .

alek-sys commented 7 years ago

Ctrl+Z does the job, I think making this a plugin feature is a bit too much.