History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5258
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: Omair-Inam Abdul-Matin
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Excluding files from module content root via regex

Created: 16 Sep 07 16:55   Updated: 19 Sep 07 21:58
Component/s: Project Configuration
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,274
Severity: High


 Description  « Hide
When defining modules in IntelliJ currently it is possible to define inclusion/exclusion of files only via folders. It would be highly useful if it were possible to specify inclusion exclusion/filters for including/excluding files. There are a number of points here:
1. Filters could be listed separately, along with a list of generic filter (e.g. */.java, */.xml, etc.) giving users the power to reuse specific filtersets across multiple modules/content roots.
2. A module currently includes all file types within the content roots. Allowing filters would give developers the power to define content roots / modules that only include xml files, or jsps, etc.

 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 19 Sep 07 21:58
Implementing this would require major changes to IDEA's internal architecture and will cause at least some performance degradation.