1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Bug 244054 - Makefile editor: cannot add bookmarks

This commit is contained in:
Anton Leherbauer 2008-12-18 13:44:43 +00:00
parent 962fa81bd5
commit e8260482d9
2 changed files with 26 additions and 0 deletions

View file

@ -87,3 +87,9 @@ Make.targets.menu=Make targets
# Makefile compare font
makeCompareFontDefinition.label= Makefile compare text font
makeCompareFontDefinition.description= The Makefile compare text font is used by Makefile compare/merge tools.
# Common Editor ruler actions
AddTask.label=Add &Task...
AddTask.tooltip=Add Task...
AddBookmark.label=Add Boo&kmark...
AddBookmark.tooltip=Add Bookmark...

View file

@ -100,6 +100,26 @@
</or>
</visibility>
</objectContribution>
<viewerContribution
targetID="#MakefileRulerContext"
id="org.eclipse.cdt.ui.editor.MakefileEditorRulerPopupActions">
<action
label="%AddTask.label"
helpContextId="org.eclipse.ui.AddTask_action_context"
class="org.eclipse.ui.texteditor.TaskRulerAction"
tooltip="%AddTask.tooltip"
menubarPath="add"
id="org.eclipse.ui.texteditor.TaskRulerAction">
</action>
<action
label="%AddBookmark.label"
helpContextId="org.eclipse.ui.bookmark_action_context"
class="org.eclipse.ui.texteditor.BookmarkRulerAction"
tooltip="%AddBookmark.tooltip"
menubarPath="add"
id="org.eclipse.ui.texteditor.BookmarkRulerAction">
</action>
</viewerContribution>
</extension>
<extension
point="org.eclipse.ui.contexts">