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 214707 - Code folding relex file on each focus gain
Summary: Code folding relex file on each focus gain
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-06-25 11:48 UTC by Egor Ushakov
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 Egor Ushakov 2012-06-25 11:48:46 UTC
Each time IDE receives focus gain, we do CppFile.startParsing.
Probably because CppFile.needsUpdate always returns true...
Comment 1 Vladimir Voskresensky 2012-06-25 16:38:12 UTC
fixed:
http://hg.netbeans.org/cnd-main/rev/542c03f9dd60
Comment 2 Quality Engineering 2012-06-26 04:57:42 UTC
Integrated into 'main-golden', will be available in build *201206260002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/542c03f9dd60
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #214707 - Code folding relex file on each focus gain
- use document version to detect need of relex