Commit Graph

6008 Commits

Author SHA1 Message Date
Luke Pommersheim
1b07093cff update comments 2015-09-23 11:01:49 +02:00
Luke Pommersheim
6697693d57 Merge remote-tracking branch 'upstream/master' into move-lines-up-and-down-with-multiple-selections 2015-09-23 08:38:37 +02:00
Nathan Sobo
ed6fe6a82b Remove testSerialization call 2015-09-22 11:57:12 -06:00
Nathan Sobo
3d4ed37f81 Don’t use Serializable mixin in Workspace 2015-09-22 10:55:52 -06:00
Nathan Sobo
d997c80d31 Don’t use Serializable mixin in Project 2015-09-22 10:50:11 -06:00
Nathan Sobo
17b4725b44 Don’t use Serializable mixin in PaneContainer 2015-09-22 10:46:30 -06:00
Nathan Sobo
b3b7b3f3dd Don’t use Serializable mixin in Pane 2015-09-22 10:37:15 -06:00
Nathan Sobo
04bda33c10 Don’t use Serializable mixin in TextEditor 2015-09-22 10:37:15 -06:00
Nathan Sobo
78cdd7cb6e 🔥 Remove theorist and TextEditor deprecations 2015-09-22 10:37:13 -06:00
Nathan Sobo
8116889652 Remove unnecessary assignment of grim.removeDeprecatedApis from spec 2015-09-22 10:37:13 -06:00
Nathan Sobo
1e4466e260 Get ThemeManager specs passing after removing deprecations 2015-09-22 10:37:13 -06:00
Nathan Sobo
75f6127b90 🔥 Remove deprecations from Project 2015-09-22 10:37:08 -06:00
Nathan Sobo
68fe7026a8 Disable deprecated APIs in specs 2015-09-22 10:37:07 -06:00
Nathan Sobo
36ba0bded3 Don’t assert about unsubscription due to API support going away 2015-09-22 10:37:07 -06:00
Nathan Sobo
3a1f103620 Get pane-spec passing without using model superclass 2015-09-22 10:37:07 -06:00
Thomas Johansen
e0ff96127a 🔥 Remove deprecations from Workspace 2015-09-22 10:37:06 -06:00
Thomas Johansen
b5c4f0c2ad 🔥 Remove uninstallAutocompletePlus and migrateSublimeTabsSettings 2015-09-22 10:37:06 -06:00
Thomas Johansen
38b8332c0b 🔥 Remove deprecations from Package 2015-09-22 10:37:05 -06:00
Thomas Johansen
cc4ee92699 🔥 Remove deprecations from ContextMenuManager 2015-09-22 10:37:05 -06:00
Thomas Johansen
4914c15289 🔥 Remove Config deprecations 2015-09-22 10:37:05 -06:00
Thomas Johansen
a2071a7093 🔥 Remove deprecations from global atom module 2015-09-22 10:37:05 -06:00
Antonio Scandurra
68e2d7e7e4 wip 2015-09-22 17:30:51 +02:00
Antonio Scandurra
b5a59017d5 wip 2015-09-22 16:20:15 +02:00
Phil Hord
7445857c82 Add test for .git-files 2015-09-21 17:29:30 -04:00
Ivan Žužak
abf6d40cc4 Merge pull request #8828 from atom/iz-cut-to-end-of-buffer-line
Add command for cutting text to the end of the cursor's buffer line
2015-09-20 10:45:45 +02:00
Nathan Sobo
d2d802e76f Remove progress spec on Project::open 2015-09-18 21:26:16 -06:00
Nathan Sobo
4a7cbff6d3 Remove Q from PackageManager, ThemeManager, Package, ThemePackage
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2015-09-18 21:24:59 -06:00
Nathan Sobo
108b00dae0 Support jQuery wrappers being passed to tooltip manager
Not my favorite feature, but required for backward-compatibility.
2015-09-18 20:48:51 -06:00
Nathan Sobo
a28dc086df Remove logging 2015-09-18 20:48:51 -06:00
Nathan Sobo
65e74cb5ba Reuse delegated listener in spec reporter 2015-09-18 20:48:51 -06:00
Nathan Sobo
292289aed7 Handle clicks on descendants of links correctly in window event handler 2015-09-18 20:48:50 -06:00
Nathan Sobo
206e846cda Fix linter errors 2015-09-18 20:48:50 -06:00
Nathan Sobo
d5cb555b61 Remove SpacePen from spec reporter 2015-09-18 20:48:50 -06:00
Nathan Sobo
43de55b179 Fix delegated tooltips 2015-09-18 20:48:50 -06:00
Nathan Sobo
3c58e221a2 Add custom tooltip implementation that doesn’t depend on jQuery 2015-09-18 20:48:49 -06:00
Nathan Sobo
69664fc77b Remove space-pen-extensions
Move the last remaining feature into the tooltip manager.
2015-09-18 20:48:49 -06:00
Nathan Sobo
239da56130 Remove space-pen-extensions-spec 2015-09-18 20:48:49 -06:00
Nathan Sobo
035429b7bc Wait for fakeSearch to be defined in spec 2015-09-18 20:48:49 -06:00
Nathan Sobo
eddd84c843 Drop jQuery from spec helper
Some of the global spec-helper methods that depend on jQuery may need
to be removed from package specs, but most should be rare based on my
checks.
2015-09-18 20:48:48 -06:00
Nathan Sobo
a977d93b7c Remove compatibility shims from space-pen-extensions 2015-09-18 20:48:48 -06:00
Nathan Sobo
4ac43cf994 Drop space-pen-extensions from WorkspaceSpec 2015-09-18 20:48:48 -06:00
Nathan Sobo
a93fde4e6a Rename window-spec to window-event-handler-spec 2015-09-18 20:48:48 -06:00
Nathan Sobo
9e59ab1e45 Don’t use jQuery in window-event-handler or its spec 2015-09-18 20:48:48 -06:00
Nathan Sobo
8f7c9cd370 Don’t use jQuery in view-registry-spec 2015-09-18 20:48:47 -06:00
Nathan Sobo
fdfba54b43 Keep using jQuery for tooltips spec, not from atom-space-pen-extensions 2015-09-18 20:48:47 -06:00
Nathan Sobo
3e529e8e76 Don’t use jQuery in theme-manager-spec 2015-09-18 20:48:47 -06:00
Nathan Sobo
14a2181c66 Don’t use jQuery in package-spec 2015-09-18 20:48:47 -06:00
Nathan Sobo
f77cb3786c Terminate all directory searches if any fail
@bolinfest: I was seeing exceptions after the test terminated due to
one of the searches still running. I think since the promise rejects
with “all” semantics that we should cancel any other searches when one
fails. I wouldn’t expect them to continue if the promise is no longer
unresolved.
2015-09-18 20:48:46 -06:00
Nathan Sobo
0ab27610e5 Don’t use jQuery in package-manager-spec 2015-09-18 20:48:46 -06:00
Nathan Sobo
1efb03eb33 Don’t use space-pen in spec helper 2015-09-18 20:48:46 -06:00
Nathan Sobo
6ccb9573c6 Drop unused requires 2015-09-18 20:48:46 -06:00
Nathan Sobo
5271f29bf7 Don’t use jQuery to test atom protocol handler 2015-09-18 20:48:46 -06:00
Nathan Sobo
c7ecad5576 Remove EditorView 2015-09-18 20:48:45 -06:00
Nathan Sobo
3414b904a0 Remove SelectListView 2015-09-18 20:48:45 -06:00
Nathan Sobo
6858833931 Remove pane-container-view-spec 2015-09-18 20:48:45 -06:00
Nathan Sobo
cb3ea39377 Move direction focus specs to pane-container-element-spec 2015-09-18 20:48:45 -06:00
Nathan Sobo
e01057b120 Remove tests of deprecated pane container behavior 2015-09-18 20:48:44 -06:00
Nathan Sobo
2b75244240 Move pane container saveAll specs to model layer 2015-09-18 20:48:44 -06:00
Nathan Sobo
8d0207e82b Move pane container serialization specs to model layer 2015-09-18 20:48:44 -06:00
Nathan Sobo
34f16e2da5 Remove pane-view-spec 2015-09-18 20:48:44 -06:00
Nathan Sobo
6556405502 Move pane drag and drop specs to pane-element-spec 2015-09-18 20:48:44 -06:00
Nathan Sobo
b405ad2f9b Move test of pane focus on attachment to pane-element-spec 2015-09-18 20:48:44 -06:00
Nathan Sobo
f0fe2d8463 Move spliting/unsplitting panes DOM specs to pane-container-element-spec 2015-09-18 20:48:44 -06:00
Nathan Sobo
e1b8680e1c Move pane focus handling tests to pane-element-spec 2015-09-18 20:48:44 -06:00
Nathan Sobo
b053e95aa7 Move tests of adding/removing pane active class to pane-element-spec 2015-09-18 20:48:43 -06:00
Nathan Sobo
fec21165d0 Move pane focus transfer test to pane-container-element-spec 2015-09-18 20:48:43 -06:00
Nathan Sobo
4f3db6a271 Remove some tests for outdated pane behaviors 2015-09-18 20:48:43 -06:00
Nathan Sobo
60670b9c3c Move pane item removal specs to pane-element-spec 2015-09-18 20:48:43 -06:00
Nathan Sobo
dfda3adb96 Move view-level specs for active pane item changing to pane-element-spec 2015-09-18 20:48:43 -06:00
Nathan Sobo
6fec11780b 🔫 WorkspaceView shim 2015-09-18 20:48:43 -06:00
Nathan Sobo
131e2a29b4 🔫 workspace-view-spec 2015-09-18 20:48:43 -06:00
Nathan Sobo
4d231b2a24 Move panel containers specs to workspace-element-spec 2015-09-18 20:48:43 -06:00
Nathan Sobo
ac6a5846b7 Move font styling specs to workspace-element-spec 2015-09-18 20:48:43 -06:00
Nathan Sobo
d3b6454037 Move scrollbar style observation specs to workspace-element-spec 2015-09-18 20:48:42 -06:00
Nathan Sobo
117d1507ab Move ‘core:close’ specs in workspace-view-spec to workspace-spec 2015-09-18 20:48:42 -06:00
Nathan Sobo
7fc04501c9 Remove specs for deprecated WorkspaceView::eachEditorView method 2015-09-18 20:48:42 -06:00
Nathan Sobo
d44f13a51e Test window:toggle-invisibles in workspace-element-spec, more simply 2015-09-18 20:48:42 -06:00
Nathan Sobo
0ba313a6f2 Move workspace focus specs to workspace-element-spec 2015-09-18 20:48:42 -06:00
Nathan Sobo
e6c7ce215b Move keymap wiring specs from workspace-view-spec to window-spec 2015-09-18 20:48:42 -06:00
Nathan Sobo
f5c7061257 Move workspace serialization specs to workspace-spec 2015-09-18 20:48:39 -06:00
Nathan Sobo
ccfa36d1b1 Preserve all event properties when dispatching commands
Fixes https://github.com/atom/vim-mode/issues/863
Fixes https://github.com/atom/atom/issues/8845

---

Re-applying this commit because it was accidentally merged from stable to
beta and master with `--strategy ours` (discarding the changes) instead of
`-X ours` (discarding conflicting changes).

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2015-09-18 15:53:44 -07:00
Ivan Zuzak
bed902e7df Just test everything with soft wrap on 2015-09-18 12:42:06 +02:00
Nathan Sobo
6b66bf7b0a Fix use of _atomModuleCache in getNativeModuleDependencyPaths
Previously, we weren’t converting the relative path from the module
cache and the test wasn’t strong enough to detect this fact.
2015-09-17 17:21:52 -06:00
Nathan Sobo
0717c1d377 Merge PR #8826 into stable 2015-09-17 16:29:03 -06:00
Ivan Zuzak
7e1a295f07 Add method for cutting text to the end of the buffer line 2015-09-17 19:34:53 +02:00
Chen Shen
20dcdf77a4 update 2015-09-17 09:52:00 -07:00
Chen Shen
02457990f1 add ignored files 2015-09-17 09:23:09 -07:00
Chen Shen
7ea141b376 add 2015-09-17 09:09:57 -07:00
Antonio Scandurra
12b926c82a 🔥 2015-09-17 17:15:51 +02:00
Antonio Scandurra
3575928cce Move continuous reflow setting into TextEditorElement 2015-09-17 17:14:00 +02:00
Antonio Scandurra
91bb8f518d Merge branch 'master' into as-continuous-reflow 2015-09-17 16:58:37 +02:00
Antonio Scandurra
ad83a03440 Merge branch 'master' into as-recycle-nodes
# Conflicts:
#	src/line-numbers-tile-component.coffee
#	src/lines-tile-component.coffee
2015-09-15 11:50:54 +02:00
Antonio Scandurra
028f57aefb 💚 2015-09-15 11:35:30 +02:00
Antonio Scandurra
c7d4871453 Merge pull request #8730 from atom/as-faster-style-recalculation
Faster Style Recalculations
2015-09-15 11:25:10 +02:00
Antonio Scandurra
c8c69a99b9 Release free nodes after destroying TextEditor 2015-09-15 10:36:47 +02:00
Antonio Scandurra
f0bc6ca23a 🎨 Some renaming 2015-09-14 20:27:25 +02:00
Antonio Scandurra
e9bf04b50b Guard against some edge cases 2015-09-14 20:21:37 +02:00
Antonio Scandurra
4349b152d5 🎨 2015-09-14 18:22:31 +02:00
Antonio Scandurra
536a5f4395 🐎 Save an allocation while removing nodes 2015-09-14 17:44:57 +02:00
Antonio Scandurra
ece15b2a24 Recycle tile nodes (and descendants) 2015-09-14 14:48:30 +02:00