mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
make Show All Tabs action name & description closer to the behavior
This commit is contained in:
@@ -36,7 +36,6 @@ public class TabListAction extends AnAction {
|
||||
@Override
|
||||
public void update(AnActionEvent e) {
|
||||
e.getPresentation().setEnabled(isTabListAvailable(e));
|
||||
e.getPresentation().setDescription("Shows the popup of all tabs when single row editor tab layout is used and all tabs don't fit on the screen");
|
||||
}
|
||||
|
||||
private static boolean isTabListAvailable(AnActionEvent e) {
|
||||
|
||||
@@ -1365,8 +1365,8 @@ action.Images.ShowThumbnails.description=Show thumbnails view for current direct
|
||||
action.Diff.UpdatedFiles.text=Show Diff
|
||||
action.Diff.UpdatedFiles.description=Show diff with version before update
|
||||
|
||||
action.TabList.text=Show All Tabs
|
||||
action.TabList.description=Show dropdown with the list of all tabs in single-row tab layout
|
||||
action.TabList.text=Show Hidden Tabs
|
||||
action.TabList.description=Show dropdown with the list of tabs that don't fit on the screen in single-row tab layout
|
||||
|
||||
action.FillParagraph.text=Fill Paragraph
|
||||
action.FillParagraph.description=Reformat string literal or comment to fit maximum width (usually 80)
|
||||
|
||||
Reference in New Issue
Block a user