Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JSDT/Confcalls/Minutes 20160628

JSDT/Confcalls/Minutes 20160821

Current Status

Updates

  • IBM is slowing down a little bit for moving offices
  • Ilya fixed termination of node process - Bug 491735 - change https://git.eclipse.org/r/76149
  • Angel worked on hybrid mobile, then on Gulp + Grunt support in JSDT
  • Patrik improve docs by adding a page for user support and install
  • Victor fixed Bug 491751 - JavaScript Problems get doubled in Dynamic Web Projects , where the double validation causes a duplication of error messages. The fix consists in disabling the validator after the first pass. Change https://git.eclipse.org/r/#/c/75493/ (ready to submit)
  • Victor also looking at AERI (Automatic Error Reporting).
    • (Ideas exchange) Validator should be triggered "by extension". e.g. javascript validator called only for .js files. But the (partial) build triggers a "double validation". Ideally we should check the content type - and skip it.
    • this sounds incorrect: maybe it is a bug on the WTP Validator framework. When we check IFile instances for validation, we should check file extensions (and content types).
  • Gorkem started working on Language Servers, and then, he'll work on reviews
  • Shane worked on outline support and Gulp / Grunt quick access. Now workign on Npm scripts
  • Snjezana worked on JSON editor problem, now working on JSON Editor schema

Language Servers

  • Yesterday Microsoft, RedHat and Codenvy declared they want to collaborate to provide a new languageserver protocol

http://developers.redhat.com/blog/2016/06/27/a-common-interface-for-building-developer-tools/

Back to the top