Hi Maik,

>  I know, unfortunately eclipse doesn't for reasons I don't know.
>
>  Eclipse has a content-type-registry, which is based on
>   1. file-extension pattern (i.e. "*.hpp")
>   2. full filename (i.e. "algorithm")

Does it support globbing at all?  I.e take all the files in the follow
subdirectories.

All OSG headers that are extension less can be found in include/*/*

>  I fear one has to write a eclipse plug-in which determines the type for given
>  files and append them to the content-type-registry via full filename.

Or perhaps the the Exclipse dev's (or a member of the community) could
just fix it so that its C++ support includes support for Standard C++
style extensionless headers...

Another possibility might be to use CMake to build the list of header
files (they are already listed in the CMakeLists.txt)

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to