Kevin Sawicki
d6383f2bea
Add temporary stringscore shim to exports
2013-09-20 10:02:19 -07:00
Kevin Sawicki
e9db2cfe17
Remove vendor prefix from bootstrap path
2013-09-20 10:02:19 -07:00
Kevin Sawicki
c7a0a4bcd9
Use relative require paths in specs
2013-09-20 10:02:19 -07:00
Kevin Sawicki
7ad85ee71f
Export jQuery directly from vendor/
2013-09-20 10:02:19 -07:00
Kevin Sawicki
9915ba73b8
Remove spec/ from NODE_PATH
2013-09-20 10:02:19 -07:00
Kevin Sawicki
6ccc8fe793
Keep RootView unrenamed for now
2013-09-20 10:02:19 -07:00
Kevin Sawicki
864ebf5c36
Remove vendor/ from NODE_PATH
...
Add jQuery temporarily to exports to not break packages
2013-09-20 10:02:19 -07:00
Kevin Sawicki
71b74c466e
Remove unused requires
2013-09-20 10:02:19 -07:00
Kevin Sawicki
57eaaece9d
Set fs extensions to override fs functions
2013-09-20 10:02:19 -07:00
Kevin Sawicki
595bd076bf
Export all fs functions through fs-utils
2013-09-20 10:02:19 -07:00
Kevin Sawicki
b84df9ff29
Use relative require path to jasmine stylesheet
2013-09-20 10:02:19 -07:00
Kevin Sawicki
1547912e3f
💄
2013-09-20 10:02:18 -07:00
Kevin Sawicki
7e6ee6cc0c
Use relative require paths to stylesheets
2013-09-20 10:02:18 -07:00
Kevin Sawicki
4bbc93e806
Remove static from NODE_PATH
2013-09-20 10:02:18 -07:00
Kevin Sawicki
52abb4afc9
Remove nakedLoad and use standard require for jasmine
2013-09-20 10:02:18 -07:00
Kevin Sawicki
53dadf2d7f
Use relative requires to vendored stringscore
2013-09-20 10:02:18 -07:00
Kevin Sawicki
867ab355b0
Use relative requires to vendored specificity
2013-09-20 10:02:18 -07:00
Kevin Sawicki
a7afe7b46f
Add underscore, jQuery, and SpacePen to exports
2013-09-20 10:02:18 -07:00
Kevin Sawicki
358b98cc70
Navigate up to src directory
2013-09-20 10:02:18 -07:00
Kevin Sawicki
1b8d61e0b4
Export File class
2013-09-20 10:02:18 -07:00
Kevin Sawicki
d322f9a5fa
Add exports folder to NODE_PATH
...
This is where all public classes will be exported through
2013-09-20 10:02:18 -07:00
Matt Colyer
e6d3fa7c62
Fix race condition in package-generator specs
2013-09-20 10:01:13 -07:00
Cheng Zhao
98334aebdd
Update atom-shell to v0.4.9.
2013-09-20 19:54:08 +08:00
Matt Colyer
e8125defb9
Update specs to match latest changes
2013-09-19 14:55:17 -07:00
Matt Colyer
f82449c814
Only show context menu separator when it makes sense.
2013-09-19 14:44:15 -07:00
probablycorey
bc62d9e780
Update snippets package
2013-09-19 14:44:12 -07:00
probablycorey
924bad6e53
Remove keybindings for commands that mini editors don't use
2013-09-19 14:44:12 -07:00
Matt Colyer
c39ced381d
Implement declarative context menu loading
2013-09-19 14:21:31 -07:00
Matt Colyer
0aa0d7529a
Merge branch 'master' into context-menu
2013-09-19 12:01:36 -07:00
Matt Colyer
f187d88197
Add theme generation to package-generator
2013-09-19 11:59:00 -07:00
Kevin Sawicki
ca9dda67a3
Upgrade to find-and-replace@0.3.0
2013-09-19 11:05:15 -07:00
probablycorey
810f047619
Sort package list alphabetically
2013-09-18 16:26:05 -07:00
probablycorey
da97a01cf6
Replace the Command Panel with Find And Replace
2013-09-18 16:26:05 -07:00
Kevin Sawicki
ecfc0f70e1
Upgrade to toml@0.2.0
2013-09-18 16:25:39 -07:00
Kevin Sawicki
9a05bc0add
Upgrade to gfm@0.4.0
2013-09-18 16:25:17 -07:00
probablycorey
82de7009d5
Allow for case insensitive project.scan searches
2013-09-18 14:41:38 -07:00
Matt Colyer
037d39e943
Rewrite based on feedback
2013-09-18 09:53:57 -07:00
Cheng Zhao
e509e23a0f
Merge pull request #852 from atom/ime-support
...
Improve IME support
2013-09-17 23:09:18 -07:00
Kevin Sawicki
0797a89088
Add bootstrap to package.json
...
Removes the need to have it as a submodule by just using it directly
from the package.json using a Git URL bound to v3.0.0
2013-09-17 15:09:43 -07:00
Matt Colyer
2f419a639c
s/ContextMenuMap/ContextMenu/g
2013-09-17 14:34:05 -07:00
Matt Colyer
63f8631fd1
Minor grammar improvements
2013-09-17 14:14:34 -07:00
Matt Colyer
f64c0e0472
Warm the theme cache for the base16 theme
2013-09-17 14:10:11 -07:00
Matt Colyer
075daa8e94
Bundle solarized dark syntax theme
2013-09-17 14:09:54 -07:00
Matt Colyer
6c65de5b94
Bump metrics to 0.1.1
...
Switches to octolytics production service.
2013-09-17 13:58:16 -07:00
Kevin Sawicki
89204f9077
Spy on atom.hide in window specs
2013-09-17 11:11:01 -07:00
Kevin Sawicki
067b2b437c
Mention base16 theme now bundled
2013-09-17 11:02:13 -07:00
Kevin Sawicki
f5c5ca0a55
Hide window immediately when closing
...
Previously the body element would be hidden causing a white flash
before the window was closed.
Now the window is hidden during beforeunload unless it is in the middle
of a restart.
2013-09-17 11:00:58 -07:00
Cheng Zhao
e955a0d282
Enable to use http proxy when updating atom-shell.
...
Used for 🐢 networking :/
2013-09-17 10:07:19 +08:00
Kevin Sawicki
1054f1be16
Remove unused .github file
2013-09-16 19:06:51 -07:00
Kevin Sawicki
57dc5eced2
Add base16-tomorrow-dark-theme@0.1.0
2013-09-16 18:49:19 -07:00