Again the problem:
Eclipse filename association with editors is done strictly via the plugin.xml(and Preference Page). The CDT is ship with a sensible default i.e. *.c, *.h, *.cpp etc .. We use an hack in EditorUtility.getEditorID(...) To change this behaviour for the CView and the COutliner.
Added support for DoubleClick to open a header in the outliner.
Related PRs: 64834, 44363
|