Skip to content

Commit

Permalink
Added 'Close All' action in tab context menus; fixed #1817
Browse files Browse the repository at this point in the history
Signed-off-by: Defman21 <[email protected]>
  • Loading branch information
Defman21 committed Oct 4, 2017
1 parent 5683b70 commit e36e264
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/chrome/komodo/content/komodo.p.xul
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@
observes="cmd_bufferCloseOthers"
accesskey="&menuCloseOtherBuffers.accesskey;"
label="&menuCloseOtherBuffers.label;"/>
<menuitem id="buffertab-context-close-all"
observes="cmd_closeAll"
accesskey="&menuCloseAll.accesskey;"
label="&menuCloseAll.label;"/>

<menuseparator id="tabContextMenu_separator_1" />

Expand Down
3 changes: 2 additions & 1 deletion src/chrome/komodo/locale/en-US/komodo.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -931,4 +931,5 @@
<!ENTITY contributePackages.label "Contribute Packages">
<!ENTITY shareTool.label "Share this Tool">


<!ENTITY menuCloseAll.label "Close All">
<!ENTITY menuCloseAll.accesskey "A">

0 comments on commit e36e264

Please sign in to comment.