[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-4483) Automatic grouping of projects into workingsets

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon Jun 15 07:42:56 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-4483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen resolved JBIDE-4483.
----------------------------------------

    Resolution: Done


I've added an experimental workingset module into svn.

This adds a crude preference page which allow you to specify a list of patterns that will be used in sequence as follows:

<searchpattern>, <replacepattern>, <exclusive: true|false>

searchpattern is a regular expression used to match against the project names, (i.e. org\.jboss\.tools\.([^\.]+).* finds all projects starting with org.jboss.tools and puts the text between the next two dots into the first capture group)

replacepattern: which set the project should go into, can use capture groups. (i.e. "$1", will for org.jboss.tools.vpe.util and the pattern from above be: "vpe")

exlusive: wether or not we should stop searching for more names. i.e. useful to set to false for some overall grouping patterns, but you most likely just want it to be true.

> Automatic grouping of projects into workingsets
> -----------------------------------------------
>
>                 Key: JBIDE-4483
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4483
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: common
>            Reporter: Max Rydahl Andersen
>            Assignee: Max Rydahl Andersen
>             Fix For: 3.1.0.M2
>
>
> When you have many projects (>10) working sets are good for grouping, but when you have too many projects (>100) like eclipse and jboss tools plugin developers tend to have working set are too cumbersome to use.
> I suggest we add support for grouping projects based on a regular expression to allow for semi-automatic grouping of projects.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list