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 96036 - Syntax highlighting and Quick Navigator is missed in header files without extensions
Summary: Syntax highlighting and Quick Navigator is missed in header files without ext...
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 14:39 UTC by soldatov
Modified: 2007-08-08 11:41 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-02-20 14:39:36 UTC
Steps:
- Create Quote sample project
- Open customer.cc file in built-in editor
- Move cursor at 22:14 position
- Press Alt-G (hyperlink)
==> cstdlib file without Syntax highlighting and Quick Navigator

P.S. It is regression
Comment 1 _ gordonp 2007-02-20 23:53:05 UTC
Added HDataLoader.findPrimaryFile() method. This overrides the super version
and detects extensionless C++ include files. If the tests in findPrimaryFile
don't find an extensionless include file, then super.findPrimaryFile() is
called. That method checks extensions and matches header files with one of
the expected header file extensions.
Comment 2 Maria Tishkova 2007-08-08 11:41:08 UTC
verified, 5.5.1u1