Commit Graph

24032 Commits

Author SHA1 Message Date
Machiste Quintana
8479e1c34f Fix selection behavior at beginning or end of line 2015-06-18 07:14:42 -04:00
Machiste Quintana
e269b3bad9 🎨 2015-06-18 07:14:42 -04:00
Machiste Quintana
aabde38f61 Fix case when selection is at the beginning or end of a line 2015-06-18 07:14:42 -04:00
Machiste Quintana
c2132114af Add specs for moveSelectionRight() 2015-06-18 07:14:42 -04:00
Machiste Quintana
4931609d4b Add specs for moveSelectionLeft() 2015-06-18 07:14:42 -04:00
Machiste Quintana
7a928be114 Rename range to make its contents more clear 2015-06-18 07:14:41 -04:00
Machiste Quintana
93e019407d 🔥 Errant console.log 2015-06-18 07:14:41 -04: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
Max Brunsfeld
dbb1200e1b 🔥 unused method 2015-06-16 14:54:01 -07:00
Max Brunsfeld
1bbeca6801 ⬆️ snippets 2015-06-16 14:29:37 -07:00
Max Brunsfeld
7a80849d67 Merge pull request #7294 from aki77/fix/leak
DisplayBuffer::decorateMarker leak subscriptions
2015-06-16 14:26:51 -07:00
aki
449c03cb35 Fix destroy listeners 2015-06-16 18:05:45 +09:00
Max Brunsfeld
ebc5758d79 Merge pull request #7290 from atom/mb-fix-save-state-race
Fix incorrect state save when exiting
2015-06-15 14:40:37 -07:00
Max Brunsfeld
41773b0861 Fix incorrect state save when exiting 2015-06-15 14:14:08 -07:00
Max Brunsfeld
749e894070 ⬆️ text-buffer 2015-06-15 13:46:14 -07:00
Max Brunsfeld
fcf45ea0ce ⬆️ find-and-replace 2015-06-15 11:13:39 -07:00
Kevin Sawicki
9affa8d6dd ⬆️ symbols-view@0.99 2015-06-15 07:47:13 -07:00
Machisté N. Quintana
b79b5338d7 Merge pull request #7284 from atom/mq-bump-autosave
autosave@0.21.0
2015-06-15 09:27:03 -04:00
Machisté N. Quintana
d075a64e62 ⬆️ autosave@0.21.0 2015-06-15 07:41:25 -04:00
Max Brunsfeld
abca152fba Merge pull request #7258 from atom/mb-add-by-clauses-to-for-loops
Add by clauses to for loops to avoid complex loop increments
2015-06-12 16:58:41 -07:00
Max Brunsfeld
715238c3cd Add by clauses to for loops to avoid complex loop increments 2015-06-12 16:38:07 -07:00
Max Brunsfeld
6282e7e533 Merge pull request #7234 from atom/mb-keep-state-when-auto-updating
Avoid saving state when closing windows due to auto-update
2015-06-12 10:50:57 -07:00
Max Brunsfeld
c43233892b Merge pull request #7225 from lpommers/add-remove-cursor-when-there-are-multiple-cursors-if-cmd-clicking-on-it
Add remove cursor when there are multiple cursors and cmd clicking on it
2015-06-12 10:41:17 -07:00
Luke Pommersheim
8521b81051 spec - getCursorAtScreenPosition checks cursors instead of cursor.marker 2015-06-12 19:21:37 +02:00
Kevin Sawicki
5dee3ce595 ⬆️ language-sass@0.39 2015-06-12 09:03:55 -07:00
Luke Pommersheim
9f0f4c0530 refactor getCursorAtScreenPosition to avoid temporary array 2015-06-12 08:38:25 +02:00
Luke Pommersheim
63e491affa spec now checks if the cursors are the same, not their markers 2015-06-12 08:37:40 +02:00
Luke Pommersheim
3b3dc83a38 📝 updating docs for getCursorAtScreenPosition - can also take an {Array} 2015-06-12 08:36:44 +02:00
Machisté N. Quintana
01be252348 Merge pull request #7243 from atom/mq-bump-notifications
notifications@0.54.0
2015-06-11 22:12:12 -04:00
Machisté N. Quintana
4306d38169 ⬆️ notifications@0.54.0 2015-06-11 21:42:59 -04:00
Max Brunsfeld
e47221bc3f Never save window state in the middle of quitting 2015-06-11 17:24:12 -07:00
Kevin Sawicki
7a6a48d7ea Move getSaveDialogOptions near other save methods 2015-06-11 15:31:43 -07:00
Kevin Sawicki
a0778217df Merge pull request #7145 from FoldingText/Item-provides-save-panel-options
Item provides save panel options
2015-06-11 15:28:24 -07:00
Kevin Sawicki
48bf4203e1 Merge pull request #7237 from ssorallen/git-repository-docs
Add missing docs for GitRepository
2015-06-11 15:22:47 -07:00
Kevin Sawicki
1b20354931 Merge pull request #7239 from viddo/fix-native-cut
Handle native cut command in render process too
2015-06-11 15:21:04 -07:00
Machisté N. Quintana
a80a07cc63 Merge pull request #7235 from atom/mq-bump-tabs
tabs@0.81.0
2015-06-11 18:00:06 -04:00
Nicklas Gummesson
51dcc84fce Bind core:cut to native action
Using same pattern as the others
2015-06-11 23:10:26 +02:00
Ross Allen
51016550c3 Add missing docs for GitRepository
Add argument and return type docs to fill in the documentation site.
2015-06-11 13:45:06 -07:00
Machisté N. Quintana
b27a56df8a ⬆️ tabs@0.81.0 2015-06-11 16:27:38 -04:00
Max Brunsfeld
844cfcb7ae Avoid saving state when closing windows due to auto-update 2015-06-11 12:51:36 -07:00
Daniel Hengeveld
9ab57884e8 Merge pull request #7233 from atom/mq-slack-readme-badge
Add Slack readme badge
2015-06-11 12:43:55 -07:00
Machisté N. Quintana
ca73e90a43 Add Slack readme badge 2015-06-11 15:40:24 -04:00
Kevin Sawicki
5651a7cfc3 Prepare 0.210 2015-06-11 10:20:47 -07:00
Kevin Sawicki
d965eb77aa ⬆️ notifications@0.53 2015-06-11 09:57:30 -07:00
Luke Pommersheim
2765b54374 fix of coffeelint errors in spec tests 2015-06-11 13:33:46 +02:00
Luke Pommersheim
c67f98febb if there are multiple cursors and you click a cursor, it is removed, otherwise new cursor is added. Cannot remove if there is only one cursor and you click on it 2015-06-11 13:26:09 +02:00
Luke Pommersheim
5822eb11f1 function that returns the first matched Cursor at a given screen position Point if it exists in that location 2015-06-11 13:02:14 +02:00
Ivan Žužak
9771115600 Merge pull request #7222 from herkyl/master
Fixed 'setBufferRange' documentation parameter name
2015-06-11 10:47:48 +02:00
herkyl
b3687265bb Fixed 'setBufferRange' documentation parameter name 2015-06-11 10:37:38 +03:00