probablycorey
92c6ad66eb
Rename Project::open to Project::openSync
...
…and Project::openAsync to Project::open
2013-10-11 10:57:09 -07:00
probablycorey
b0e9b4b81f
Rename RootView.open to RootView.openSync
2013-10-11 10:55:10 -07:00
Kevin Sawicki
940df94081
Load core menu items after bundled keymaps load
...
Closes #948
2013-10-10 17:50:39 -07:00
Ben Ogle
1120a14351
Fix removal of editors
2013-10-10 17:03:29 -07:00
Ben Ogle
192df9c496
Make each tab have its own editor.
...
Remove the viewsByClassName from the pane. Pane specs are broken.
2013-10-10 17:03:29 -07:00
probablycorey
3ed0f7bde4
Project::openAsync always resolves the filePath
2013-10-10 12:01:49 -07:00
probablycorey
5b214bdfd7
💄
2013-10-10 12:01:01 -07:00
probablycorey
d883834626
Comment 💄
2013-10-10 11:57:32 -07:00
probablycorey
b95b3148c9
Note the synchronous loading of Tokenized Buffer
2013-10-10 11:26:05 -07:00
probablycorey
29a9a9d2ed
Merge remote-tracking branch 'origin/master' into cj-async-file-open
...
Conflicts:
package.json
2013-10-10 11:15:20 -07:00
probablycorey
22411b3c87
Remove deprecation log message
2013-10-10 10:34:17 -07:00
Ben Ogle
4f8bb00af2
Merge pull request #946 from atom/bo-fix-hidden-input
...
Fix hidden input placement
2013-10-10 10:33:26 -07:00
probablycorey
6abb5a2390
Files in src should not use the atom export
2013-10-10 10:15:54 -07:00
probablycorey
6d29d8de48
Remove progress log
2013-10-10 10:15:08 -07:00
probablycorey
23620e158b
The initialLine parameter is sent as an option
2013-10-10 09:49:06 -07:00
probablycorey
b114545dd2
💄
...
4 kev ❤️
2013-10-10 09:45:10 -07:00
Cheng Zhao
14a7202df2
"MacCtrl" is discarded in latest atom-shell.
2013-10-10 15:08:00 +08:00
Ben Ogle
b7e7b83bdf
Remove bringHiddenInputIntoView call from editor focus()
2013-10-09 17:48:22 -07:00
Ben Ogle
5fc14e0c37
Turns out neither of them need the 'px'
2013-10-09 17:46:06 -07:00
Ben Ogle
6faef08592
Use scrollLeft so the editor is not scrolled to the left on focus in/out
2013-10-09 16:44:05 -07:00
Ben Ogle
017030fd60
Fix the tests
...
The test calls hiddenInput.focus(), but in reality, nothing external to
the editor can trigger this. I'd rather just have
bringHiddenInputIntoView() called in one place, but this is insurance.
2013-10-09 16:43:26 -07:00
Ben Ogle
1b38118cc3
Place hidden input on the underlayer.
...
Also brings the input into view when the input is focused so we
dont scroll the scrollView and blank the editor
2013-10-09 16:18:34 -07:00
Ben Ogle
2c2661da11
Fix hiddenInput offset calculation
...
Regression from the speedup stuff
2013-10-09 16:18:34 -07:00
Ben Ogle
b17c8ced84
Fix selectAll on buffers longer than the rendered lines
2013-10-09 16:16:19 -07:00
Kevin Sawicki
8061101bbd
Add initial size to window options when opening urls
2013-10-09 09:25:54 -07:00
Kevin Sawicki
662262ab82
Use deep clone for load settings
...
The new initialSize load setting has a nested object which should be
cloned as well.
2013-10-09 09:25:53 -07:00
Kevin Sawicki
349ba86b92
Create new windows with same size as focused window
2013-10-09 09:25:53 -07:00
Kevin Sawicki
d93633a837
Maximize window by default
...
Use the available height and width as the default window size
when no window state exists for the dimensions.
2013-10-09 09:25:53 -07:00
Matt Colyer
0be5d1f3fd
Merge pull request #927 from atom/menu-api
...
Allow packages to append to the application menus
2013-10-08 16:30:15 -07:00
Ben Ogle
2f2a634c2a
Merge pull request #940 from atom/bo-gutter-render-perf
...
Partially render the gutter when possible
2013-10-08 16:10:27 -07:00
Ben Ogle
36c58e9132
💄
2013-10-08 16:03:25 -07:00
Matt Colyer
33cf5dda15
Merge branch 'master' into menu-api
...
Conflicts:
src/atom.coffee
src/config.coffee
2013-10-08 15:49:55 -07:00
Kevin Sawicki
4c9059d445
Default branch to null instead of empty object
2013-10-08 09:31:02 -07:00
Kevin Sawicki
ff1ab93652
💄 Add space before and
2013-10-08 09:30:05 -07:00
Kevin Sawicki
43d5c3f66d
📝 Remove extra newline
2013-10-08 09:27:23 -07:00
Garen Torikian
250af9191a
Trigger statuses-changed for branches, too
...
There don't seem to be any tests for this
2013-10-08 09:26:23 -07:00
Garen Torikian
7365be7d88
Add new helper functions from git-utils@0.26.0
2013-10-08 09:25:55 -07:00
Kevin Sawicki
37ec1abc25
Add Git::isProjectAtRoot helper
2013-10-07 19:43:12 -07:00
Kevin Sawicki
41cfa2892b
Guard against false result
2013-10-07 18:22:24 -07:00
Ben Ogle
caae18c552
Partially render the gutter when possible.
2013-10-07 18:14:27 -07:00
Kevin Sawicki
8e60db65a3
🐎 Use fs.statSyncNoException() in AtomWindow
2013-10-07 17:55:41 -07:00
Kevin Sawicki
8caed2081b
Don't reuse window when opening a subfolder
...
Windows will only be reused when they match the initial path or
are paths to a new or existing file.
Closes #934
2013-10-07 17:23:56 -07:00
Kevin Sawicki
1ed6733ab5
Only parse line number when path to open is set
...
Previously if atom was launched with no path to open then '/'
was being opened as the project and a file named 'undefined' was
initially open. This was because path.basename() returns the string
'undefined' when called with an undefined path.
This restores the previous behavior of launching a new untitled editor
with no project.
Closes #936
2013-10-07 17:09:52 -07:00
probablycorey
9a61c545f4
Update comments in project
2013-10-07 16:12:44 -07:00
Kevin Sawicki
2029895f0b
Pass urlToOpen to AtomWindow constructor
2013-10-07 16:12:00 -07:00
Kevin Sawicki
7f0150c6b8
💄 Inline parsed url
2013-10-07 16:12:00 -07:00
Kevin Sawicki
124b1ebd33
💄 Reorganize option param
2013-10-07 16:12:00 -07:00
Kevin Sawicki
d3e2d9b5f9
📝 Update AtomApplication.openUrl() comment
2013-10-07 16:12:00 -07:00
Kevin Sawicki
f8e61f5c48
Add missing @ before configDirPath
2013-10-07 16:12:00 -07:00
Kevin Sawicki
e95e8a22c3
💄 Remove extra newline
2013-10-07 16:12:00 -07:00