Commit Graph

91 Commits

Author SHA1 Message Date
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
Josh Johnson 1e445dc4df Merge branch 'master' into patch-1 2016-12-19 23:25:14 -05:00
Josh Johnson 77a9ae06a5 chore: update repo URLs 2016-12-19 21:24:41 -05:00
Josh Johnson a9ac9284b4 chore: update icons and paths 2016-12-19 20:54:11 -05:00
Josh Johnson ec76bd3526 chore: v1.6.1 2016-12-19 20:44:48 -05:00
Wade Anderson 23e6805a90 Add Formatters to category list
The Marketplace has introduce a new category called formatters for extensions that add formatting.
2016-10-26 09:25:52 -07:00
Josh Johnson e5af28105e chore: v1.6.0 2016-06-07 17:14:39 -04:00
Josh Johnson eb5ac764ce chore: v1.6.0-preview.1 2016-05-17 22:56:16 -04:00
Josh Johnson 51d14fcd1c feat: add xsl formatting support
fixes #55
2016-05-17 22:42:12 -04:00
Josh Johnson 7baf2d2d47 core(package): v1.5.2 2016-03-15 14:47:33 -04:00
Josh Johnson a8ae771fd4 refactor(package): Update VSCode Dependency
Microsoft released an update to vscode-extension-vscode, so we no longer need our local fork.
2016-03-15 13:52:11 -04:00
Josh Johnson 0addc7f066 v1.5.1 2016-03-08 11:32:34 -05:00
Josh Johnson 770f5ab48c TypeError Workaround 2016-02-20 12:16:57 -05:00
Josh Johnson 1f202ee3c5 Specify NodeJS Version
The CI build failed on installing the VSCode API. Try narrowing down environmental variables to troubleshoot.
2016-02-20 11:47:54 -05:00
Josh Johnson 801fc5a352 Add XML Tree Feature
#32
2016-02-16 18:42:23 -05:00