Commit Graph

103 Commits

Author SHA1 Message Date
CaptSaltyJack
45d46a726a Added menu items to Linux/Windows 2015-04-29 16:52:09 -07: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 N. Quintana
d586b57fef &R -> &s 2015-04-27 13:21:09 -04: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
Machiste N. Quintana
bd9e48e217 Add pane:close to atom-pane context menu (Win) 2015-03-14 16:30:46 -04: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
9293ef766b Add update menus on Windows 2014-12-02 08:58:00 -08:00
Kevin Sawicki
913c002ee4 🐧 Add Toggle Menu Bar to View menu 2014-11-17 16:40:15 -08:00
Kevin Sawicki
ee7d4003de Add toggle menu bar item 2014-11-17 16:40:14 -08:00
Kevin Sawicki
141430ab0a 💄 2014-11-13 17:37:29 -08:00
Kevin Sawicki
807b4b223b Remove update menu items on Windows
These will be re-added before the first release where squirrel update
assets are available on the release.
2014-11-13 17:31:40 -08:00
Paul Betts
629717caea Add updates to menu 2014-11-13 17:31:03 -08:00
Kevin Sawicki
14e73e0c63 pane -> Pane 2014-11-10 14:31:21 -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
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
Paul Betts
38016b205c Fix Copy / Cut's accelerators
Copy/Cut/Paste always have the same accelerator in every app
2014-09-25 13:40:09 -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
Cheng Zhao
a8e4638612 🍎 Add "Services" menu, fixes #3204 2014-09-08 14:49:25 +08: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
22eb16352c Add more config file items to File menu 2014-07-23 11:30:00 -07:00
Kevin Sawicki
eaa7593b27 Add single selection menu item 2014-06-17 14:42:57 -07:00
Kevin Sawicki
a598dcc259 🏁 Match Chrome's Settings menu item 2014-06-02 13:51:38 -07:00
Kevin Sawicki
e06bbfac6b Remove unimplemented items from windows menu 2014-05-30 11:18:20 -07:00
Cameron McEfee
7882ac60d8 Include Terms of Use in the help menu 2014-05-14 10:44:33 -07:00