Nathan Sobo
0b44cee8db
Separate IPC messages that don’t belong in the command palette
...
Path opening and update signaling were both using the command-sending
IPC mechanism, but neither is actually a command. This commit adds a
second “message” channel with custom handling on the render process
side for these messages, rather than attempting to route them through
commands.
2014-11-27 10:30:50 -07:00
Nathan Sobo
5fed6199ec
💄 grammar
2014-11-27 09:23:35 -07:00
Nathan Sobo
ddc04f2278
Fix spec name
2014-11-27 09:11:21 -07:00
Nathan Sobo
f64a813fc6
Remove deprecated Project::setPath call
2014-11-27 09:09:33 -07:00
Nathan Sobo
68bc3f6ead
Add assertions and suppress deprecation warnings in theme-manager-spec
...
The new expected behavior is now tested. The deprecated behavior is
also tested until we remove it later.
2014-11-27 09:03:40 -07:00
Ben Ogle
9cec02420c
Suppress deprecations while testing legacy code path
2014-11-26 14:55:40 -08:00
Ben Ogle
6f82281b8f
Use Project::getPaths() and Project::setPaths()
2014-11-26 14:55:40 -08:00
Ben Ogle
ffda2386c3
Suppress deprecations for package loading.
2014-11-26 14:55:40 -08:00
Ben Ogle
aefc647155
Use normalizeLineEndings: false hash
2014-11-26 14:55:39 -08:00
Ben Ogle
83455a7f3a
Remove specs for deprecated methods that are tested elsewhere
2014-11-26 14:55:39 -08:00
Ben Ogle
d8f64c15b8
Use project.getDirectories()
2014-11-26 14:55:39 -08:00
Ben Ogle
c927e95c2c
Suppress deprecations on pane-view
...
It’s going away anyway…
2014-11-26 14:55:39 -08:00
Ben Ogle
5b12646a44
Suppress deprecations on deprecated code path
2014-11-26 14:55:39 -08:00
Ben Ogle
68bb43ee7d
Add onDidChangeTitle and onDidChangeModified methods to TestView
2014-11-26 14:55:39 -08:00
Ben Ogle
4048fb978c
Suppress deprecations for package activation
2014-11-26 14:55:39 -08:00
Ben Ogle
2d885496a3
Update to new menu format
2014-11-26 14:55:39 -08:00
Ben Ogle
64222d3096
Suppress deprecations in configDefault test
2014-11-26 14:55:39 -08:00
Ben Ogle
2c7bbf8e9f
Remove Project deserialize deprecation
2014-11-26 14:55:39 -08:00
Ben Ogle
a45e9a1e8b
Remove deprecations in config
2014-11-26 14:55:39 -08:00
Ben Ogle
3fd5ba9b3c
Remove unnecessary workspaceView requires
2014-11-26 14:55:39 -08:00
Ben Ogle
eb0e3df720
Suppress deprecations in workspaceView
2014-11-26 14:55:39 -08:00
Ben Ogle
60a49d9c81
nof
2014-11-26 14:55:39 -08:00
Ben Ogle
43ccf0a041
Convert require ‘atom’ to require '../src/space-pen-extensions'
2014-11-26 14:55:38 -08:00
Ben Ogle
1f6764e708
No longer require atom in the spec-helper
2014-11-26 14:55:38 -08:00
Ben Ogle
48f714d5fb
Fix deprecation link colors
2014-11-26 14:54:49 -08:00
Nathan Sobo
e2813b4dd9
📝 overlay decoration options in TextEditor::decorateMarker
2014-11-26 15:14:56 -07:00
Nathan Sobo
41b3d65e05
Merge pull request #4325 from atom/ns-tail-overlays
...
Add ‘position’ option to overlay decorations
2014-11-26 15:02:36 -07:00
Nathan Sobo
1e50985ec7
Add ‘position’ option to overlay decorations
...
By default overlays are positioned at the head of the given marker.
This option allows them to be positioned at the tail instead by passing
`position: ’tail’` when creating the decoration, which is useful for
autocomplete.
2014-11-26 12:29:52 -07:00
Nathan Sobo
1d6087fcd3
Add TextEditor::getDecorations and ::getOverlayDecorations
...
Required for autocomplete upgrades.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-26 12:17:26 -07:00
Ben Ogle
f2e74f216c
Upgrade to solarized-dark-syntax to update to standard colors
2014-11-26 11:09:04 -08:00
Nathan Sobo
b9950ef2df
Match coordinate types when computing overlay pixel position
...
Heads up @benogle
2014-11-26 09:28:12 -07:00
Nathan Sobo
28eb03ed29
⬆️ command-palette to fix exception on call to ::command
...
Fixes #4318
2014-11-25 20:49:17 -07:00
Ben Ogle
2843af458b
Merge pull request #4307 from atom/bo-add-parse-errors
...
Integrate notifications into core
2014-11-25 15:59:37 -08:00
Ben Ogle
163a7587f9
Upgrade notifications for issue searching and dupe handling
2014-11-25 15:44:14 -08:00
Ben Ogle
18f83e90f7
Add isEquals to notifications
2014-11-25 15:44:14 -08:00
Ben Ogle
7094701c66
Remove the font-family variable
2014-11-25 15:44:14 -08:00
Ben Ogle
d7d23f7fc9
Upgrade snippets to display a notification
...
when there is a parse error
2014-11-25 15:44:14 -08:00
Ben Ogle
bdbc850695
Add a @font-family-monospace
2014-11-25 15:44:14 -08:00
Ben Ogle
4e0ab92827
Fix Notification::getDetail
2014-11-25 15:44:14 -08:00
Ben Ogle
b662281958
Upgrade notifications to remove menus, and fix styling
2014-11-25 15:44:14 -08:00
Ben Ogle
4d2cc86ada
Add notifications package as a dependency
2014-11-25 15:44:14 -08:00
Ben Ogle
19fcc1c441
💄 on message
2014-11-25 15:44:14 -08:00
Ben Ogle
1f5fa27113
Trigger a notification when there is a keymap issue
2014-11-25 15:44:14 -08:00
Ben Ogle
362bd2e61a
Use atom.notifications when there is a config file error
2014-11-25 15:44:13 -08:00
Ben Ogle
4cb80d3c7e
Downgrade pathwatcher in an attempt to fix build
2014-11-25 15:26:50 -08:00
Ben Ogle
7f108dab38
Merge pull request #4286 from m0x72/patch-1
...
Wrong Reactionary dependence
2014-11-25 12:20:43 -08:00
Ben Ogle
cec5a83eff
📝 Update restoreDefault to doc scopeSelector
2014-11-25 12:10:54 -08:00
Nathan Sobo
a7c3c15885
Don’t assume presence of unsubscribe method in SpacePen callRemoveHooks
2014-11-25 10:01:27 -07:00
Nathan Sobo
1c16738969
⬆️ pathwatcher for deprecation warning fix
2014-11-25 08:51:13 -07:00
Nathan Sobo
b4a456d911
Fix misinformation in deprecation warning
2014-11-25 08:19:20 -07:00