Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Minutes from 20151201 JSDT meeting


Hi Angelo,
Thank you for sharing this. The functionality is inline with what we are planning to do but I
think we are planning to do less.

The idea is to enhance the common navigator framework (CNF) so that every task on a GruntFile.js or gulpfile.js is displayed on the navigator instead of the classic JS file outline and you can right click and run a task. This is very similar to the Project explorer view on jsbuild. There is no plan to implement a separate view for build taks. Instead we plan to allow easy access to grunt/gulp tasks through the Quick access menu (ctrl+3) also I think the JSDT outline view, after Mickael's changes to allow it to use CNF, will provide a similar visual.

As you may have seen we are planning to shutdown bad performing Type binding on JSDT Parser after M4 which also means that we will be providing code assist based on single .js file parsing in addition to code templates. I think Eclipse users will depend more on extensions such as tern.java for advanced code assist. I would be very interested to hear your thoughts about how we can make the operation/integration of tern.java easier for both the users and plugin developers.

One idea, I was looking at was to get the inferenceSupport extension point to be more effective but I am not sure if that
actually helps.

Thanks,
--
Gorkem

On 1 Dec 2015, at 23:11, Angelo zerr wrote:

Sorry for the spam, but please see
https://github.com/angelozerr/jsbuild-eclipse/wiki/Getting-Started to see
screenshot about Grunt/Gulp tasks inside View and Project Explorer.

Hope you will like it.

2015-12-02 5:08 GMT+01:00 Angelo zerr <angelo.zerr@xxxxxxxxx>:

Hi Gorkem,

Here some information:

* for JSON Editor, I have forked webtools.sourceediting at
https://github.com/angelozerr/webtools.sourceediting/tree/JSONEditor to
add plugins and do some changes that Victor asked me.
* for Grunt/Gulp please see https://github.com/angelozerr/jsbuild-eclipse which provides an Ant View task like for Grunt/Gulp and it works too with
CNF.

I use tern to extract Grunt/Gulp tasks, but all plugins which starts with "fr.opensagres.eclipse" (to execute Grunt/Gulp tasks) are not linked to tern. Please note that "fr.opensagres.eclipse" plugins are a copy/paste of
Ant project.

Regard's Angelo

2015-12-02 1:10 GMT+01:00 Gorkem Ercan <gorkem.ercan@xxxxxxxxx>:

The meeting minutes are now available on wiki.

https://wiki.eclipse.org/JSDT/Confcalls/Minutes_20151201

Thanks everyone for attending.
--
Gorkem
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
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@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top