Max Brunsfeld
2a5081f0e0
Remove normalizeIndentOnPaste from config schema
2014-11-21 14:51:44 -08:00
Max Brunsfeld
bf83fb7b10
⬆️ text-buffer@3.7.0 for checkpoints
...
Also add methods on TextEditor to expose the new checkpoint
functionality
2014-11-21 11:06:43 -08:00
Nathan Sobo
e62ecbab6b
Work around chromium bug where focus gets stolen from shadow DOM
...
Fixes #4255
2014-11-21 11:04:42 -07:00
Ben Ogle
f79b78054c
Add title to TooltipManager args
2014-11-20 18:35:01 -08:00
Nathan Sobo
95d6ab1d4f
Add legacy ‘Syntax’ deserializer for GrammarRegistry
2014-11-20 15:28:37 -07:00
Nathan Sobo
97a56574e0
Merge pull request #4259 from atom/ns-deprecate-syntax-global
...
Rename atom.syntax to atom.grammars
2014-11-20 14:11:45 -07:00
Nathan Sobo
f475552673
Fix local variable name
2014-11-20 13:10:51 -07:00
Kevin Sawicki
7b4a9aa2e4
Patch statSyncNoException to handle non-string args
...
Non-string values were being coerced to strings which can cause
unexpected results.
Refs atom/atom-shell#843
Closes #4247
2014-11-20 11:15:10 -08:00
Ben Ogle
8afbab311f
Merge pull request #4248 from atom/bo-deprecate-workspace-view
...
Deprecate workspaceView
2014-11-20 10:53:19 -08:00
Nathan Sobo
32f2a95f07
Make GrammarRegistry::selectGrammar public since we use it in specs
2014-11-20 11:44:37 -07:00
Nathan Sobo
d53d01d95b
Replace atom.syntax with atom.grammars
2014-11-20 11:42:49 -07:00
Nathan Sobo
131522f93d
Rename Syntax to GrammarRegistry
2014-11-20 11:38:01 -07:00
Nathan Sobo
2c89a5c82a
Merge pull request #4250 from atom/ns-tooltip-manager
...
Replace jQuery-based tooltip API with atom.tooltips global
2014-11-20 11:26:07 -07:00
Nathan Sobo
b5edefcae8
Trigger editor:will-be-removed from SpacePen shim, not component
...
By the time the component is getting unmounted, we have already called
remove hooks on the SpacePen shim so subscriptions to the event have
been removed.
2014-11-20 11:13:40 -07:00
Nathan Sobo
616a94a10e
Only SpacePen callRemoveHooks on removed pane item view if destroyed
2014-11-20 11:12:50 -07:00
Nathan Sobo
5f68af27f5
Fix memory leak in GitRepository and convert to CompositeDisposables
...
We were calling @unsubscribe with the TextBuffer, which previously
unsubscribed from that object. The problem is that we were no longer
subscribing to that object directly, but only adding subscriptions to
that object. This caused us to never unsubscribe from buffers.
2014-11-20 10:56:51 -07:00
Nathan Sobo
ea207f0938
📝 returned disposable
2014-11-20 09:13:36 -07:00
Nathan Sobo
732f053d4a
Add atom.tooltips global
2014-11-19 19:22:11 -07:00
Nathan Sobo
78e61c3ff9
Remove ability to add tooltip with selector
...
It’s incompatible with returning a disposable because there’s no way
to distinguish multiple tooltips added to the body with different
selectors. Maybe someday.
2014-11-19 19:20:48 -07:00
Nathan Sobo
22c9a222c9
Return a Disposable from TooltipManager::add
2014-11-19 19:19:05 -07:00
Nathan Sobo
cc4ab0d36b
📝 Document TooltipManager
2014-11-19 19:13:33 -07:00
Nathan Sobo
7bdf3b1719
Add support for keyBindingTarget to TooltipManager::add
2014-11-19 19:10:36 -07:00
Nathan Sobo
175d7811b4
Add TooltipManager
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-19 18:57:08 -07:00
Ben Ogle
421c64347e
View -> Element in docs
2014-11-19 17:46:33 -08:00
Ben Ogle
3fc514659a
Remove workspaceView references from ThemeManager
2014-11-19 17:46:32 -08:00
Ben Ogle
1f51317a10
Remove workspaceView references from atom.coffee
2014-11-19 17:46:32 -08:00
Ben Ogle
1d73c57f9e
Remove reference to workspaceView in window-event-handler
2014-11-19 17:46:32 -08:00
Ben Ogle
8403e6583f
Deprecate atom.workspaceView
2014-11-19 17:46:32 -08:00
Kevin Sawicki
46ff794c8b
Don't set the update query param on Windows
2014-11-19 15:58:51 -08:00
Ben Ogle
1406fbfe03
Merge pull request #4243 from atom/bo-remove-space-pen-docs
...
Remove space pen views from docs
2014-11-19 14:33:53 -08:00
Ben Ogle
7fd9c75d24
Hide the space pen views in the docs
2014-11-19 14:15:18 -08:00
Nathan Sobo
677be2df82
Merge pull request #4223 from atom/ns-deprecate-style-sheet-events
...
Deprecate style sheet event methods on ThemeManager
2014-11-19 14:59:20 -07:00
Ben Ogle
a25920da72
Merge pull request #4225 from atom/bo-error-events
...
Add onWillThrowError
2014-11-19 11:55:45 -08:00
Ben Ogle
74966bd547
Emit an event object from atom.onDidThrowError
2014-11-19 11:28:01 -08:00
Kevin Sawicki
488abc8c24
📝 Mention why ipc is used
2014-11-19 11:19:55 -08:00
Kevin Sawicki
362d7712ad
Add selection type
2014-11-19 11:19:55 -08:00
Kevin Sawicki
6ed3626133
Remove sync call
2014-11-19 11:19:55 -08:00
Kevin Sawicki
fc87c98261
Use async ipc call to write to selection clipboard
2014-11-19 11:19:55 -08:00
Nathan Sobo
49471070a3
Move public stylesheet related methods off of atom.themes
...
* Move atom.themes.getUserStylesheetPath to
atom.styles.getUserStyleSheetPath
* Deprecate atom.themes.requireStylesheet
2014-11-19 10:31:03 -07:00
Max Brunsfeld
0ca9d7b97e
Remove the normalizeIndentOnPaste setting. Always do it.
2014-11-19 09:13:30 -08:00
Max Brunsfeld
9adad17e27
📝 Doc fullLine parameter to Selection::{copy,cut}
2014-11-18 22:38:20 -08:00
Max Brunsfeld
270642b2ea
Add special paste behavior when copying/cutting w/ no selection
2014-11-18 18:58:25 -08:00
Max Brunsfeld
9a080bfd1b
Merge pull request #4231 from atom/mb-fix-newline-indent
...
Restore correct indent behavior when inserting newlines
2014-11-18 17:38:55 -08:00
Max Brunsfeld
7c43ea7a0f
Restore correct indent behavior when inserting newlines
...
When explicitly auto-indenting and when pasting, indentation is based
on the previous non-blank line. When simply inserting newlines,
the previous line is used, even if it is blank.
Signed-off-by: Nathan Sobo <nathan@github.com >
2014-11-18 17:27:43 -08:00
Kevin Sawicki
d6ba6067b8
💄
2014-11-18 16:06:03 -08:00
Kevin Sawicki
16fc52b351
Compute reg/setx paths once
2014-11-18 15:23:07 -08:00
Kevin Sawicki
56184be6fe
Add missing comma
2014-11-18 15:23:07 -08:00
Kevin Sawicki
8f623db092
Add path argument to context menu commands
2014-11-18 15:23:07 -08:00
Kevin Sawicki
081c2efc98
Use reg/setx from %SystemRoot%\System32 folder
2014-11-18 15:23:07 -08:00
Kevin Sawicki
3296674605
📝 Doc spawn
2014-11-18 15:23:07 -08:00