Cheng Zhao
9b0f8ccee0
Merge pull request #1192 from atom/grunt-download-atom-shell
...
Use grunt-download-atom-shell to download and update atom-shell.
2013-12-03 22:07:34 -08:00
Ben Ogle
d36c4f0ec9
getUserAgent()
2013-12-03 17:45:40 -08:00
Kevin Sawicki
9ce22fd6d3
Add back internally used isPathModified
2013-12-03 13:37:21 -08:00
Garen Torikian
5166ca274c
📝 Typo fix
2013-12-03 13:02:35 -08:00
Kevin Sawicki
6f1dd702b0
Add back internally used Project::findBufferForPath
2013-12-03 12:12:28 -08:00
Kevin Sawicki
1d4f447975
📝 Fill in SelectList docs
2013-12-03 12:02:41 -08:00
Kevin Sawicki
4998fdda85
Remove unused methods in Project
2013-12-03 11:40:28 -08:00
Kevin Sawicki
91d4ef2653
📝 Mark more EditorView methods private
2013-12-03 11:25:17 -08:00
Kevin Sawicki
80cc881912
📝 Remove FIXME in Editor::transpose
2013-12-03 11:21:12 -08:00
Kevin Sawicki
867aaa8f95
📝 Move transact to public section with delegates tag
2013-12-03 11:21:12 -08:00
Kevin Sawicki
eaf60a00b3
Use TokenizedLine::tokenAtBufferColumn to obtain scopes
2013-12-03 10:54:27 -08:00
Kevin Sawicki
e01c19e6b7
Use buffer positions when calculating char widths
...
Previously the editor width cache was being accessed using
screen columns which could cause incorrect position left values
for wrapped lines.
Closes #1096
2013-12-03 10:54:27 -08:00
Cheng Zhao
99d6955644
Ignore grunt-download-atom-shell when loading packages.
2013-12-03 22:04:21 +08:00
Cheng Zhao
b4099ba66f
Use the new breakpad crash reporter in both browser and renderer.
2013-12-03 12:45:44 +08:00
Kevin Sawicki
8316da3338
Use long opts strings for clarity
2013-12-02 11:26:51 -08:00
Kevin Sawicki
a0b200565c
Specify callback to dialog.showOpenDialog
2013-12-02 11:21:29 -08:00
Kevin Sawicki
c58b30bba9
Use class instead of id for pane container
2013-12-02 08:41:34 -08:00
Kevin Sawicki
0093f39102
Add classes to workspace view elements
2013-12-02 08:32:23 -08:00
Kevin Sawicki
b1f041fa6e
Use a class instead of id for panes element
2013-12-02 08:27:32 -08:00
Kevin Sawicki
ca11661f6d
Use a class instead of id for vertical element
2013-12-02 08:26:07 -08:00
Kevin Sawicki
bc4ceb189c
Use a class instead of id for horizontal element
2013-12-02 08:25:48 -08:00
Kevin Sawicki
98694e5407
Use a class instead of id for workspace view
2013-12-02 08:23:29 -08:00
Kevin Sawicki
86ae743e9d
Use correct workspace view id
2013-12-02 08:17:31 -08:00
probablycorey
776d58bf21
Merge remote-tracking branch 'origin/master' into cj-feedback-package
...
Conflicts:
package.json
src/editor-view.coffee
2013-11-27 11:26:34 -08:00
Cheng Zhao
a190a069c1
Ship the "resources" dir in Atom.app, and do not copy icon separately, fixes #1165 .
2013-11-27 14:58:25 +08:00
Kevin Sawicki
cdfd27be3e
Delegate EditorView::save to Editor::save
2013-11-26 19:35:44 -08:00
Kevin Sawicki
c1cf8936eb
Don't through exception from setGrammar delegate
2013-11-26 19:35:43 -08:00
Kevin Sawicki
45ddece673
Update getEditors references to getEditorViews
2013-11-26 19:35:42 -08:00
Kevin Sawicki
2901a04843
Rename WorkspaceView::getEditors to getEditorViews
2013-11-26 19:35:42 -08:00
Kevin Sawicki
0259536c5d
Rename WorkspaceView::eachEditor to eachEditorView
2013-11-26 19:35:42 -08:00
Kevin Sawicki
48692e5127
Update EditSession to Editor in method references
2013-11-26 19:35:16 -08:00
Kevin Sawicki
19dc6b3523
Remove each helpers that delegate to Project
2013-11-26 19:35:16 -08:00
Kevin Sawicki
d1496a0634
Rename EditSession to Editor
2013-11-26 19:35:16 -08:00
Kevin Sawicki
d8c4fa902d
Remove editSession options support
2013-11-26 19:35:16 -08:00
Kevin Sawicki
f1e768767e
Rename EditorView::activeEditSession to editor
2013-11-26 19:35:16 -08:00
Ben Ogle
46f73d037f
Fix replace on open buffers. only replace paths specified.
...
Closes find-and-replace#85
2013-11-26 17:08:21 -08:00
probablycorey
dde46ca931
Merge remote-tracking branch 'origin/master' into cj-feedback-package
...
Conflicts:
package.json
2013-11-26 16:59:57 -08:00
Ben Ogle
65746521a6
Increase timeout to show default tips
2013-11-26 15:53:54 -08:00
Ben Ogle
f395905d4e
Add destroyTooltip()
2013-11-26 15:46:01 -08:00
Ben Ogle
413078a493
Add hideTooltip function to hide the tip right now.
2013-11-26 15:35:47 -08:00
probablycorey
a0ceb78627
Move snapshot code to package
2013-11-26 11:15:55 -08:00
Kevin Sawicki
ad9721a893
Rename workspace-view element to workspace
2013-11-26 11:02:53 -08:00
Kevin Sawicki
a3c9e01595
Rename root-view element id to workspace-view
2013-11-26 11:02:53 -08:00
Kevin Sawicki
2e801fbf87
Rename root-view to workspace-view
2013-11-26 11:02:53 -08:00
Kevin Sawicki
14ad277012
Remove atom.workspaceView shim
2013-11-26 11:02:53 -08:00
Kevin Sawicki
3ce6176313
Rename rootView to workspaceView
2013-11-26 11:02:53 -08:00
Ben Ogle
8aa32fc8d1
Merge pull request #1161 from atom/bo-editor-placeholder-text
...
Add ability for placeholder text in mini editor
2013-11-26 11:01:42 -08:00
Kevin Sawicki
f8ed6eadc8
Add WorkspaceView and atom.workspaceView shims
2013-11-26 09:13:06 -08:00
Ben Ogle
0c2c739741
Add ability for placeholder text in mini editor
2013-11-25 14:46:54 -08:00
Kevin Sawicki
85d5968318
Remove consecutive comment blocks
2013-11-22 15:45:01 -08:00