Closed piotrtomiak closed 10 years ago
Please get this into a build a.s.a.p.
The MyEclipse team are adding a LOT of javascript functionality at present and this would be an awesome addition as it stops me adding this tools to the latest bleeding edge version in their CI stream.
This topic refers: http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&p=137571#137571
:+1:
But we need to wait for @ralfstx Ralf
I can release, if Ralf happens to be away for long
Big Thx. :)
Will look at it today
I was a bit ahead of time, built and bundled as Enide Studio 2014.17 for Windows x64 http://www.nodeclipse.org/enide/studio/2014/
now waiting for official binary
The tool suite looks great.
Thanks @tonyherstell! I'll see if I can get the modifications into the minimal-json and then use the original bundle of including a modified copy.
@ralfstx Ralf, it was @piotrtomiak Piotr who actually sent PR
Quite right. I can take no credit for the work of Piotr. I stand on the shoulders of Giants!
I'm sorry for mixing that up! Thanks @piotrtomiak!
I am sure he wont mind :) Just VERY VERY happy this is being fixed. Great support from everyone.
:-)
You're welcome guys! OSGi can be very tricky ;)
This should fix the LinkageError or at least the ParseException I have reported in Issue #99. Basically, what I found is that jshint.ui was not using json implementation from jshint plugin, but possibly some other version (provided by Tern or NodeJS). Altough this commit should fix the issue for JSHint, installing JSHint it into Eclipse still may brake other plugins, since the shipped json package is modified. The full solution here would be to put modified version of json package into a different package (like e.g. com.eclipsesource.jshint.json). This would help avoid confusion.