Commit Graph

22031 Commits

Author SHA1 Message Date
Nathan Sobo
1e1eae4758 🎨 2015-02-28 10:57:32 -07:00
Antonio Scandurra
d05fe8a7d8 🎨 Remove repetitive batching code 2015-02-28 12:34:58 +01:00
Antonio Scandurra
a12bf66e41 Merge branch 'master' into batch-updates 2015-02-28 10:21:48 +01:00
Antonio Scandurra
ac01d3ec45 Remove newline 2015-02-28 10:10:42 +01:00
Antonio Scandurra
78a1a724db 🎨 More expressive specs 2015-02-28 09:55:49 +01:00
Antonio Scandurra
436322fc41 Call it onDidUpdateState 2015-02-28 09:36:56 +01:00
Antonio Scandurra
0dca5a5fcd Encapsulate state update inside TextEditorPresenter#getState 2015-02-28 09:25:53 +01:00
Nathan Sobo
a3f64ddf7a ⬆️ snippets for exception fix 2015-02-27 13:14:58 -07:00
Antonio Scandurra
290acb356c 🎨 Remove unnecessary newlines 2015-02-27 21:01:46 +01:00
Antonio Scandurra
fbec9e31c4 Let's call it needsUpdate 😉 2015-02-27 20:54:00 +01:00
Antonio Scandurra
bcc99c163f Rename applyChanges to update 2015-02-27 20:42:04 +01:00
Max Brunsfeld
36ea47db99 ⬆️ find-and-replace 2015-02-27 11:09:06 -08:00
Kevin Sawicki
e146be5bab ⬆️ language-javascript@0.60 2015-02-27 11:08:50 -08:00
Antonio Scandurra
a4fe18abd5 🎨 Extract helpers and make code simpler 2015-02-27 19:53:54 +01:00
Max Brunsfeld
6f9b939abd ⬆️ fuzzy-finder 2015-02-27 10:50:08 -08:00
Max Brunsfeld
038162b683 ⬆️ tree-view 2015-02-27 10:40:16 -08:00
Kevin Sawicki
0e5cae4931 ⬆️ language-ruby@0.49 2015-02-27 09:45:24 -08:00
Kevin Sawicki
c5121d2a6c ⬆️ language-ruby-on-rails@0.20 2015-02-27 09:44:57 -08:00
Kevin Sawicki
bfc5598eba ⬆️ language-sass@0.35 2015-02-27 09:40:50 -08:00
Nathan Sobo
44adf95371 ⬆️ atom-keymap for delete key fix in Dvorak-Qwerty 2015-02-27 10:12:25 -07:00
Kevin Sawicki
e0a73c3267 ⬆️ symbols-view@0.86 2015-02-27 08:57:34 -08:00
Kevin Sawicki
42d750f02a Merge pull request #5787 from mnquintana/changelog
Add CHANGELOG
2015-02-27 08:42:22 -08:00
Nathan Sobo
e57d1f17a1 Merge pull request #5786 from atom/iz-no-foldable-icon-on-soft-wrapped-lines
Don't show foldable icon on soft wrapped lines
2015-02-27 09:16:56 -07:00
Machiste Quintana
0817d43914 📝 Add CHANGELOG 2015-02-27 08:16:16 -08:00
Antonio Scandurra
bf16287b16 🎨 Avoid entering/exiting from the outside 2015-02-27 16:59:59 +01:00
Ivan Zuzak
09ed657c69 Dont show foldable icon of soft wrapped lines 2015-02-27 15:30:49 +01:00
Ivan Zuzak
574158dc6d Add test for foldable icons on soft wrapped lines 2015-02-27 15:30:24 +01:00
Antonio Scandurra
2f00d3e361 Batch on @requestUpdate 2015-02-27 15:10:17 +01:00
Antonio Scandurra
0948f1abdf Merge branch 'master' into batch-updates 2015-02-27 12:46:25 +01:00
Antonio Scandurra
af65849880 Move batching management down into presentation layer 2015-02-27 12:17:34 +01:00
Nathan Sobo
f15c029938 Merge pull request #5759 from atom/as-soft-wrap-hangs-on-small-windows
Do not hang on soft wrapping when editor is very small
2015-02-27 01:00:20 -07:00
Nathan Sobo
8fcfc0aedd Merge pull request #5775 from atom/ns-blink-less
Don't blink cursors unless editor is focused
2015-02-26 22:53:17 -07:00
Kevin Sawicki
2e7c56d6ee ⬆️ notifications@0.31 2015-02-26 17:21:50 -08:00
Antonio Scandurra
efefc0dc66 DisplayBuffer#getEditorWidthInChars must always be >= 0 2015-02-27 00:55:03 +01:00
Kevin Sawicki
30e3813a71 ⬆️ snippets@0.77 2015-02-26 15:10:21 -08:00
Nathan Sobo
6a9abd1f66 🐎 Don’t blink cursors when editor isn’t focused
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2015-02-26 15:23:11 -07:00
Nathan Sobo
cd310dbe58 Rename ‘blinkCursorsOff’ to ‘cursorsVisible’ in presenter state 2015-02-26 15:21:47 -07:00
Max Brunsfeld
84c434f86c ⬆️ open-on-github 2015-02-26 13:50:50 -08:00
Max Brunsfeld
ddcb874f6b Base state file path on sorted project paths 2015-02-26 12:50:56 -08:00
Ben Ogle
fdda26a0a3 ⬆️ notifications@0.30.0
Fix specs
2015-02-26 12:15:39 -08:00
Max Brunsfeld
72147be4bc Merge pull request #5768 from atom/mb-save-state-based-on-project-paths
Base state path on project paths
2015-02-26 11:55:17 -08:00
Ben Ogle
1f80b9c5d3 ⬆️ notifications@0.29.0 2015-02-26 11:45:33 -08:00
Max Brunsfeld
173502bab4 Base state path on project paths 2015-02-26 11:21:44 -08:00
Antonio Scandurra
c638c23e3f 🐎 One mergeIntersectingSelections per text mutation
* Return fn value from `mergeIntersectingSelections` if supplied
2015-02-26 18:27:08 +01:00
Max Brunsfeld
25edc9d565 Merge pull request #5753 from atom/mb-project-split-path
Add API for getting paths relative to project dirs
2015-02-26 09:13:11 -08:00
Kevin Sawicki
3b79ecbc8a Only set iconPath ivar on Windows 2015-02-26 09:07:30 -08:00
Kevin Sawicki
11aa4a3805 Merge pull request #5750 from jimgraham/master
Remove the windows icon in updater MessageBox 's
2015-02-26 09:06:50 -08:00
Max Brunsfeld
59f08ab33b ⬆️ tree-view 2015-02-26 09:05:59 -08:00
Kevin Sawicki
9927679941 ⬆️ symbols-view@0.85 2015-02-26 08:47:31 -08:00
Max Brunsfeld
5f2a92f486 Remove public docs for Project::relativize 2015-02-26 08:46:14 -08:00