Commit Graph

10063 Commits

Author SHA1 Message Date
Ben Ogle
d35aa2b021 Center the mini editors 2013-09-23 16:27:50 -07:00
Ben Ogle
347b1924cd Add font-family to ui-variables 2013-09-23 16:27:49 -07:00
Ben Ogle
0e6e34cdbf Use ui-demo 0.7.0 2013-09-23 16:27:49 -07:00
Ben Ogle
82fcada49e fix blocks for lists 2013-09-23 16:27:49 -07:00
Ben Ogle
a8595023c2 Move some panel styles into core 2013-09-23 16:27:49 -07:00
Kevin Sawicki
b2d543b9ee Merge pull request #868 from atom/timecop
Timecop
2013-09-23 16:14:11 -07:00
Kevin Sawicki
3b78fddc56 Upgrade to timecop@0.2.0 2013-09-23 16:07:18 -07:00
Kevin Sawicki
4c2df6e291 📝 Tweak wording in require comment 2013-09-23 16:07:18 -07:00
Kevin Sawicki
461a271526 Prime require cache with atom exports 2013-09-23 16:07:18 -07:00
Kevin Sawicki
26811e62bb Add timecop@0.1.0 2013-09-23 16:07:18 -07:00
Kevin Sawicki
7faa50633e Upgrade to github-sign-in@0.3.0 2013-09-23 16:05:28 -07:00
Kevin Sawicki
7370c5fccd Upgrade to package-generator@0.8.0 2013-09-23 15:05:13 -07:00
Kevin Sawicki
137a84a6c5 Upgrade to telepath@0.4.0 2013-09-23 12:14:42 -07:00
Kevin Sawicki
b39936ea29 Upgrade to snippets@0.5.0 2013-09-23 12:13:42 -07:00
Matt Colyer
46914e31f5 Include exception-reporting 2013-09-23 10:44:19 -07:00
Kevin Sawicki
ae57c8f3a0 Export Site from telepath 2013-09-23 08:43:13 -07:00
Kevin Sawicki
cb3143199e Upgrade to coffee-script-tmbundle@7.0.0 2013-09-22 21:33:03 -07:00
Kevin Sawicki
906ed61ec6 Record activation and load time for each package 2013-09-22 13:59:18 -07:00
Kevin Sawicki
e68f1f785d Upgrade to terminal@0.9.0 2013-09-22 13:52:55 -07:00
Kevin Sawicki
eec38f225e Upgrade to settings-view@0.22.0 2013-09-21 11:47:03 -07:00
Kevin Sawicki
da353f6973 Upgrade to image-view@0.5.0 2013-09-21 11:44:46 -07:00
Kevin Sawicki
8d9deed687 Upgrade to image-view@0.7.0 2013-09-21 11:43:43 -07:00
Kevin Sawicki
4872c5c1a3 Export telepath.Document as Document from core 2013-09-21 11:41:07 -07:00
Kevin Sawicki
f4b3cb419c Upgrade to ui-demo@0.6.0 2013-09-21 11:10:43 -07:00
Kevin Sawicki
f4266b5f6a 🐎 Cache compiled CSON files
This configures season to use a cache directory similar to the
coffee cache so that dev windows don't have to recompile CSON file
on each load.

This shaves hundreds of milliseconds off of the dev window load time.

The cached CSON files are located in /tmp/atom-compile-cache/cson
2013-09-21 10:41:13 -07:00
Kevin Sawicki
e254e95792 Upgrade to status-bar@0.7.0 2013-09-20 18:11:14 -07:00
Kevin Sawicki
9a014b4f9e Mention solarized 2013-09-20 18:03:51 -07:00
Ben Ogle
f864414f59 Fix button heights.
relates to atom/find-and-replace#16
2013-09-20 18:03:21 -07:00
Ben Ogle
78176da861 Add a theme fixture 2013-09-20 18:03:21 -07:00
Kevin Sawicki
3c080a0d66 Only hide on close when focused 2013-09-20 17:59:19 -07:00
Kevin Sawicki
f98d06d212 Add node_modules back to NODE_PATH
This is required until all packages are migrated to include their
dependencies in package.json instead of requiring other modules directly
from core.

This allows apm linking to still working while packages are migrated.
2013-09-20 17:20:01 -07:00
Kevin Sawicki
fa6e85a522 💄 Require Editor and Range from atom 2013-09-20 17:06:30 -07:00
Kevin Sawicki
5a9972b370 Update editor width is chars when soft wrap is toggled
Closes #858
2013-09-20 17:04:21 -07:00
Kevin Sawicki & Matt Colyer
de341a7f4c Use correct binding sets by first keystroke variable name 2013-09-20 16:24:25 -07:00
Kevin Sawicki
b729858eaa Upgrade to settings-view@0.20.0 2013-09-20 15:28:43 -07:00
Matt Colyer
a7bae716f1 Add context menus for the tree-view and spell-check 2013-09-20 14:43:57 -07:00
Matt Colyer
a772c7461f Merge pull request #850 from atom/context-menu
Context menu
2013-09-20 14:36:11 -07:00
Matt Colyer
ca3f645301 Fix requires 2013-09-20 14:14:17 -07:00
Matt Colyer
d6ee17da08 Merge branch 'master' into context-menu 2013-09-20 13:57:27 -07:00
Kevin Sawicki
85cf53c210 Use dev window bootstrap file when in dev mode 2013-09-20 13:52:58 -07:00
Ben Ogle
ec70950b39 Use ui-demo 0.5.0 2013-09-20 13:33:53 -07:00
Matt Colyer
25e49550cb Merge branch 'master' into context-menu
Conflicts:
	src/atom.coffee
2013-09-20 13:31:45 -07:00
Kevin Sawicki
c04fa6d911 Upgrade to find-and-replace@0.5.0 2013-09-20 13:28:20 -07:00
Kevin Sawicki
191b487a53 Remove node_modules from .nakignore
This is useful to have searchable now that packages are in this folder
and can be still be excluded by using the VCS ignore config option.
2013-09-20 13:00:27 -07:00
Kevin Sawicki
ef9ece74d4 Merge pull request #853 from atom/atom-api
Public API
2013-09-20 12:55:12 -07:00
Kevin Sawicki
9a54c25fca Upgrade to terminal@0.8.0 2013-09-20 12:43:40 -07:00
Kevin Sawicki
80239223db Upgrade to published package versions 2013-09-20 12:38:39 -07:00
Kevin Sawicki
571bf5f9ea Resolve bootstrap scripts against dev resource path 2013-09-20 11:04:52 -07:00
Kevin Sawicki
6a0fcc9330 Verify style.theme instead of style.userTheme
This caused specs to fail locally but not on CI since CI has
not user theme
2013-09-20 10:03:02 -07:00
Kevin Sawicki
21a3df202c Compile and lint exports folder 2013-09-20 10:03:02 -07:00