Commit Graph

61 Commits

Author SHA1 Message Date
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
Josh Johnson
8738058d8c Port vscode-xquery to vscode-xml
I'll be consolidating the two extensions into one.
2016-01-08 10:44:46 -05:00
Josh Johnson
b259f68d72 Bump Version 2016-01-08 09:28:13 -05:00
Josh Johnson
08c81f7d16 Make XMLNS Split Optional
New setting: xmlTools.slpitXmlnsOnFormat
2016-01-08 09:19:27 -05:00
Josh Johnson
a72830b762 Update xmldom Dependency 2016-01-07 11:00:08 -05:00
Josh Johnson
7a51e37c7f Add TypeScript Compile PrePublish Command 2016-01-06 17:23:11 -05:00
Josh Johnson
f026334fce Update Supported VS Code API 2016-01-06 17:22:39 -05:00
Josh Johnson
4ea8e69e6a Update Supported VS Code Version 2016-01-06 17:22:17 -05:00
Josh Johnson
f54b2ae686 Bump Version 2016-01-06 16:21:18 -05:00
Josh Johnson
eb43a467c8 vNext Rewrite
This commit cleans up and reorganizes the code base, as well as fixes some issues. The intent of the vNext branch is to make the extension more conducive to an open-source environment.
2016-01-06 15:55:11 -05:00
Josh Johnson
bca908191a Bump Version 2016-01-04 21:06:36 -05:00