Skip to content

Commit 58e55cb

Browse files
committed
published 0.1.6 version (fix for VS2015 multiple ext) #5
1 parent aed311d commit 58e55cb

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

release/GcodeLanguage.0.1.6.0.vsix

396 KB
Binary file not shown.

release/README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
# Release History
22
Edit releawse in Project Properties - Assembly Information and source.extension.vsixmanifest Version.
33

4+
## Version 0.1.6
5+
6+
Fixed multi-file higlighting as described in issue [#5](https://github.com/gojimmypi/GcodeLanguageExtension/issues/5)
7+
48
## Version 0.1.5
5-
not distributed, testing VS2015 issues
9+
10+
not distributed, testing VS2015 issues
611

712
## Version 0.1.4
813

914
Addressed [#2](https://github.com/gojimmypi/GcodeLanguageExtension/issues/2) to highlight syntax for
1015
`.nc`, `.mpt`, `mpf` files in addition to `.gcode`.
1116

1217
## Version 0.1.3
13-
Fixed VS2015 compatibility. (manual edits of project file, capred to working VerilogLanguage project)
14-
15-
16-
17-
Hi! I'm glad someone is actually using this extension :)
18-
19-
I've added support to highlight syntax for `.nc`, `.mpt`, `mpf` files in addition to `.gcode`. Please see version `0.1.4`.
20-
21-
If you are interested, I have code for [another project](https://github.com/gojimmypi/VerilogLanguageExtension/blob/master/README.md) that not only highlights code, but also has hover text top actually indicate what the respective keyword means.
22-
23-
Perhaps if you could provide a list of all the g-codes - ideally in plain text, comma -delimited format, and their respective meaning, I could add this feature as well? (feel free to open a new issue for this ).
24-
25-
As for your questions: Yes - any sort of "register itself" for different file extensions would definitely require a code change.
26-
27-
Regarding the option for a dialogue to configure... well, everything is easy when you know how - but I'm not sure how this would work.
28-
29-
18+
Fixed VS2015 compatibility. (manual edits of project file, compared to working VerilogLanguage project)

0 commit comments

Comments
 (0)