1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
First work to add support for "Show in CView"
Based on work provided by Thomas Fletcher.
This commit is contained in:
Alain Magloire 2004-01-29 17:29:44 +00:00
parent 9678b65711
commit 80e693ac65

View file

@ -1,3 +1,17 @@
2004-01-29 Alain Magloire
PR 50789. Draft work on this.
Provide "Show in CView" capability.
Patch is based on work done by Thomas Fletcher.
* plugin.properties
* plugin.xml
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties
* src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitonsIds.java
* src/org/eclipse/cdt/ui/actions/ShowInCViewAction.java
2004-01-29 Hoda Amer
Added handling for CompletionOnFunctionReference()