Commit Graph

308 Commits

Author SHA1 Message Date
Josh Johnson 289202d64b Remove Sibling Node Mixing
Issue: #197
2018-06-12 21:46:48 -04:00
Josh Johnson 61a07adb59 Prevent Indentation for Inline CDATA
Issue: #194
2018-06-12 21:23:31 -04:00
Josh Johnson 9a2147683c Add Failing Test
Issue: #194
2018-06-12 21:22:21 -04:00
Josh Johnson 97afac0031 Prevent Endless Indentation
Issue: #193
2018-06-12 21:05:02 -04:00
Josh Johnson a99ba2ea41 Eliminate Extra Line Breaks
This only solves half of the problem.

Issue: #193
2018-06-12 20:27:39 -04:00
Josh Johnson 69a7a9164b Add Failing Test
Issue: #193
2018-06-12 20:11:52 -04:00
Josh Johnson 0a17f59e67
Merge pull request #186 from DotJoshJohnson/release-2.3.0
Release v2.3.0
2018-06-11 19:33:20 -04:00
Josh Johnson a29b2fc1de v2.3.0 2018-06-11 19:31:49 -04:00
Josh Johnson 39167c3252 Add Attribute Values Test Case
Issue: #189
2018-06-11 18:58:54 -04:00
Josh Johnson 88de774389 Fix Attribute Quotes Regression
Issue: #187
2018-06-11 18:40:54 -04:00
Josh Johnson b50cdaea8e Add Failing Test
Issue: #187
2018-06-11 18:38:42 -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 0b892f6f03 Indent Closing Tag After Self-Closing Tag
Issue: #185
2018-05-31 19:05:52 -04:00
Josh Johnson 5a90a0c121 Add Failing Test
Issue: #185
2018-05-31 18:41:52 -04:00
Josh Johnson 4640c6c44c Properly Ignore VSIX Files 2018-05-31 18:19:34 -04:00
Josh Johnson 516cf1ffcb
Merge pull request #182 from DotJoshJohnson/release-2.2.0
Release v2.2.0
2018-05-29 22:31:33 -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 27d69858a1 Use workspaceFolders Over rootPath
Issue: #166
2018-05-29 22:04:24 -04:00
Josh Johnson d0fd689370 Add New Setting 2018-05-29 21:58:41 -04:00
Josh Johnson 156e1ab435 Pretty Self-Closing Tags
Issue: #149
2018-05-29 21:56:29 -04:00
Josh Johnson 07b47c4748 Add Failing Test
Issue: #149
2018-05-29 21:44:43 -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 af2060dc38 Omit Extraneous Pre-Start Tag Line Breaks
Issue: #178
2018-05-29 19:41:42 -04:00
Josh Johnson b65009728c Add Failing Test
Issue: #178
2018-05-29 19:39:09 -04:00
Josh Johnson be30a5671b Support Single Quotes in Attributes
Issue: #177
2018-05-29 18:51:15 -04:00
Josh Johnson 36820ce320 Add Failing Test
Issue: #177
2018-05-29 18:43:01 -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 6b254f4c0a
Merge pull request #175 from DotJoshJohnson/contributing-guide
Create CONTRIBUTING.md
2018-05-29 18:16:52 -04:00
Josh Johnson 95949755e2
Create CONTRIBUTING.md 2018-05-28 21:08:14 -04:00
Josh Johnson 0de8bcd372
Merge pull request #174 from DotJoshJohnson/issue-templates
Revise Issue Templates
2018-05-28 20:43:19 -04:00
Josh Johnson ad25e8069b
Update bug-report.md 2018-05-28 20:42:08 -04:00
Josh Johnson a6bb008379
Create xml-formatter.md 2018-05-28 20:39:47 -04:00
Josh Johnson c76c750c8e
Delete bug_report.md 2018-05-28 20:34:14 -04:00
Josh Johnson f3b7d4708a
Merge pull request #173 from DotJoshJohnson/issue-templates
Add Issue Templates
2018-05-28 20:33:00 -04:00
Josh Johnson cc609cfff5 Add Issue Templates 2018-05-28 20:31:13 -04:00
Josh Johnson 925d8a3fc1
Merge pull request #172 from DotJoshJohnson/probot-stale
Enable Probot: Stale
2018-05-28 11:58:03 -04:00
Josh Johnson ffb99fd318
Create stale.yml 2018-05-28 11:54:30 -04:00
Josh Johnson 6add3ce694
Merge pull request #170 from DotJoshJohnson/release-2.1.1
Release v2.1.1
2018-05-28 10:58:22 -04:00
Josh Johnson e889e0a395 v2.1.1 2018-05-28 10:53:29 -04:00
Josh Johnson 7fa1d7130d
Merge pull request #169 from DotJoshJohnson/undefined-xpath
Fix Undefined XPath Result
2018-05-28 10:51:20 -04:00
Josh Johnson 231fec0ff7 Fix Undefined XPath Result
The xpath package no longer exports XPathResult.

Fixes #168
2018-05-28 10:46:56 -04:00
Josh Johnson 75733cd09e
Merge pull request #167 from DotJoshJohnson/release-2.1.0
Release v2.1.0
2018-05-27 23:58:44 -04:00
Josh Johnson 9e68207e85 v2.1.0 2018-05-27 23:55:56 -04:00
Josh Johnson 7a2f662a0d
Merge pull request #165 from DotJoshJohnson/cleanup-2.1
Post-2.0 Cleanup
2018-05-27 23:51:09 -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