文章目錄
僅作參考!
功能表列配置項路徑
檔案:file
o "開始" 區: fileStart
o "建立"菜單內部的"附加"組標誌: new/additions
o "建立"區,在"建立"菜單下面: new.ext
o "關閉" 區: close.ext
o "儲存" 區: save.ext
o "列印" 區: print.ext
o "開啟" 區: open.ext
o "匯入" 區: import.ext
o "附加" 區: additions
o "最近的文檔" 區: mru
o "結束" 區: fileEnd
編輯:edit
o "開始" 區: editStart
o "撤銷" 區: undo.ext
o "剪下" 區: cut.ext
o "尋找" 區: find.ext
o "添加" 區: add.ext
o "附加" 區: additions
源:org.eclipse.jdt.ui.source.menu
重構:org.eclipse.jdt.ui.refactoring.menu
導航:navigate
o "開始"區:navStart
o "Go To"菜單中的"附加"組標誌: goTo/additions
o "開啟"區(有四個):open.ext, open.ext2, open.ext3, and open.ext4
o "顯示"區(有四個):show.ext, show.ext2, show.ext3, and show.ext4
o "附加"區:additions
o "結束"區:navEnd
搜尋:org.eclipse.search.menu
項目: project
o "開始"區:projStart
o "開啟"區:open.ext
o "建立"區:build.ext
o "附加"區:additions
o "結束"區:projEnd
載入:launch
運行:org.eclipse.ui.run
"附加"組標誌:additions
視窗:window
o "附加"區:additions
o "結束"區:additionsend
協助:help
o "開始"區:helpStart
o "主要組"區:group.main.ext
o "教程組"區:group.tutorials
o "工具組"區:group.tools
o "更新群組"區:group.updates
o "結束"區(有時候不是結束): helpEnd
o "附加"區:additions
o "關於組"區:group.about.ext
工具列配置路徑
檔案:org.eclipse.ui.workbench.file 帶有一些公用的分組標誌(你可以添加按鈕的更多的位置):
o "建立"區:new.ext
o "儲存"區:save.ext
o "列印"區:print.ext
o "建立"區:build.ext
導航:org.eclipse.ui.workbench.navigate
載入:org.eclipse.debug.ui.launchActionSet
編輯器表示:org.eclipse.ui.edit.text.actionSet.presentation
搜尋:org.eclipse.search.searchActionSet
Java元素建立:org.eclipse.jdt.ui.JavaElementCreationActionSet
組:Team