sublimetext_indentxml icon indicating copy to clipboard operation
sublimetext_indentxml copied to clipboard

Plugin for Sublime Text editor for reindenting XML and JSON files

Results 33 sublimetext_indentxml issues
Sort by recently updated
recently updated
newest added

I don't want to learn just another shortcut. Just give option to format on save please :-)

When performing an Indent XML on sublime it changed the & into a ' when doing the Indent XML. For example `'` Gets turned into ``` ' ``` But `"`...

Similar to #59 , this is a request to just adjust the indent and leave non-indent aspects untouched. Specifically, the indent operation eliminates any whitespace in front of a tag-closure...

### Intro In our project, we use a lot of XML pieces in the ruby code (test spec) like this https://github.com/metanorma/metanorma-iso/tree/master/spec/isodoc ### Problem Intent XML menu is disabled for any...

I'm running Sublime Text version 3.1.1 Build 3176 on WIndows 10. Upon CTRL+SHIFT+P > Install > Indent XML, nothing shows up in the results ![capture](https://user-images.githubusercontent.com/9295692/44534638-44095d80-a6c6-11e8-838f-9ab5b0b4e610.PNG)

tested with Sublime Text v3.2.2 (3211) revamp of pull request #61

In my opinion this makes it sturdier to check against the scope instead of the display name of the syntax file. The syntax definitions use this too: https://www.sublimetext.com/docs/3/scope_naming.html.

Installed per instructions but can't get it to work. Tried on Sublime Text 3.1 and 3.1.1 on OSX Specifically followed these from README.md > "chord" command Ctrl+K, Ctrl+F (this mean...

I have a minor nuisance, that `Indent XML` does not appear in the command palette for SVG-s. When I set the syntax to XML, the command gets available. Could You...