Kevin Sawicki
261f624d69
⬆️ symbols-view@0.84
2015-02-23 09:41:14 -08:00
Kevin Sawicki
88ba4e6016
Merge pull request #5679 from jbrains/no-more-activation-events
...
💄 Removes last reference to obsolete term 'Activation Events'.
2015-02-23 09:36:22 -08:00
Kevin Sawicki
91aac58395
⬆️ language-c@0.41
2015-02-23 09:36:01 -08:00
Michael Bolin
07039ba47a
Check whether existsSync() is available in GitRepositoryProvider before trying to call it.
2015-02-23 09:30:43 -08:00
Michael Bolin
eb06cb7f97
On second thought, don't print anything.
...
This can be a common, expected occurrence when using special implementations
of Directory, so it creates a lot of distracting noise for the user.
2015-02-22 20:36:14 -08:00
Michael Bolin
947df9a6cc
Print exception via console.warn().
2015-02-22 20:35:51 -08:00
J. B. Rainsberger
11b2b4f55d
💄 Removes last reference to obsolete term 'Activation Events'.
2015-02-22 10:56:25 -04:00
Antonio Scandurra
7fe3135526
🎨 Give code a better structure
2015-02-22 15:04:37 +01:00
Antonio Scandurra
37b4183542
🐎 Improve mergeIntersectingSelections performance
...
Order selections first and intersect only with the last one.
This brings the cost of mergeIntersectingSelections down to O(n log n).
2015-02-22 14:04:03 +01:00
Ivan Žužak
5768a67427
Merge pull request #5677 from suyash/patch-2
...
Minor fixes in linux.md
2015-02-22 10:42:40 +01:00
Suyash
6832845b91
📝 fix grammatical errors in linux build file
2015-02-22 13:43:43 +05:30
Antonio Scandurra
007ec75fbf
Merge branch 'master' into indent-soft-wrap
2015-02-21 12:14:05 +01:00
Michael Bolin
6d24aaf497
Make sure that GitRepositoryProvider.repositoryForDirectorySync() returns null rather than throws.
...
The UI locks up if this method does not return.
2015-02-21 00:07:40 -08:00
Kevin Sawicki
25befa7368
Update fixture path in compile cache spec
2015-02-20 15:55:41 -08:00
Kevin Sawicki
34a75d1c32
⬆️ spell-check@0.55
2015-02-20 15:32:44 -08:00
Kevin Sawicki
631c95643d
to5 -> babel
2015-02-20 15:24:21 -08:00
Kevin Sawicki
7ca9e5614c
Go back to using or check instead of pattern
2015-02-20 15:11:46 -08:00
Kevin Sawicki
caff9e0866
Merge pull request #5579 from sebmck/babel
...
Rename 6to5 to Babel
2015-02-20 15:04:26 -08:00
Max Brunsfeld
c1c0962459
⬆️ git-diff
2015-02-20 14:58:36 -08:00
Nathan Sobo
964809373b
Merge branch 'ns-manual-dom-updates'
2015-02-20 15:29:33 -07:00
Nathan Sobo
55f80f33e6
Avoid allocating an array on every poll
...
@jashkenas Love CoffeeScript but I wish I could opt out of loops being
list comprehensions.
2015-02-20 15:28:02 -07:00
Max Brunsfeld
70089b9c82
⬆️ fuzzy-finder
2015-02-20 13:19:56 -08:00
Ben Ogle
eb868fdec6
⬆️ snippets@0.76.0
2015-02-20 10:17:59 -08:00
Kevin Sawicki
64e2c70fc4
Prepare 0.183
2015-02-20 09:53:06 -08:00
Nathan Sobo
32d393d26f
Pause polling when updates are requested, but don’t start polling over
...
The blinking cursor was ensuring that we never polled in certain cases.
We need to allow the interval to continue polling at a normal pace, but
just avoid doing any work that could delay the next animation frame.
2015-02-20 09:51:11 -07:00
Antonio Scandurra
0b777e3ccc
Take into account odd spaces as well
2015-02-20 12:32:30 +01:00
Antonio Scandurra
0258531a3c
Use softWrapIndentation name consistently
2015-02-20 10:28:27 +01:00
Antonio Scandurra
ab5c79d009
Revert softWrapAtNewline attempt
...
...now we use `skipSoftWrapIndentation: true` when moving up and down.
2015-02-20 10:02:34 +01:00
Antonio Scandurra
ed77358515
Show guide on soft wrapped lines with indentation
...
* Rename phantomToken to softWrapIndent and use it consistently
* Build multiple softWrapIndent tokens in order to show guides
* Memoize softWrapIndentTokens and softWrapIndentDelta
2015-02-20 09:29:37 +01:00
Max Brunsfeld
d1e6dba2c9
⬆️ tree-view
v0.182.0
2015-02-19 22:19:08 -08:00
Max Brunsfeld
0335344b70
Merge pull request #5535 from atom/directory-provider
...
Introduce atom.directory-provider service.
2015-02-19 21:54:54 -08:00
Michael Bolin
d5abd87643
reword it() message
2015-02-19 21:35:07 -08:00
Michael Bolin
54c7070648
kill assertions about directoryProviders
2015-02-19 21:16:30 -08:00
Michael Bolin
bf9c4132b2
Create a comprehensive test for the new behavior in Project.
2015-02-19 21:02:31 -08:00
Michael Bolin
ede049554c
formatting fixes
2015-02-19 20:28:36 -08:00
Michael Bolin
461cd8c5fe
Introduce atom.directory-provider service.
...
A `Project` will always have a `DefaultDirectoryProvider` that
will be used if there are no other `DirectoryProvider` objects
that can produce a `Directory` for a path.
2015-02-19 20:26:06 -08:00
Ben Ogle
fad7b4b595
⬆️ metrics@0.45.0
...
Fix events!!
2015-02-19 20:17:09 -08:00
Michael Bolin
c728ad6d57
Introduce atom.directory-provider service.
...
A `Project` will always have a `DefaultDirectoryProvider` that
will be used if there are no other `DirectoryProvider` objects
that can produce a `Directory` for a path.
2015-02-19 17:57:18 -08:00
Nathan Sobo
dc752eda20
Update scrollHeight/Width before scrollTop/Left in dummy scrollbars
...
This avoids jerky scroll behavior when auto-scrolling at the margins.
2015-02-19 17:15:03 -07:00
Nathan Sobo
1d84d74e50
Centralize text editor DOM interaction through atom.views
...
This ensures that DOM writing, reading, and polling properly interleaves
with DOM interactions from other text editors and any other code that
coordinates via atom.views. Not sure about the location of it though.
2015-02-19 17:14:58 -07:00
Nathan Sobo
de4d995190
Add document coordination methods to ViewRegistry
...
These will assist in updating and reading the DOM in a non-blocking
manner across components.
2015-02-19 17:14:57 -07:00
Nathan Sobo
d337c88aea
Delete overlay node from hash before removing
2015-02-19 17:14:57 -07:00
Nathan Sobo
7033b27207
Make EditorComponent a plain JS object rather than a React component
2015-02-19 17:14:57 -07:00
Nathan Sobo
c9a6c32752
Replace cursor blink React props with normal properties
2015-02-19 17:14:57 -07:00
Nathan Sobo
1e8b0acbd0
Remove redundant update requests in editor view
2015-02-19 17:14:57 -07:00
Nathan Sobo
0d109d69f0
Use CompositeDisposable instead of SubscriberMixin in editor view
2015-02-19 17:14:57 -07:00
Nathan Sobo
dae15eafc9
Remove unused prototype properties
2015-02-19 17:14:57 -07:00
Nathan Sobo
ccdc4eb24b
Update TextEditorComponent DOM node manually
2015-02-19 17:14:56 -07:00
Nathan Sobo
d89ec25b28
Remove showIndentGuide subscription from view
2015-02-19 17:14:56 -07:00
Nathan Sobo
e244aae7c0
Cache ::showIndentGuide config setting
2015-02-19 17:14:56 -07:00