Commit Graph

105 Commits

Author SHA1 Message Date
Josh Johnson 92ec148e8f v2.3.2 2018-08-17 21:09:07 -04:00
Josh Johnson 070d16f9f6
Merge branch 'master' into bugfix-207 2018-07-10 21:45:33 -04:00
Kedar Joshi 200046b90b Fixes #207 2018-07-10 17:06:44 +05:30
Kedar Joshi 1f69ee6ab4 Fixes typo in documentation 2018-07-10 16:54:24 +05:30
Josh Johnson 1641e7abbf v2.3.1 2018-06-15 22:27:40 -04:00
Josh Johnson a29b2fc1de v2.3.0 2018-06-11 19:31:49 -04:00
Josh Johnson de1fff2e80 Revert Settings Changes
I'll come back to this later after some better planning.

Issue: #184
2018-06-11 18:29:35 -04:00
Josh Johnson 939569a5d2 Update Existing Config Properties
Issue: #184
2018-05-31 22:15:29 -04:00
Josh Johnson 751e7a7e07 Add Manifest Entries
Issue: #184
2018-05-31 21:53:19 -04:00
Josh Johnson 70dd0388b1 v2.2.0 2018-05-29 22:21:36 -04:00
Josh Johnson 13c346f92a Use Enum for Formatter Implementation
Issue: #180
2018-05-29 22:19:34 -04:00
Josh Johnson 156e1ab435 Pretty Self-Closing Tags
Issue: #149
2018-05-29 21:56:29 -04:00
Josh Johnson 6a92fa96f2 Add Get Current XPath
This commit also moves some shared code to a common class.

Issue: #85
2018-05-29 21:38:11 -04:00
Josh Johnson 4de58fe2e0 Disable Cursor Sync by Default
Currently no API available to detect the sidebar state.

Issue: #171
2018-05-29 18:37:14 -04:00
Josh Johnson e889e0a395 v2.1.1 2018-05-28 10:53:29 -04:00
Josh Johnson 9e68207e85 v2.1.0 2018-05-27 23:55:56 -04:00
Josh Johnson e4b48f60b5 Update Languages Category 2018-05-27 23:31:18 -04:00
Josh Johnson 30a8de8e06 Conditionally Hide Commands
Shows XML -/XQuery-specific commands only for those languages.
This does not apply to xmlTools.formatAsXml.

Closes #164
2018-05-27 23:29:53 -04:00
Josh Johnson 4ed5a231c1 Re-Add Marketplace Icon
Closes #163
2018-05-27 23:25:44 -04:00
Josh Johnson 90793ecf3c Remove Preview Flag 2018-05-25 20:09:38 -04:00
Josh Johnson 1310750bcc v2.0.0 2018-05-25 00:46:47 -04:00
Josh Johnson b6261c0d02 v2.0.0-preview.3 2018-05-03 22:55:10 -04:00
Josh Johnson 1c3d8bc053 Update xqlint
Removes "natives" from dependency tree.

fixes #153
2018-05-03 22:50:42 -04:00
Josh Johnson a4366a5061 Add Configuration Service 2018-05-03 22:36:54 -04:00
Josh Johnson 64d3d3ad1a Add Minify Command to Context Menu
#151
2018-04-29 01:20:55 -04:00
Josh Johnson 323c5c310c Add Cursor Sync
#121
2018-04-29 00:47:12 -04:00
Josh Johnson 6b059c192e v2.0.0-preview.2 2018-04-28 21:26:14 -04:00
Josh Johnson 29756e3f97 Add XQuery Execution 2018-04-28 20:36:58 -04:00
Josh Johnson 1c083d15e3 Add XPath Evaluation 2018-04-28 00:10:51 -04:00
Josh Johnson c37ac45e80 Add XML Tree View 2018-04-27 23:10:55 -04:00
Josh Johnson dab5b0c072 v2.0.0-preview.1 2018-03-01 22:09:17 -05:00
Josh Johnson fb6d5ef75a Set Preview Flag 2018-03-01 21:53:00 -05:00
Josh Johnson 33535163c1 Correct formatAsXml Command Name
#133
2018-03-01 19:33:23 -05:00
Josh Johnson ace85c8841 Add XQuery Linting Feature 2018-02-13 23:25:07 -05:00
Josh Johnson 09fe37f04b Simplify Unit Tests
This change means we can't use the harness provided by VS Code, but that's fine for now. I only intend to test service classes that generally don't have concrete dependencies on VS Code anyway.
2018-01-30 16:55:44 -05:00
Josh Johnson 9941bafa74 Add Attribute Splitting
#116
2018-01-28 12:09:57 -05:00
Josh Johnson 8f0bf58462 Begin Implementing V2 Formatter 2018-01-28 01:19:06 -05:00
Josh Johnson a204434a6e Scope Commands to Resource
From PR #129.

#128
2018-01-27 20:43:29 -05:00
Josh Johnson bedb878549 Implement Classic XML Formatting 2018-01-27 20:30:03 -05:00
Josh Johnson a23393d631 Update Package Manifest 2018-01-27 18:30:50 -05:00
Josh Johnson 988fbe22c0 TSLint 2018-01-27 18:01:04 -05:00
Josh Johnson 4bd8c9eddf Generate Extension Skeleton 2018-01-27 17:50:50 -05:00
Josh Johnson 01b580768b Out With the Old 2018-01-27 17:45:58 -05:00
Josh Johnson 9e431261f6 v1.9.2 2017-06-23 20:43:05 -04:00
Josh Johnson 79116359d8 v1.9.1 2017-06-20 23:49:59 -04:00
Josh Johnson 93027f20f3 v1.9.0 2017-06-16 00:04:48 -04:00
Josh Johnson a9953b696d Re-Implement XML Tree View
Leverages the new "views" API in VS Code to show a tree view in the file
explorer sidebar. Clicking a tree node navigates the editor to the line
containing the source element/attribute. The tree can be navigates via
keyboard by using the UP/DOWN arrow keys to choose nodes and the
LEFT/RIGHT arrow keys to collapse/expand nodes.

Addresses the following issues:
#62
#66
#71
#72
#73
#83
#102
2017-06-15 23:55:04 -04:00
Josh Johnson 1843c06a28 v1.8.0 2017-06-01 22:06:54 -04:00
Josh Johnson 802adea719 Add "Format As XML" Command
This command can be invoked from any document, regardless of what
language is selected. It supports selection-only formatting as well.

closes #97
2017-06-01 21:52:09 -04:00
Josh Johnson 8f4a4a3f45 chore: v1.7.0 2016-12-19 23:33:22 -05:00