Ben Ogle
77d269c6d9
Beginning of decorations
2014-06-09 14:04:22 -07:00
Ben Ogle
b23009a8f3
fold classes work
2014-06-09 14:04:21 -07:00
Corey Johnson
84de8c1bfd
Move benchmark code to the end of the editor component
2014-06-09 14:01:45 -07:00
Kevin Sawicki
6a9faee109
Prepare 0.104 release
2014-06-09 14:01:14 -07:00
Corey Johnson
4d6737230a
Remove unused mousewheel event spec
2014-06-09 13:55:19 -07:00
Corey Johnson
362f696e3e
Add setFontFamily and setFontSize to ReactEditorView
2014-06-09 13:51:00 -07:00
Corey Johnson
677d3abe0e
Add ::getFontFamily
2014-06-09 13:51:00 -07:00
Corey Johnson
c78f9137cc
Make method style consistent with the rest of the file
2014-06-09 13:51:00 -07:00
Nathan Sobo
d8d378e083
Revert "Upgrade space-pen now that problem with 3.2.4 is fixed"
...
This reverts commit 7dcafb44f1 .
v0.103.0
2014-06-09 13:58:09 -06:00
Nathan Sobo
8cf9e1990b
Add ReactEditorView::getModel shim
2014-06-09 13:47:36 -06:00
Nathan Sobo
e9f116a14e
Request update when cursors move outside of a batch update
2014-06-09 13:32:42 -06:00
Nathan Sobo
b2253ab7ce
Add ReactEditorView::insertText shim
2014-06-09 13:32:42 -06:00
Nathan Sobo
fc5dc46e73
Make dummy line number have a buffer row of -1
...
This prevents accidentally returning the dummy line number when asking
for line numbers for buffer row 0 using shim code.
2014-06-09 13:32:42 -06:00
Corey Johnson
cb9d488a1e
Upgrade to spell-check@0.37.0
2014-06-09 11:20:45 -07:00
Kevin Sawicki
389b5c7891
Remove script/install-cli
...
The CommandInstaller class now has native module dependencies that are
compiled with apm so invoking it directly from node is no longer possible.
This can still be done using the grunt install task.
Closes #2555
2014-06-09 11:02:26 -07:00
Ben Ogle
6bf97f7a1a
Upgrade to find-and-replace@0.114.0
2014-06-09 10:57:31 -07:00
Corey Johnson
d0639393ca
0.103.0
2014-06-09 09:53:20 -07:00
Kevin Sawicki
7ae6cba337
Upgrade to tree-view@0.98
v0.102.0
2014-06-09 09:32:06 -07:00
Kevin Sawicki
a3e85d6758
Upgrade to first-mate 1.7
2014-06-09 09:18:58 -07:00
Kevin Sawicki
decce0e3a1
Merge pull request #2561 from batjko/master
...
Add classic copy/paste to Linux and Win32 keymaps
2014-06-09 09:06:18 -07:00
batjko
aa2868efbf
Classic copy/paste added to Linux and Win32
...
Ctrl+Insert: Copy
Shift+Insert: Paste
2014-06-09 14:39:00 +01:00
Nathan Sobo
8521114c08
Fix failures associated with not passing focused: true on pane splits
2014-06-09 17:09:02 +09:00
Nathan Sobo
43b5a9cfd0
Don't set focused: true on new pane when splitting
...
This causes the active item to change in the model before the associated
view can be added, which causes problems with the ReactEditorView having
methods called on it before its afterAttach hook creates the component.
We call Pane::activate subsequently unless activation is suppressed,
which will focus the pane anyway, so this was redundant.
2014-06-09 16:48:51 +09:00
Nathan Sobo
4387e16496
Emit selection:changed events if editor is alive after update
2014-06-09 16:13:09 +09:00
Nathan Sobo
6f3ebe8d0c
Add ReactEditorView::hiddenInput shim
2014-06-09 15:16:38 +09:00
Nathan Sobo
c972d9b022
Get invisibles from component state
2014-06-09 15:11:16 +09:00
Nathan Sobo
b1563fdfc0
Destroy item's of last pane even if the pane itself is not destroyed
...
We always want to preserve at least one pane, so we don't call destroy
on the pane if it is the last pane. However, we still want to destroy
its items. This was previously relying on the view to destroy the
underlying item, which isn't as reliable as doing it in the model.
2014-06-09 15:04:51 +09:00
Nathan Sobo
a2c41a2ae3
Don't use the react editor in EditorView specs
2014-06-09 14:52:56 +09:00
Nathan Sobo
21623b9c37
Merge branch 'master' into cj-add-react-editor-shims
...
Conflicts:
package.json
2014-06-09 11:56:13 +09:00
Nathan Sobo
7dcafb44f1
Upgrade space-pen now that problem with 3.2.4 is fixed
2014-06-09 11:01:06 +09:00
Ivan Žužak
f9c975bba7
Add debugging guide to list of guides
2014-06-07 11:45:25 +02:00
Cheng Zhao
1c6f7b00eb
Merge pull request #2524 from atom/atom-shell-v0.13.0
...
Support 32bit build on Linux
2014-06-07 15:25:57 +08:00
Cheng Zhao
fc1709f113
📝 Mention 32bit arch is supported.
2014-06-07 14:09:03 +08:00
Cheng Zhao
35c2ef09a0
Support generating i386 deb file.
2014-06-07 14:09:03 +08:00
Cheng Zhao
dbbf310e36
Upgrade to atom-shell@0.13.0
2014-06-07 14:09:03 +08:00
Cheng Zhao
ee1c17d787
Upgrade to grunt-download-atom-shell@0.8.0
2014-06-07 14:09:03 +08:00
Nathan Sobo
fe3ea229a2
Prevent focus loss on double click without breaking single click focus
...
Previously, we stopped propagation on mousedown events to prevent
certain cases where focus was being lost after double clicking to select
a word.
Unfortunately, this also broke the ability to focus the editor by
clicking it. When investigating this, I noticed that whenever we lost
focus, the target of the mousedown event was always the cursor. So I
tried setting `pointer-events: none` on cursors and can no longer
reproduce the double-click issue.
/cc @probablycorey
2014-06-07 12:37:40 +09:00
Ben Ogle
381ebe1a38
Upgrade to solarized-dark-syntax@0.17.0
2014-06-06 17:22:21 -07:00
Kevin Sawicki
965a65d6f8
Upgrade to language-sass@0.13
2014-06-06 11:51:46 -07:00
Kevin Sawicki
25b641125d
📝 Remove Weird Stuff
2014-06-06 11:04:01 -07:00
Kevin Sawicki
53aff00218
Merge pull request #2529 from strugee/master
...
Add troubleshooting long path issues for Windows
2014-06-06 11:02:59 -07:00
Kevin Sawicki
9f8e1fbb80
Upgrade to image-view@0.34
2014-06-06 10:53:51 -07:00
Kevin Sawicki
5e7a26dc9d
Prepare 0.102 release
2014-06-06 10:42:40 -07:00
Kevin Sawicki
7ca6277403
Upgrade to apm 0.68
v0.101.0
2014-06-06 10:28:04 -07:00
Kevin Sawicki
774e86da8d
Upgrade to bracket-matcher@0.43
2014-06-06 09:55:11 -07:00
Kevin Sawicki
893d349594
Upgrade to apm 0.67
2014-06-06 09:27:04 -07:00
Kevin Sawicki
f7d18154e7
Upgrade to markdown-preview@0.74
2014-06-06 09:15:15 -07:00
Kevin Sawicki
4f5098f0a3
Upgrade to language-gfm@0.39.0
2014-06-06 09:13:17 -07:00
Kevin Sawicki
e04c6b4732
Upgrade to language-c@0.16.0
2014-06-06 09:04:08 -07:00
Kevin Sawicki
f31cc1b0da
Return early when skipping remove command
2014-06-06 08:58:34 -07:00