angelozerr / jsbuild-eclipse

Eclipse Plugin for Grunt, Gulp based on tern.java
Eclipse Public License 1.0
15 stars 3 forks source link

Sort task in build explorer #8

Open jabby opened 9 years ago

jabby commented 9 years ago

As an enhancement, I propose to add the ability to sort tasks by category and name. Maybe it should be a default sort.

I use the build explorer for grunt tasks.

For grunt files, there will be 2 categories :

Both categories should be sort by name.

What do you think about this ehancement proposal ?

angelozerr commented 9 years ago

Yes it's a good idea, just find time to implement it.

jabby commented 9 years ago

For information, in External Tools Configurations, a user can sort targets by name. When you have a lot of targets, it's quite useful.

angelozerr commented 9 years ago

Yes I didn't remeber that I had done that:) JSBuild Eclipse is a copy/paste of Ant plugin. Can we close this issue or do we need do something?

jabby commented 9 years ago

In fact there is a sort by name in External Tools. But in my use case, I launch each task by double click in the build explorer. My enhancement proposal is for this view not for External Tools.