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 217627 - No code folding in full remote project files
Summary: No code folding in full remote project files
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-30 12:57 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-08-30 12:57:17 UTC
steps to reproduce:
- create any  full remote project
- open any file from it
there is no code folding in it
Comment 1 Egor Ushakov 2012-08-30 13:00:52 UTC
check CppFoldManager:319
new File(getFilename())).exists()
automatically makes it work only locally
Comment 2 Egor Ushakov 2012-08-30 13:37:32 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/9f89caa062a9
Comment 3 Quality Engineering 2012-08-31 02:00:36 UTC
Integrated into 'main-golden', will be available in build *201208310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9f89caa062a9
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #217627 - No code folding in full remote project files
Comment 4 Alexander Pepin 2012-09-11 09:15:58 UTC
QE have to add editor tests into Full Remote test suite