Commit Graph

52 Commits

Author SHA1 Message Date
Nathan Sobo
fd85c1bb5a Add Paste without reformatting command
It is bound to cmd-shift-V on macOS and ctrl-shift-V on Windows and
Linux. It is also available in the edit menu.
2017-10-23 17:14:41 -06:00
liuderchi
7408fc8731 🎨 add 'Run Benchmark' menu item for win32 and linux platform 2017-03-11 16:24:20 +08:00
Yisheng Cai
dfdb657ce2 Move "Fold all" menu entry to above the "Unfold all" entry (issue#13262) 2016-11-19 20:21:02 -05:00
Damien Guard
8229924b96
History API, reopen project menu, command and list view 2016-10-21 15:13:59 -07:00
Matthew Dapena-Tretter
b60afd36ee Always copy item when splitting from the context menu
This updates the context menu so that splitting behaves consistently,
regardless of whether the context menu is used from a text editor or
not.

The current behavior comes from #7953 but, as @maxbrunsfeld pointed out
when we talked about this, the purpose of that commit was to simplify
the command names, so the UX change probably wasn't intentional.
2016-08-29 17:18:56 -07:00
Niraj Kumar
054a838467 #12386 Splitting panes using the menu gives me an empty panel 2016-08-12 14:40:37 +05:30
Michelle Tilley
7160461ebc Copy active item when splitting from TextEditor context menu 2016-04-16 11:00:46 -07:00
Machiste Quintana
e932e3db05 Merge branch 'master' into mq-move-selected-columns 2016-03-28 22:16:31 -07:00
Daniel Hengeveld
7b83db160f remove Open Roadmap menu item, fixes #10884 2016-02-19 12:37:17 +01:00
Lee Dohm
013f80f2f5 Merge pull request #10256 from leo/master
Remove "Open Your" from menu items
2016-01-14 11:17:29 -08:00
Lee DohM
e9bb1f9220 Sort alphabetically 2016-01-07 19:31:03 -08:00
Lee DohM
de043956bb Relocate and rename 'View > Reload' to prevent confusion 2016-01-07 18:51:26 -08:00
Leonard Lamprecht
4d7af57db3 Move to top level, add separator and ellipses 2016-01-07 11:51:54 +01:00
Leonard Lamprecht
c1d00716ee Combine certain items into a submenu 2016-01-02 18:36:06 +01:00
Max Brunsfeld
4988f6be11 Remove application:run-all-specs command 2015-10-07 15:25:05 -05:00
Machiste Quintana
0a6dec19d5 Add menu entries for Windows and Linux 2015-07-24 19:52:45 -04:00
Isidoro Ghezzi
b758d2ea93 🐧 Menus: replace three period with ellipsis
to be test on runtime
2015-07-01 23:46:15 +02:00
Machiste Quintana
7028fb4add Add Linux and Windows menu items 2015-06-18 07:14:42 -04:00
CaptSaltyJack
45d46a726a Added menu items to Linux/Windows 2015-04-29 16:52:09 -07:00
Machiste N. Quintana
67e7acebbd &R -> &s 2015-04-27 13:20:39 -04:00
Machiste Quintana
415898d597 Add font size commands to View menu 2015-04-26 23:52:48 -04:00
Kevin Sawicki
ff86712a22 Add missing View > Panes menu on Linux
Closes #1897
2015-04-07 14:15:30 -07:00
Kevin Sawicki
8e0efb1844 Add Add Project Folder system menu 2015-04-07 12:37:05 -07:00
Machiste N. Quintana
8a6f966d87 Add pane:close to atom-pane context menu (Linux) 2015-03-14 16:31:23 -04:00
Ben Ogle
9bbbb58084 Fix context menu when shadow DOM is enabled
Closes #4623
2014-12-16 15:16:12 -08:00
Kevin Sawicki
913c002ee4 🐧 Add Toggle Menu Bar to View menu 2014-11-17 16:40:15 -08:00
Kevin Sawicki
a153f1e244 Move items around in help menu a bit 2014-10-30 09:11:06 -07:00
Kevin Sawicki
037a7f435c Add search issues to help menu 2014-10-30 09:11:06 -07:00
Kevin Sawicki
7641f1d1e4 Sync help menus on Linux/Windows 2014-10-30 09:11:06 -07:00
Nathan Sobo
ee9284e228 Use ‘atom-pane’ custom tag name for PaneElement 2014-10-09 07:39:13 -07:00
Nathan Sobo
f6938183cc Add pane splitting context menu items for all panes
The same menu items remain for `.overlayer` to force them to be ordered
before package context menu items.
2014-09-30 12:06:27 -06:00
Nathan Sobo
1187b50d90 Put platform items back on .overlayer so they sort before package items 2014-09-30 12:06:27 -06:00
Nathan Sobo
483e746439 Use new format for platform menus 2014-09-30 12:06:26 -06:00
Kevin Sawicki
c56babec8d Add split commands to editor context menu
Refs atom/tabs#85
2014-09-29 11:07:19 -07:00
Nathan Sobo
3faf566a48 Rename editor:toggle-soft-wrapped back to editor:toggle-soft-wrap 2014-09-15 14:34:35 -06:00
Ben Ogle
f357f694b3 Merge pull request #3456 from atom/ns-editor-event-methods
Add event subscription methods for Editor and associated classes
2014-09-09 13:40:45 -07:00
Kevin Sawicki
5237e687ee 🐧 Add separator after preference items
Closes #3471
2014-09-05 18:16:12 -07:00
Nathan Sobo
965afc2c37 Rename softWrap to softWrapped
Our new pattern for booleans is to have ::set and ::is, and that means
the property name needs to be in passive voice for ::is to make sense.
This is in preparation for adding a new change observation method.

* ::setSoftWrapped
* ::isSoftWrapped
* ::toggleSoftWrapped
2014-09-05 11:39:33 -07:00
Ivan Žužak
a00b3b2cc9 Merge pull request #3394 from atom/iz-builtin-context-menu-commands
Add cut/copy/paste built-in context menu items
2014-08-28 20:41:21 +02:00
Ivan Zuzak
7b73d6749d Add undo, redo, delete and select all commands to context menu 2014-08-28 20:13:16 +02:00
Kevin Sawicki
8e5f4ced21 🐧 Move settings items to Edit menu
Closes #2467
2014-08-27 12:34:48 -07:00
Kevin Sawicki
17a9e397f3 🐧 Add ~/.atom open commands to File menu 2014-08-27 11:10:30 -07:00
Ivan Zuzak
776a8e935a Add cut/copy/paste built-in context menu items 2014-08-27 13:55:44 +02:00
Kevin Sawicki
86f8944aaf Remove default Window menu on Windows/Linux
This is really only a thing on Mac OS X

Closes #3307
2014-08-18 09:31:10 -06:00
probablycorey
0acd3ebd4b Use Tab instead of Buffer in menu items.
Closes #1645
2014-07-23 13:55:29 -07:00
Kevin Sawicki
eaa7593b27 Add single selection menu item 2014-06-17 14:42:57 -07:00
Cameron McEfee
7882ac60d8 Include Terms of Use in the help menu 2014-05-14 10:44:33 -07:00
Cheng Zhao
1ea0ef4ea2 Show both "Open File" and "Open Folder" menu on Linux and Windows.
These two platforms do not have a dialog that can select both files and
folders, so we have to use two menu items for two dialogs.
2014-04-11 11:29:38 +08:00
Kevin Sawicki
809e57cb84 Remove unimplemented about menu 2014-04-02 16:13:45 -07:00
Cheng Zhao
cc2e87b784 🐧 Match sublime's quit menu. 2014-04-02 15:14:06 +08:00