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 75114 - "code folding" in C files are disabled
Summary: "code folding" in C files are disabled
Status: VERIFIED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-17 10:23 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 2006-04-17 10:23:36 UTC
Steps:
- Push File|New Project... menu.
- Choose "Samples|C/C++ Development|C/C++|Args" project. Push "Next" button.
- Push "Finish" button.
- Open args.c file in built-in editor.

"code folding" in C files are disabled
Comment 1 _ gordonp 2006-04-17 16:30:51 UTC
Please reverify this problem against a build from 17 April or later. I checked
in a fix for 74332 last Friday which should have resoled this. I just did cvs
updates and builds on both my Solaris box and laptop and both correctly showed
both the code folding and syntax highlighting.

I believe 74332 was the cause of the problem you reported here, because it
was caused by incorrect mime-type for C files. Because the editor didn't get
the correct mime-type, it didn't use the advanced editing features for C (which
includes code completion).

Please reverify and reopen the bug if you still see the problem.
Comment 2 akumta 2007-12-20 18:00:07 UTC
Verified on Solaris, Windows and Linux.