Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JSDT/Confcalls/Minutes 20160816

JSDT Sync 16 Aug

Attendees: Ilya, Victor R, Victor S, Angel Check: JSDT Open Bugs: https://goo.gl/nPLxeF

Status

Next sprint will be the last for Neon.1, from now on we should mostrly concentrate on bugfix, and not on new developments.

JavaScript Debug

Ilya Provided change https://git.eclipse.org/r/#/c/78908/ http://stackoverflow.com/questions/38955947/enabling-the-jsdt-outline-view-in-eclipse-neon This feature is still in Gerrit change, and there is still something to polish, perhaps Link to the video: https://www.youtube.com/watch?v=IcTn0fyaK0s&feature=youtu.be

Formatter

Shane is working on formatter, he provided a change, Ilya is also reviewing https://bugs.eclipse.org/bugs/show_bug.cgi?id=356606

Search

Angel: is mainly going to work on search and indexing, perhaps he'll find time to look at outline Angel workign on indexing and search. There are troubles, as the way search works is first parsing files, then it offer services. ie.e when you serarch in eclipse you click and you're brought to that position in the file. But for this you'll need a ICompilationUnit SearchResult (the class) requires IJavaScript Element, that is the closest thing to AST. But internally the AST visitor internally often returns null elements. and that will give issues

Bugs for Neon.1

Patrik is going to work on: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419931 Patrik: For the next spring we should add a new bug "Enabling the JSDT Outline view in Eclipse Neon". (+RHT in whiteboard) If this is related to the parser, just skip (as we're going to change Esprima -> ClosureCompiler). If not , just discard Victor: trying to fix the Selection problem, that happen when you select and edit a node, as the AST is not created on a text changes Victor is also pushing some issues to Snjezana and Alina for SourceEditing.

Further Notes

Angelo: would like to have a debugger for TypeScript in JSDT, we'll see TypeScript support in Debugger: we should first have TypeScript support in JSDT. The CQ for TypeScript is (likely) not processed, so we can not use it yet.

Back to the top