This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 103484 - Code folds appears on old positions in the edited file
Summary: Code folds appears on old positions in the edited file
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-08 13:39 UTC by soldatov
Modified: 2013-05-17 08:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2007-05-08 13:39:00 UTC
Steps:
- Create IO project
- Open io.c file
- Push Tools|Options menu
- Switch off "Use Code Folding" in 'Editor' category in 'General' tab
- Add into file in line after #include "<stdio.h>" such code:
int () {
    int i;
    return 0;
}
- Save file
- Switch on "Use Code Folding"
==> Code folds appears on old positions
Comment 1 Egor Ushakov 2008-01-24 15:52:13 UTC
fixed with the fix of IZ#114545
Comment 2 soldatov 2008-02-20 10:56:10 UTC
verified in 200802191203 build