Commit Graph

84 Commits

Author SHA1 Message Date
Maurício Szabo
4f84c26732
Revert "[skip ci] Create i18n API" 2023-04-06 16:44:38 -03:00
Meadowsys
fbcd6c5cab
translate linux menus, fix silly bug on macos lol 2023-04-01 02:09:37 -07:00
Meadowsys
feb3a23f33
format,
sorry this was bothering me lol
2023-03-30 17:41:53 -07:00
Meadowsys
71b428b824
extracted strings out of darwin menu 2023-03-29 17:29:19 -07:00
DeeDeeG
7b317b2728 Remove "Run Benchmarks" menu item 2022-11-01 17:06:10 -07:00
Spiker985
7d41bcd3b9 [menus] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
Jesus
9cf2f73057 Open Package Manager 2022-05-15 18:53:08 +02:00
Lee Dohm
4ca5d4e9a3
Merge pull request #14330 from sindresorhus/quit-menu
Add app name to the Quit menu on macOS
2018-10-15 10:36:02 -07:00
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
Sindre Sorhus
98062f9a38 🍎 Add app name to the Quit menu on macOS
To adhere to the macOS Human Interface Guidelines: https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/OSXHIGuidelines/MenuBarMenus.html
2017-05-07 16:10:23 +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
Antonio Scandurra
5211b49f7d Add a "Run Benchmarks" command to plot benchmark results 2016-10-14 11:02:59 +02: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
Machiste Quintana
1a13913168 Use OS X Human Interface Guidelines compliant menu order
Fixes https://github.com/atom/atom/issues/10302
2016-01-08 12:00:24 -05: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
Kevin Sawicki
de6829d7b6 🎨 2015-11-09 12:47:21 -08:00
Kevin Sawicki
1ef7a2cc96 Add roles to services, window, and help menu items 2015-11-09 12:43:11 -08:00
Max Brunsfeld
4988f6be11 Remove application:run-all-specs command 2015-10-07 15:25:05 -05:00
Isidoro Ghezzi
f890019364 🍎 Menus: replace three period with ellipsis
From:
https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/TerminologyWording.html#//apple_ref/doc/uid/20000957-CH15-SW3

IMPORTANT

Be sure to create the ellipsis character using the key combination Option-; (Option-semicolon). This ensures that an assistive app can provide the correct interpretation of the character to a disabled user. If you use three period characters to simulate an ellipsis, many assistive apps will be unable to make sense of them. Also, three period characters and an ellipsis don't look the same because the periods are spaced differently than the points of an ellipsis.
2015-07-01 14:08:13 +02:00
Machiste Quintana
1f023d1d2c Implement editor:move-selection-left 2015-06-18 07:14:41 -04:00
Machiste Quintana
7f7ca75113 Implement editor:move-selection-right command 2015-06-18 07:14:41 -04:00
CaptSaltyJack
a8283c3c9b Added delete-to-next/previous-word-boundary
This is better behavior for alt-del/backspace operations, is less
"greedy" and doesn't eat up excess characters.
Also set default key mappings to these, feel free to trash my changes
to keymaps/darwin.cson. Though I do feel this should be default
behavior, personally.
2015-04-29 16:31:07 -07:00
Machiste Quintana
415898d597 Add font size commands to View menu 2015-04-26 23:52:48 -04:00
Kevin Sawicki
8e0efb1844 Add Add Project Folder system menu 2015-04-07 12:37:05 -07:00
Machiste N. Quintana
55c5614bd4 Update darwin.cson
Missed a spot
2015-03-14 16:30:17 -04:00
Machiste N. Quintana
1899e9b8a0 Add pane:close to atom-pane context menu 2015-03-14 13:52:50 -04:00
Brendan Nee
2168a59828 Add "Checking for Update" to menu
When state is “checking”, menu should say “Checking for Update”
2015-02-18 13:50:18 -08:00
Ben Ogle
9bbbb58084 Fix context menu when shadow DOM is enabled
Closes #4623
2014-12-16 15:16:12 -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
05c1ae71e1 Add report issue to Help menu 2014-10-30 09:11:05 -07:00
Kevin Sawicki
cefabd4eb8 Add FAQ to help menu 2014-10-30 09:11:05 -07:00
Kevin Sawicki
9f80be4570 Add roadmap to help menu 2014-10-30 09:11:05 -07:00
Kevin Sawicki
61f75b0764 Add discussions to Help menu 2014-10-30 09:11:05 -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