Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Add task/bookmark to the CEditor

Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui/ChangeLog,v
retrieving revision 1.23
diff -u -r1.23 ChangeLog
--- ChangeLog	14 Nov 2002 16:10:31 -0000	1.23
+++ ChangeLog	15 Nov 2002 19:59:48 -0000
@@ -1,3 +1,8 @@
+2002-11-15 Alain Magloire
+
+	* plugin.xml:  Typo when doing the Ruler contibution
+	for Task and bookmarks, it should #CEditorRulerContext.
+
 2002-11-14 Alain Magloire
 
 	* src/.../internal/ui/cview/CView.java (addBuildMenu):
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui/plugin.xml,v
retrieving revision 1.13
diff -u -r1.13 plugin.xml
--- plugin.xml	13 Nov 2002 20:39:29 -0000	1.13
+++ plugin.xml	15 Nov 2002 19:59:48 -0000
@@ -356,7 +356,7 @@
          </action>
       </objectContribution>
       <viewerContribution
-            targetID="#CRulerContext"
+            targetID="#CEditorRulerContext"
             id="org.eclipse.cdt.ui.editor.CEditorPopupActions">
          <action
                label="%AddTask.label"



Back to the top