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 129648 - Provide syntax error highlighting for C and C++
Summary: Provide syntax error highlighting for C and C++
Status: RESOLVED DUPLICATE of bug 87684
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-10 12:18 UTC by Vladimir Kvashin
Modified: 2008-05-12 10:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2008-03-10 12:18:29 UTC
For C and C++ languages syntax error highlighting should be supported 
(like for Java files)
Comment 1 dynamite 2008-03-27 16:18:59 UTC
Have you tried loading the C/C++ module?  You should find it in the plug-in manager which you will find under the tools
menu.
Comment 2 Vladimir Kvashin 2008-03-27 16:39:19 UTC
The issue is about syntax *error* highlighting, not just syntax highlighting (colouring).
What do you mean by C/C++ module? Usual Netbeans C/C++ support? It does not yet provide syntax *error* highlighting.

I developed a separate plugin for this purpose:
http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=6601

But it isn't yet in the official cnd, sorry, official NetBeans.

I hope it will be included some time.
Than I'll close this issue as fixed.
Comment 3 dynamite 2008-03-31 09:50:17 UTC
The plug-in looks interesting.  I should point out that I'm only a developer that uses NetBeans and not a member of the
C/C++ team.  You could try asking a question about future plans on the nbdev@netbeans.org or users@cnd.netbeans.org
mailing lists.
Comment 4 dynamite 2008-03-31 10:48:51 UTC
The plug-in looks interesting.  I should point out that I'm only a developer that uses NetBeans and not a member of the
C/C++ team.  You could try asking a question about future plans on the nbdev@netbeans.org or users@cnd.netbeans.org
mailing lists.
Comment 5 Vladimir Kvashin 2008-05-12 10:42:41 UTC

*** This issue has been marked as a duplicate of 87684 ***