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
Matt Colyer
25e49550cb
Merge branch 'master' into context-menu
...
Conflicts:
src/atom.coffee
2013-09-20 13:31:45 -07:00
Kevin Sawicki
571bf5f9ea
Resolve bootstrap scripts against dev resource path
2013-09-20 11:04:52 -07:00
Kevin Sawicki
ed1dcceb31
Add Public keyword to all exported classes
2013-09-20 10:03:02 -07:00
Kevin Sawicki
d754c473fc
Simply NODE_PATH to only include exports
2013-09-20 10:03:01 -07:00
Kevin Sawicki
68f6275b7c
doc: Update event name
2013-09-20 10:03:01 -07:00
Kevin Sawicki
a0fa0c760c
Support sending messages directly to task
2013-09-20 10:03:01 -07:00
Kevin Sawicki
27573fe619
Use relative require paths
2013-09-20 10:02:23 -07:00
Kevin Sawicki
f4d8c84a8e
Include stack for uncaught exceptions
2013-09-20 10:02:22 -07:00
Kevin Sawicki
8cadf8252d
Use openers ivar
2013-09-20 10:02:22 -07:00
Kevin Sawicki
49647ffc58
Provide type from package
...
This prevents packages from needing instance of checks for package
class type
2013-09-20 10:02:22 -07:00
Kevin Sawicki
a06012cf2e
Remove duplicate constructor
2013-09-20 10:02:21 -07:00
Kevin Sawicki
0d88104367
Store openers on instance instead of on class
...
This allows packages to not have require access to Project just to register
a custom opener and allows projects to have different sets of openers.
2013-09-20 10:02:21 -07:00
Kevin Sawicki
cd12b1df0b
Use relative path to task-bootstrap
2013-09-20 10:02:21 -07:00
Kevin Sawicki
99eab6f98e
Inline requires instead of paths
2013-09-20 10:02:21 -07:00
Kevin Sawicki
c8e9865b39
Use relative path to view class require
2013-09-20 10:02:21 -07:00
Kevin Sawicki
8f6be6caca
Resolve path to handler
2013-09-20 10:02:21 -07:00
Kevin Sawicki
d11742e178
Use relative require path to package class
2013-09-20 10:02:21 -07:00
Kevin Sawicki
aee8df1909
Use correct path underscore-extensions
2013-09-20 10:02:21 -07:00
Kevin Sawicki
6f6daf6db0
Use relative paths for requires
2013-09-20 10:02:21 -07:00
Kevin Sawicki
0aa28cbfac
Pre-resolve paths used in task bootstrap
2013-09-20 10:02:20 -07:00
Kevin Sawicki
cc4477185f
Resolve bootstrap script to make it absolute
2013-09-20 10:02:20 -07:00
Kevin Sawicki
8fec056895
Remove src from NODE_PATH
2013-09-20 10:02:20 -07:00
Kevin Sawicki
41fc4f7fe6
Use relative require paths in src/ files
2013-09-20 10:02:20 -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
9915ba73b8
Remove spec/ from NODE_PATH
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
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
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
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
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
f82449c814
Only show context menu separator when it makes sense.
2013-09-19 14:44:15 -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
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
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
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
faffc09f7a
Merge pull request #844 from atom/custom-resource-loader
...
Add custom resource loader, fixes #197
2013-09-16 18:44:21 -07:00
Kevin Sawicki
3fee026d04
Don't load keymaps, grammars, or properties for themes
...
Theme packages are just stylesheets and previously all themes had
their stylesheets loaded even when there weren't being used.
2013-09-16 18:38:46 -07:00
Kevin Sawicki
74e8614653
💄 Use theme as variable name instead of t
2013-09-16 18:34:59 -07:00