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

Key: IDEADEV-11814
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Shafirov
Reporter: Keith Lea
Votes: 5
Watchers: 0
Operations

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

Allow Language API to provide regions for automatic folding of getters, imports, etc

Created: 02 Sep 05 00:16   Updated: 06 Nov 08 23:28
Component/s: Plugin Support. API
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
 
This issue is related to:
IDEABKL-4890 Custom regions for folding and member... Major To Be Discussed

Build: 3,467
Severity: Low


 Description  « Hide
I'd like to be able to specify that certain regions in files of my language should be folded if the user enables automatic import folding, for example.

 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 02 Sep 05 12:44
We plan to do it in the other direction: expose the folding settings to OpenAPI (they currently aren't) and let you set the folded state of elements based on these settings. I think that it will be simpler both for us and for the API users.

Keith Lea - 02 Sep 05 18:05
It doesn't seem that it would be easier for API users, but we'll see, you know more about the plans than I do.