Corey Johnson
|
be1a2f9e30
|
Merge pull request #2784 from maschs/ms-writingSpecsMD
writing-specs.md: Add examples for async/promise specs
|
2014-07-01 14:22:12 -07:00 |
|
Kevin Sawicki
|
9fe887191d
|
Upgrade to whitespace@0.23
|
2014-07-01 13:55:04 -07:00 |
|
Ben Ogle
|
b0031e493e
|
Merge pull request #2737 from atom/bo-fix-indent-guide
Fix indent guide
|
2014-07-01 13:46:25 -07:00 |
|
Ben Ogle
|
1fa6661efd
|
Remove the awkward _.pick
|
2014-07-01 11:48:36 -07:00 |
|
Nathan Sobo
|
8b57bb3309
|
Merge pull request #2789 from atom/ns-react-disable-gpu-option
Add editor.gpuDisabled option to prevent React editor from using layers
|
2014-07-01 12:48:34 -06:00 |
|
Kevin Sawicki
|
8b2e1b088a
|
Merge pull request #2788 from atom/ks-add-chocolatey-ignores
Add chocolatey ignores
|
2014-07-01 11:48:12 -07:00 |
|
Ben Ogle
|
dcb0d9b039
|
Update editor component specs
|
2014-07-01 11:41:44 -07:00 |
|
Nathan Sobo
|
4efabd2b5e
|
💄 method name
|
2014-07-01 12:34:00 -06:00 |
|
Nathan Sobo
|
18d17b55b5
|
Pass useHardwareAcceleration property down to CursorComponent instances
|
2014-07-01 12:33:45 -06:00 |
|
Ben Ogle
|
718e1228bd
|
Add checks for the change event
|
2014-07-01 11:32:04 -07:00 |
|
Kevin Sawicki
|
22b0a35dba
|
Add comment mentioning chocoloatey
|
2014-07-01 11:29:33 -07:00 |
|
Kevin Sawicki
|
e395b1416a
|
Add chocolatey gui for atom.exe
|
2014-07-01 11:19:54 -07:00 |
|
Nathan Sobo
|
0edfbaebeb
|
Rename editor option to useHardwareAcceleration
|
2014-07-01 12:17:43 -06:00 |
|
Ben Ogle
|
3e57fb8e9a
|
💄 naming
|
2014-07-01 10:59:42 -07:00 |
|
Nathan Sobo
|
512d4da587
|
Add editor.gpuDisabled option to prevent React editor from using layers
When gpuDisabled is true, we use `translate` instead of `translate3d`
to position various elements, preventing the creation of GPU layers.
|
2014-07-01 11:56:05 -06:00 |
|
Ben Ogle
|
de0e945c5c
|
More specs in tokenized buffer testing empty line retokenizing
|
2014-07-01 10:54:37 -07:00 |
|
Ben Ogle & Nathan Sobo
|
4642d96f39
|
Tokenize empty lines with a changed indent level synchronously
|
2014-07-01 10:54:37 -07:00 |
|
Ben Ogle
|
de2930fe99
|
💄
|
2014-07-01 10:54:37 -07:00 |
|
Ben Ogle
|
65c2f26656
|
Little note 📝
|
2014-07-01 10:54:36 -07:00 |
|
Ben Ogle
|
8ca709eb6a
|
Fix spec name
|
2014-07-01 10:54:36 -07:00 |
|
Ben Ogle
|
43e88f6515
|
Invalidate whitespace lines when their indent level changes
Refs #2376
|
2014-07-01 10:54:36 -07:00 |
|
Ben Ogle
|
d97eacc2f9
|
Add isOnlyWhitespace()
|
2014-07-01 10:54:36 -07:00 |
|
Kevin Sawicki
|
a70367c70b
|
Add chocolatey ignore for ctags-win32.exe
|
2014-07-01 10:45:32 -07:00 |
|
Ben Ogle
|
d60c718fe2
|
Merge pull request #2783 from atom/bo-up-scandal
Upgrade scandal to handle file read errors
|
2014-07-01 10:45:27 -07:00 |
|
Kevin Sawicki
|
fe838375a1
|
Add chocolatey ignore for node.exe
|
2014-07-01 10:45:25 -07:00 |
|
Ben Ogle
|
06d06d10e0
|
💄
|
2014-07-01 10:45:13 -07:00 |
|
Ben Ogle
|
de9f070f53
|
Upgrade find-and-replace
It will display errors from scandal.
|
2014-07-01 10:45:13 -07:00 |
|
Ben Ogle
|
a6e437b9d3
|
Upgrade scandal
This version emits events when errors are encountered with file reading.
|
2014-07-01 10:44:30 -07:00 |
|
Ben Ogle
|
44b95fc637
|
Emit errors from the out of process searches
|
2014-07-01 10:44:30 -07:00 |
|
Nathan Sobo
|
e93e4e9333
|
Autoscroll to the last cursor in model when inserting text
Fixes #2787
|
2014-07-01 11:37:17 -06:00 |
|
Nathan Sobo
|
d4a7bff525
|
Merge pull request #2608 from philschatz/ps-dedupe-context-menu
remove duplicate context menu entries
|
2014-07-01 11:08:18 -06:00 |
|
Nathan Sobo
|
5e78bbf471
|
Upgrade fuzzy finder to support traversing symlinked directories
|
2014-07-01 10:53:59 -06:00 |
|
Kevin Sawicki
|
873abd68af
|
Merge pull request #2767 from smashwilson/ignore-desktop
Ignore generated files in resources/linux.
|
2014-07-01 09:50:11 -07:00 |
|
Nathan Sobo
|
d42a064a44
|
Merge pull request #2773 from atom/ns-react-fix-delete-line-jitter
Fix scroll jitter when deleting a line reduces the maximum allowed scrollTop
|
2014-07-01 09:27:58 -06:00 |
|
Nathan Sobo
|
32c8a3ce99
|
Only adjust scrollTop when deleting lines when using the React editor
|
2014-07-01 09:16:29 -06:00 |
|
Nathan Sobo
|
a99bde4e2d
|
Reassign scrollTop if deleting lines decreases the max scrollTop
Fixes #2725
|
2014-07-01 09:01:04 -06:00 |
|
Maximilian Schüßler
|
5753680b58
|
Minor changes
|
2014-07-01 13:26:47 +02:00 |
|
Maximilian Schüßler
|
68ddbd9e75
|
📝 Add examples for async/promise specs
|
2014-07-01 02:51:47 +02:00 |
|
probablycorey
|
e6725c9fcb
|
Fix prepare docs
|
2014-06-30 11:48:10 -07:00 |
|
Corey Johnson
|
b14317cf50
|
Merge pull request #2753 from atom/cj-dh-publish-docs
Build and publish API docs
|
2014-06-30 11:09:05 -07:00 |
|
Nathan Sobo
|
bb6a44a757
|
Hard code node-runas to 0.5.4 trying to fix the build
|
2014-06-30 17:32:01 +01:00 |
|
Nathan Sobo
|
431fc725ff
|
Interpret editor clicks relative to lines div, not the scrollView div
Fixes #2668
If the scroll view has padding, using it as the basis for locating
clicks relative to the lines is problematic.
|
2014-06-30 16:24:07 +01:00 |
|
Ash Wilson
|
72d5a4cdae
|
Ignore generated files in resources/linux.
|
2014-06-29 09:34:24 -04:00 |
|
Nathan Sobo
|
f5517bad66
|
Merge pull request #2757 from atom/ns-better-default-decorations
Improve default decorations for cursor and selection lines in React editor
|
2014-06-28 16:04:12 +01:00 |
|
Kevin Sawicki
|
a63797019d
|
Upgrade to language-less@0.10
|
2014-06-28 15:57:28 +01:00 |
|
Nathan Sobo
|
324f1392a3
|
Revert changes related to the .selection-line class
We will introduce .selection-line as part of a separate effort, not the
React switchover.
|
2014-06-28 15:52:10 +01:00 |
|
Nathan Sobo
|
21ae33f749
|
Merge pull request #2763 from atom/ns-react-fix-autoscroll
Autoscroll cursor when attempting to move it, even if it doesn't move
|
2014-06-28 15:42:31 +01:00 |
|
Nathan Sobo
|
15ca3e2a40
|
Match existing editor's behavior for .cursor-line class
|
2014-06-28 15:39:22 +01:00 |
|
Nathan Sobo
|
ea9f5eb1c7
|
💄 Unify specs for all line decorations
|
2014-06-28 15:39:22 +01:00 |
|
Nathan Sobo
|
7f70b41696
|
Update the specs for .cursor/selection-line decorations
|
2014-06-28 15:39:22 +01:00 |
|