Commit Graph

71 Commits

Author SHA1 Message Date
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
Josh Johnson cdea23d1bb Add API Install Script 2016-02-14 00:12:51 -05:00
Josh Johnson 43aa20fb86 Update to Latest API 2016-02-13 23:47:53 -05:00
Josh Johnson f8dcd4a8fa Update XML DOM Dependency 2016-01-30 14:57:17 -05:00
Josh Johnson 7ff8c2e960 Bump v1.5.0 2016-01-30 12:51:23 -05:00
Josh Johnson a9c2bc3bb2 Bump Version 2016-01-29 14:29:54 -05:00
Josh Johnson d21d7404b8 Bump Version 2016-01-19 17:49:44 -05:00
Josh Johnson ebcee18223 Update Marketplace Links 2016-01-19 17:48:45 -05:00
Josh Johnson ba2fc15fac Update Branding 2016-01-19 16:34:34 -05:00
Josh Johnson f01a7fd175 Bump Version 2016-01-19 09:53:07 -05:00
Josh Johnson 6871c08944 Update URLs 2016-01-19 09:39:02 -05:00
Josh Johnson cc796ed26e Remove Format XML Command 2016-01-18 16:04:50 -05:00
Josh Johnson 41bf728061 Fix #23 2016-01-18 15:59:58 -05:00
Josh Johnson c6efe2a2dd Fix #22 2016-01-18 08:53:42 -05:00
Josh Johnson a49c22958a Switch to Gulp Task Runner 2016-01-13 18:01:51 -05:00
Josh Johnson 5dee16159e Bump Version 2016-01-09 12:31:13 -05:00
Josh Johnson cff008d8f3 Bump Version 2016-01-09 00:40:40 -05:00
Josh Johnson f1d49a678a Bump Version 2016-01-08 12:38:04 -05:00
Josh Johnson 98028898ac Add XQuery Execution 2016-01-08 12:35:50 -05:00
Josh Johnson 0b4ccf8956 Bump Version 2016-01-08 11:03:05 -05:00
Josh Johnson fe8f449fb0 Update README.md and package.json
Added XQuery features to feature list and updated the marketplace description.
2016-01-08 10:58:55 -05:00