tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

Support for *.hpp headers #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. General all *.hpp headers are not recognised
2.
3.

What is the expected output? What do you see instead?
adding and syntax highlithing of hpp header files

What version of the product are you using? On what operating system?
QDevelop-0.21 on Linux/Debian

Please provide any additional information below.
The appropriate code is missing.

Regards
Olaf

Original issue reported on code.google.com by olaf.pet...@googlemail.com on 28 Jan 2007 at 12:40

GoogleCodeExporter commented 8 years ago
Hi Olaf,

I am attaching here a patch, which adds support for hpp files:
 * in the highlighter
 * when you open an hpp file, you can navigate to the corresponding cpp file (the cpp
file will always navigate to the h file, not trivial to change)
 * do support for c files (i want this...)

You will not be able to add new hpp (not C) files trough the GUI, but at least 
they
are supported... it's been committed as revision 176

Original comment by cucoma...@gmail.com on 20 Jul 2007 at 12:09

Attachments:

GoogleCodeExporter commented 8 years ago
defect -> enhancement

Original comment by cucoma...@gmail.com on 10 Sep 2007 at 7:57

GoogleCodeExporter commented 8 years ago
Related to this, would be nice to have .hh and .inl file support, for headers 
and inline definitions. I haven't gone 
trhough the app code, considering the changes involved in the .hpp patch 
shouldn't be a big deal.

Cheers,

Fran.

Original comment by pra...@gmail.com on 10 Apr 2008 at 9:40

GoogleCodeExporter commented 8 years ago
I'm using revision 355 and hpp are not supported :
 - no highlight
 - can not go to "declaration"
 - and ofcourse, can not create hpp.

Why not adding an option to choose between h, hh or hpp and then replace all 
".h" in
the code by a string contains header suffix ?

Original comment by jerome.f...@gmail.com on 17 Sep 2008 at 2:58

GoogleCodeExporter commented 8 years ago
Fixed in revision 364. Please test.

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 3:56

GoogleCodeExporter commented 8 years ago
Issue 314 has been merged into this issue.

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 6:38