Nathan Sobo
d5719bfbd5
Initialize scopedCharacterWidthsChangeCount to 0
2015-02-09 15:03:31 -07:00
Nathan Sobo
bdfca8b902
Coalesce handling style sheet changes in editor with nextAnimationFrame
...
Previously, we were delaying handling, but still requesting redundant
handling by requesting multiple frames. Now we don’t request a new
update if there is already one outstanding.
2015-02-09 14:36:30 -07:00
Nathan Sobo
df01c8ab6f
Batch scoped character measurement in presenter
2015-02-09 14:33:18 -07:00
Nathan Sobo
0d1ba90561
Update presenter’s gutter background state when background color changes
2015-02-09 13:54:25 -07:00
Nathan Sobo
62c8244bf2
Merge branch 'master' into ns-editor-presenters
2015-02-09 13:37:27 -07:00
Kevin Sawicki
cf0af8c559
⬆️ language-sass@0.33
2015-02-09 11:03:45 -08:00
Kevin Sawicki
5cc6f6cc8f
⬆️ language-css@0.28
2015-02-09 10:12:43 -08:00
Kevin Sawicki
c8b367e192
⬆️ Upgrade UI themes for Linux fallback fonts
2015-02-09 09:59:57 -08:00
Kevin Sawicki
ac1cc87037
Use custom document to create test elements
2015-02-09 09:35:38 -08:00
Kevin Sawicki
784cd96bd0
Use custom elements when checking menu selectors
...
Closes #5462
2015-02-09 09:22:19 -08:00
Kevin Sawicki
61214902c1
⬆️ language-ruby@0.48
2015-02-09 08:58:46 -08:00
Kevin Sawicki
10ad714a9a
📝 Minor working tweak
2015-02-09 08:56:15 -08:00
Kevin Sawicki
2a5f475273
Merge pull request #5452 from outsideris/patch-1
...
📝 fix a broken link
2015-02-09 08:55:05 -08:00
Outsider
75f2290d2d
📝 fix a broken link
2015-02-09 03:41:40 +09:00
Daniel Hengeveld
c33b154e73
Merge pull request #5448 from atom/iz-add-upgrading-package-to-index
...
Add Upgrading your package guide to docs index
2015-02-08 10:06:20 -08:00
Ivan Žužak
e4506ce458
Update title of upgrading guide to match other guides
2015-02-08 09:18:37 +01:00
Ivan Žužak
e55b9f1faa
Add Upgrading your package guide to docs index
2015-02-08 09:00:39 +01:00
Nathan Sobo
c8c13b8b40
Use cached .foldable values on TokenizedBuffer instead of recomputing
2015-02-06 18:54:34 -07:00
Nathan Sobo
f326c818fd
Update .foldable on tokenized lines based on indentation
2015-02-06 18:54:13 -07:00
Kevin Sawicki
e4ca11d76d
Merge pull request #5440 from atom/wl-add-colon
...
Add missing colon
2015-02-06 14:06:07 -08:00
Wliu
482fb490b8
📝 Add colon
2015-02-06 17:02:10 -05:00
Nathan Sobo
0081fa283e
Cache .foldable on tokenized lines based on block comments
...
Still need to handle indentation
2015-02-06 14:53:07 -07:00
Kevin Sawicki
a9b54104de
⬆️ autoflow@0.22
2015-02-06 13:03:23 -08:00
Nathan Sobo
d93950a970
🎨
2015-02-06 13:40:38 -07:00
Nathan Sobo
a4f9413e6b
🎨
2015-02-06 13:31:04 -07:00
Kevin Sawicki
b388ebb73a
Merge pull request #5405 from eestrada/rpmbuild
...
Pick up icons from icon path in RPM package build
2015-02-06 11:38:23 -08:00
Kevin Sawicki
7a50866775
⬆️ language-clojure@0.11
2015-02-06 09:56:21 -08:00
Kevin Sawicki
98f0f05954
⬆️ language-html@0.29
2015-02-06 09:54:47 -08:00
Kevin Sawicki
bedb6ae152
⬆️ language-sass@0.32
2015-02-06 09:51:53 -08:00
Ethan Estrada
5f2b5c3781
Only copy icons to build location
...
Linux icons are now only copied for build process, not for install
process. They should be ignored for all platforms except RPM package
build on Linux.
2015-02-06 01:06:28 -07:00
Ethan Estrada
3a971a5a1a
Move linux icons back to their original location
2015-02-06 01:02:37 -07:00
Kevin Sawicki
9105348c8c
Merge pull request #5424 from atom/ks-handle-save-errors-in-pane
...
Show custom notifications for more save errors
2015-02-05 16:22:26 -08:00
Kevin Sawicki
30419027a8
Show notification on config save failures
2015-02-05 15:34:17 -08:00
Kevin Sawicki
5de95759cd
Spy on editor.save
2015-02-05 15:24:00 -08:00
Kevin Sawicki
f7502d8508
Handle UNKNOWN save errors
2015-02-05 15:17:23 -08:00
Kevin Sawicki
c9f13afb72
Remove stray logging
2015-02-05 15:12:20 -08:00
Kevin Sawicki
e51c8f3407
Add specs for save/saveAs error handling
2015-02-05 15:07:42 -08:00
Kevin Sawicki
63ee46023d
Remove profiling
2015-02-05 14:57:09 -08:00
Kevin Sawicki
68e5839b14
Add missing error var
2015-02-05 14:44:16 -08:00
Kevin Sawicki
477801ba52
Remove save error reporting from Workspace
2015-02-05 14:43:50 -08:00
Kevin Sawicki
3850550345
Handle save errors in Pane
2015-02-05 14:42:21 -08:00
Kevin Sawicki
728a8049d9
⬆️ markdown-preview@0.134
2015-02-05 13:42:55 -08:00
Kevin Sawicki
77741b6f3f
Set ATOM_HOME as early as possible in render process
...
Moves it from window-bootstrap.coffee to index.js so it runs before
the coffee cache is registered.
Refs #5412
2015-02-05 12:18:51 -08:00
Kevin Sawicki
4597dd5594
Add render process check for ATOM_HOME
...
Setting it in the browser process does not seem to make it into
the render processes on Linux.
Closes #5412
2015-02-05 12:11:13 -08:00
Kevin Sawicki
04d015a7e0
Use app.getHomeDir
2015-02-05 11:39:58 -08:00
Kevin Sawicki
4bd07be7d8
⬆️ timecop@0.29
2015-02-05 10:55:06 -08:00
Kevin Sawicki
40de6a7114
Add executable value to desktop file template
...
Closes #5419
2015-02-05 10:12:30 -08:00
Kevin Sawicki
9100d20dc4
Merge pull request #5417 from atom/iz-fix-semver
...
Fix atom engine semver in upgrading docs
2015-02-05 08:55:35 -08:00
Ivan Žužak
4361b67214
Fix atom engine semver in upgrading docs
2015-02-05 15:07:16 +01:00
Kevin Sawicki
83c8d904cf
🎨 Add space before arrow
2015-02-04 17:44:33 -08:00