fix: menu commands
TheSecEng
2020-04-14 14:08:37 -0400
434c3fe815Added another way to reindent, based in the current line indentation. Added docs about how to configure the reindent_block setting
#107
Alan Reyes
2017-11-20 18:02:59 -0600
7e1566533aAdded option to reindent prettified block to current indent level of the selection
Alan Reyes
2017-11-17 12:11:12 -0600
Fix an array parse error
#105
mrliaocn
2019-12-23 16:59:39 +0800
631cf31b48Added another way to reindent, based in the current line indentation. Added docs about how to configure the reindent_block setting
#89
Alan Reyes
2017-11-20 18:02:59 -0600
2e5ea533f8Added option to reindent prettified block to current indent level of the selection
Alan Reyes
2017-11-17 12:11:12 -0600
68655ee4f0Fixed navigation in the README.
#75
Jamie Chapman
2016-09-01 15:22:04 +0100
66c302caa4#71 ~ way to turn off validation on save
Nikolajus
2016-07-18 10:38:10 +0200
3a3d95994dSublime 2 compatible
Nikolajus
2016-07-15 21:35:07 +0200
d27edae3c0fixing auto pretty only on json files
Nikolajus
2016-07-15 21:00:38 +0200
7b7ca7b4c1#40 pretty_on_save config to enable pretty on save
Nikolajus
2016-07-15 17:39:50 +0200
62bdb1d281#56 symbol search / goto / jump to source cmd+r
Nikolajus
2016-07-15 17:25:55 +0200
a8648980afsmall change
Nikolajus
2016-07-15 16:08:01 +0200
06e2e604b0Adding linter on save if syntax set is JSON, change a bit of line highlighter
Nikolajus
2016-07-15 15:57:39 +0200
b8910d77c4Merge remote-tracking branch 'origin/master'
Nikolajus
2016-07-15 01:40:29 +0200
31e47da8c1#65 - naive version of single quote detection, and trying to replace them into double quotes and parse again
Nikolajus
2016-07-15 01:40:17 +0200
62eb05fcd5description of options vals
Nikolajus
2016-07-15 01:10:06 +0200
a054124590moving max line length into config so people can change it
Nikolajus
2016-07-15 01:03:35 +0200
56145e950cchange in default settings file path
Nikolajus
2016-07-15 00:55:21 +0200
d055b8dc2bupdating readme
Nikolajus
2016-07-15 00:52:36 +0200
084ea7c9d4to fix path to default settings file, we need to place package in normal packages dir
Nikolajus
2016-07-15 00:39:09 +0200
b3066c8014simple regex just for line number, and some logic to highlight line above
Nikolajus
2016-07-15 00:19:32 +0200
04296b2d13#47 ~ adding support for folding array into single line if they are not reaching more than 120chars in a line
Nikolajus
2016-07-14 18:26:13 +0200
6d08a51286#68 ~ adding separate menu item to force sorting on demand
Nikolajus
2016-07-14 17:02:25 +0200
ae2e94bda3#66 ~ adding into default values
Nikolajus
2016-07-14 16:28:53 +0200
dd72cbfc96#66 ~ moving line and value separators into config file, so people can change it easily to value they need
Nikolajus
2016-07-14 15:45:38 +0200
4194900e36limit keymaps to source.json
Petr Marek
2016-03-13 20:33:18 +0100
a5508b29ed#58 - fixing issue with input encoding on win32 platform
Nikolajus
2015-12-07 15:50:38 +0100
997fa6cc0c#58 - fixing issue with input encoding on win32 platform
Nikolajus Krauklis
2015-12-07 15:50:38 +0100
beb955f7c9#54 - fixing issue with win32 and subprocess.Popen, stdin also needs to be piped. also removal of version check cause on win32 decoding throws exception and stops plugin
Nikolajus
2015-12-07 15:41:57 +0100
e8d3280147#54 - fixing issue with win32 and subprocess.Popen, stdin also needs to be piped. also removal of version check cause on win32 decoding throws exception and stops plugin
Nikolajus Krauklis
2015-12-07 15:41:57 +0100
5784b67e35Update README.md
Nikolajus
2015-12-07 15:23:02 +0100
171d244eeeUpdate README.md
Nikolajus Krauklis
2015-12-07 15:23:02 +0100
1443fe2961Merge pull request #60 from pradeephrish/patch-1
Nikolajus
2015-12-07 15:20:54 +0100
83309747e9Merge pull request #60 from pradeephrish/patch-1
Nikolajus Krauklis
2015-12-07 15:20:54 +0100
f2f2c446acMerge pull request #61 from jonnolen/master
Nikolajus
2015-12-07 15:19:06 +0100
3f4946adecMerge pull request #61 from jonnolen/master
Nikolajus Krauklis
2015-12-07 15:19:06 +0100
1864219b6bdeferring check for jq until it is used, allows use of 'Fix Mac Path' plugin to fix path issues for homebrew
Jon Nolen
2015-12-04 13:38:51 -0500
7f59ec991edeferring check for jq until it is used, allows use of 'Fix Mac Path' plugin to fix path issues for homebrew
#61
Jon Nolen
2015-12-04 13:38:51 -0500
a1dfd652d4Merge pull request #39 from grenade/master
Nikolajus
2014-06-17 12:50:50 +0200
9dc817878eMerge pull request #39 from grenade/master
Nikolajus Krauklis
2014-06-17 12:50:50 +0200
977e7cbc00Default key mapping for `un_pretty_json`
Rob Thijssen
2014-06-17 11:48:34 +0100
5524134b08Default key mapping for `un_pretty_json`
#39
Rob Thijssen
2014-06-17 11:48:34 +0100
8c41296eacHint for mapping keys to `un_pretty_json` command.
Rob Thijssen
2014-06-17 11:40:47 +0100
9ede8b1f4cHint for mapping keys to `un_pretty_json` command.
Rob Thijssen
2014-06-17 11:40:47 +0100
f5265b40a7Small code refactoring to re-use code blocks + readme slight change
Nikolajus
2014-06-05 09:58:00 +0200
7b1236d356Small code refactoring to re-use code blocks + readme slight change
Nikolajus Krauklis
2014-06-05 09:58:00 +0200
9399ae5a22Json 2 XML fix for ST2
Nikolajus
2014-06-04 17:29:39 +0200
b3166f4d24Json 2 XML fix for ST2
Nikolajus Krauklis
2014-06-04 17:29:39 +0200
426aaab847pep8 small fixes and fixing jQ to work on SublimeText 2. Definition of show_input_panel was wrong
Nikolajus
2014-06-04 17:03:58 +0200
ce3935bce6pep8 small fixes and fixing jQ to work on SublimeText 2. Definition of show_input_panel was wrong
Nikolajus Krauklis
2014-06-04 17:03:58 +0200
890459dc5dJson 2 XML feature. Fixing issue #34
Nikolajus
2014-06-04 14:08:52 +0200
93ecd51cb4Json 2 XML feature. Fixing issue #34
Nikolajus Krauklis
2014-06-04 14:08:52 +0200
f7ea94bedaMerge remote-tracking branch 'origin/master'
Nikolajus
2014-06-03 20:56:49 +0200
13c2145c71Merge remote-tracking branch 'origin/master'
Nikolajus Krauklis
2014-06-03 20:56:49 +0200
61c70ff185issue #38 fixed
Nikolajus
2014-06-03 20:56:35 +0200