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

Key: IDEA-16940
Type: Bug Bug
Status: Open Open
Assignee: Unassigned
Reporter: Serge Baranov
Votes: 2
Watchers: 2
Operations

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

Collapseable sections expand on their own

Created: 22 Jan 08 20:30   Updated: 06 Feb 08 20:04
Component/s: Editor. Editing Text

File Attachments: 1. Zip Archive sampleProject.zip (10 kb)


Build: 7,657
Severity: Medium


 Description  « Hide
Support feedback:

When I create a new method in a class file and type the { } braces IntelliJ expands all the folded sections in the file. Now everything in the file is expanded and I have to tell it to fold again which folds the sections I actually want open. This is highly annoying.

I have created a sample project. Go into the TestClass and make sure all the foldable sections are folded. Right after the testA method and before the testB method type this: public void newTest(){

After the first '{' it expands the folded sections below.



 All   Comments   Work Log   Change History      Sort Order:
Mark Vedder - 06 Feb 08 20:04
I suddenly started experiencing this in build 7684. In my case the sections are expanding in cases other than typing a brace. Sometimes it seems as if they expand without doing any typing. I can simply be scrolling through the code. I think it might be when the code analysis process executes. But it doesn't happen every time the code analysis executes.