Kevin Sawicki
3b6711d83d
Only spawn removed command for paths that exist
...
Prevents errors being logged when trying to remove folders that
don't exist on Windows.
2014-06-06 08:56:13 -07:00
Corey Johnson
776e8a308c
Merge pull request #2522 from atom/cj-fix-react-double-click-bug
...
Fix unresponsive text input after double-clicking
2014-06-06 08:54:44 -07:00
Kevin Sawicki
d62ac36062
Merge pull request #2531 from radum/master
...
better script/clean removal for windows
2014-06-06 08:52:39 -07:00
Kevin Sawicki
1734182191
Upgrade to atom-package-manager@0.66
2014-06-06 08:45:09 -07:00
probablycorey
e0b54d8501
Use proper variable name
2014-06-06 08:06:16 -07:00
Nathan Sobo
2f3d74c047
Merge branch 'master' into cj-add-react-editor-shims
...
Conflicts:
src/react-editor-view.coffee
2014-06-06 23:59:54 +09:00
Nathan Sobo
66661f2d10
Make cursor visible when .editor-contents is focused
2014-06-06 23:58:39 +09:00
Nathan Sobo
cae5cdc81c
Put the .editor class on the wrapper, not the component
...
Things depend on the react editor wrapper having the .editor class,
but inside the editor, we can control the style. I changed the
component's div to be .editor-contents for now. We can eliminate this
extra style when we eliminate the wrapper.
2014-06-06 23:52:35 +09:00
karlin
2f45685a06
remove focused describes
2014-06-06 08:40:15 -04:00
karlin
8577bf9a4c
select to beginning of next or previous paragraph commands
2014-06-06 08:37:59 -04:00
Radu Micu
8e6dcf43b0
better script/clean removal for windows
...
Now `script/clean` uses `del /F /Q /S` to cleanup the folders but `del /S` deletes specified files from all subdirectories, so if we pass a folder as a parameter it will only delete the files within the folder and all subfolders recursively but not the actual folders. And this can cause problems, see Issue #2487
A better way is to use `rmdir /S /Q` as it takes care of the folder itself and it's contents.
/S - removes all directories and files in the specified directory in addition to the directory itself. (removes the directory tree)
/Q - obvious this is quite mode
I tested this approach on a couple machines that needed a clean before building and works OK with `rmdir`. It might give a warning in the console like `The system cannot find the file specified.` because not all of them are there but it can be ignored as the script will finish running.
2014-06-06 11:26:43 +01:00
Alex Jordan
15bb3ee31d
add troubleshooting long path issues for Windows
2014-06-06 01:04:23 -07:00
Nathan Sobo
2234ff78c7
Include line-number class for backward compatibility
2014-06-06 16:54:28 +09:00
Nathan Sobo
fca6a7758b
Don't run afterAttach hooks twice on ReactEditorView
2014-06-06 16:46:14 +09:00
Nathan Sobo
7dae04b8d4
Add ReactEditorView::getText
2014-06-06 16:46:14 +09:00
probablycorey
7afb25cead
Remove semicolons
2014-06-05 17:57:25 -07:00
probablycorey
b0ddab842b
Stop mouseDown event from propagating.
...
Closes #2459
2014-06-05 17:22:12 -07:00
Kevin Sawicki
a2d08547b6
Downgrade to space-pen 3.2.0
...
CI had 243 failures after upgrading to 3.2.4
2014-06-05 17:06:48 -07:00
Kevin Sawicki
a6aa94110c
Upgrade to space-pen 3.2.4
2014-06-05 16:55:51 -07:00
Kevin Sawicki
8f5018f925
Merge pull request #2515 from atom/star-api-docs
...
📝 Add documentation for Atom.io Star API
2014-06-05 16:24:03 -07:00
Kevin Sawicki
a47feb9dd8
📝 Minor tweaks
2014-06-05 16:23:40 -07:00
Kevin Sawicki
9ef4ea180b
Upgrade to language-css@0.17
2014-06-05 16:13:05 -07:00
Kevin Sawicki
24be115cf6
Upgrade to language-php@0.15
2014-06-05 16:11:31 -07:00
Kevin Sawicki
d61504873a
Upgrade to solarized-dark-syntax@0.16
2014-06-05 16:10:44 -07:00
Kevin Sawicki
ae7047571f
Upgrade to atom-dark-syntax@0.16
2014-06-05 16:09:59 -07:00
Kevin Sawicki
40fdce9c00
Upgrade to solarized-light-syntax@0.8
2014-06-05 16:09:12 -07:00
Kevin Sawicki
d3ede06cad
Upgrade to language-ruby@0.27
2014-06-05 16:07:58 -07:00
Kevin Sawicki
31d25209a0
Upgrade to tree-view@0.97
2014-06-05 15:09:25 -07:00
Corey Johnson
d7ee81418d
Remove editor class form ReactEditorView, it is on EditorComponent
...
I couldn’t recreate the problem with activation events mentioned
fa66689c07
2014-06-05 14:13:41 -07:00
Ivan Žužak
1d2ce26b81
Merge pull request #2502 from atom/iz-debugging-atom-docs
...
Add debugging guide
2014-06-05 22:22:36 +02:00
Corey Johnson
56095187e6
Only show the first 10 lines of a spec failure and its stacktrace
...
It is difficult to scroll through stack traces when there are huge
failure messages. This limits the length to 10 lines, if you hover
over the message it will expand.
Somewhat related to #1173
2014-06-05 11:36:58 -07:00
Corey Johnson
04e4b917b0
Only show the first 10 lines of a spec failure and its stacktrace
...
It is difficult to scroll through stack traces when there are huge
failure messages. This limits the length to 10 lines, if you hover
over the message it will expand.
Somewhat related to #1173
2014-06-05 11:36:26 -07:00
Kevin Sawicki
58af226359
Upgrade to apm 0.65
...
Closes #2516
2014-06-05 11:19:37 -07:00
Daniel Hengeveld
88cb7e2f96
'Returns package' -> 'Returns a package'
2014-06-05 11:14:34 -07:00
Daniel Hengeveld
728aacd3fb
📝 Add documentation for Atom.io Star API
2014-06-05 11:09:29 -07:00
Kevin Sawicki
4f56bc32dc
Upgrade to snippets@0.45
2014-06-05 10:50:45 -07:00
Kevin Sawicki
d16bd0d7eb
💄
2014-06-05 10:09:27 -07:00
Kevin Sawicki
b6fc17e363
Mention sudo might be required for npm config
...
This will depend on how you've installed and configured npm in the
PATH
Refs #2342
2014-06-05 09:59:44 -07:00
Kevin Sawicki
b6056a44e2
Merge pull request #2506 from Bengt/patch-1
...
Add concrete install instructions for Fedora Linux
2014-06-05 09:56:02 -07:00
Kevin Sawicki
6ce4efa3ce
Upgrade to apm 0.64
2014-06-05 09:45:44 -07:00
Kevin Sawicki
0c0f143f91
Only print python version when checked
2014-06-05 08:53:02 -07:00
Ben Ogle
2a5ac13e4c
Merge pull request #2510 from wulftone/patch-2
...
Add alt-# shortcuts for pane switching in linux
2014-06-04 22:12:33 -07:00
Trevor Bortins
6cc6c81493
Update linux.cson
2014-06-04 22:11:29 -07:00
Trevor Bortins
a215cd77ed
Add alt-# shortcuts for pane switching
2014-06-04 22:06:57 -07:00
Kevin Sawicki
ddad8ef45c
Merge pull request #2508 from onkrot/master
...
Changing mkdeb script
2014-06-04 20:34:58 -07:00
onkrot
c1ce1e624d
Changing mkdeb script
2014-06-05 09:29:01 +06:00
Kevin Sawicki
d611dbb36a
Upgrade to language-sass@0.12
2014-06-04 20:27:38 -07:00
Nathan Sobo
2ee2efeb84
Add ReactEditorView::isFocused shim
2014-06-05 12:07:52 +09:00
Nathan Sobo
367e429162
Add ReactEditorView::setText
2014-06-05 12:03:56 +09:00
Nathan Sobo
8417dfd10e
Add the ReactEditorView::updateDisplay shim
2014-06-05 12:01:09 +09:00