Hi everybody, At first, Happy new year! Here my comments:
1) Working with AST tree to detect tasks. With tern, it was easy to do, because yoiu can add your custom function when regsiterTask is called. See https://github.com/angelozerr/tern-grunt/blob/master/grunt.js#L21 I think with simple parser like esprima, it should be more difficult to do it. 2) JSON editor is now merged. It's a very cool news! Thanks Victor to have helped me. > Gorkem will open a bugzilla for JSON Editor json schema catalog It's a very exciting part of the JSON Editor but a big task too, because it doesn't exists a JSON Schema Editor written in Java which is able to report error with location. So I had started to write it. The idea is to have https://github.com/angelozerr/eclipse-wtp-json/blob/master/core/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaDocument.java which is able to : * validate a JSON stream * provide completion for JSON Schema (it should start working) But IMHO, I think the first work to do is to : * validate the IJSONModel API * fix bugs to synch IJSONModel and editor (when user types some contents, it should sync the IJSONModel correctly) It's a very hard task, but the most important, because as IJSONModel is not very synched, there are a lot of bugs when user types some content (completion doesn't work for instance). 3) XML/HTML validation extension > Gathering feedback from Angelo(the requestor for the extension) See my comment at https://bugs.eclipse.org/bugs/show_bug.cgi?id=443097#c4 Regard's Angelo 2016-01-06 21:40 GMT+01:00 Gorkem Ercan <gorkem.er...@gmail.com>: > > Hi, > The minutes from this year's first call is up on > https://wiki.eclipse.org/JSDT/Confcalls/Minutes_20160105 > Thanks to all participants, > -- > Gorkem > _______________________________________________ > wtp-dev mailing list > wtp-dev@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/wtp-dev >
_______________________________________________ wtp-dev mailing list wtp-dev@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/wtp-dev