David Calhoun
bbb1caefb4
Always notify watchers of plugin updates ( #2508 )
...
During plugin updates, each `plugin.onUnload` is invoked regardless of
whether the plugin changed. This commit ensures that each `plugin.onApp`
is invoked once all plugins have been updated. Fixes #2415 .
2018-01-04 12:45:28 +01:00
Renato Campos
cb8b72a319
Added keymap to rebind the 'break' command - Issue #2432 ( #2531 )
...
* fixed documentation of roleCommands
* Added keymap for break/interrupt command
* added break keymap for linux and darwin
* fixed lint errors
2017-12-18 17:17:20 +01:00
Daniel Imms
7be41e1e28
Use public API to remove xterm listeners ( #2543 )
2017-12-16 19:06:02 +01:00
Benjamin Staneck
30964b6571
Dependency updates ( #2533 )
2017-12-12 11:54:20 +01:00
Daniel Imms
421847315d
Remove second open arg ( #2544 )
...
This was removed in xterm@3, see xtermjs/xterm.js#646
2017-12-11 17:17:01 -05:00
Daniel Imms
15a7e6ad9b
Don't use open event on xterm ( #2542 )
2017-12-11 22:33:03 +01:00
Albin Ekblom
9521fb57c1
Fix linux keymap delete typo ( #2539 )
2017-12-10 21:34:00 +01:00
Matheus Fernandes
0d5dba5cd8
Fix branch detection when setting the canary icon ( #2499 )
...
* Fix branch detection
* Use the canary icon on Windows as well
* Add missing space
* `TRAVIS_BRANCH` will be `canary` when a PR targets such branch
2017-12-05 11:41:51 +01:00
Leo Lamprecht
0549ded2c4
2.0.0-canary.8
2017-12-04 22:42:24 +01:00
CHaBou
1e6acfc109
Fix color for char under focused BLOCK cursor ( #2521 )
2017-12-04 22:28:40 +01:00
Albin Ekblom
da10f01a00
Fixed the cursor's color ( #2520 )
...
* 🐛 Fix underline cursor color
* 🐛 Fix unfocused box when cursor is underline
* 🐛 Fix BAR color and make BAR and UNDERLINE transparent when not in focus
* 🐛 Bring back the box when unfocused
* 🐛 Add cursorColor to unfocused underline and bar
2017-12-04 22:15:45 +01:00
Leo Lamprecht
744707e29c
Reset version to correct one
2017-12-04 21:37:12 +01:00
Leo Lamprecht
bb7f850b29
Bumped electron-builder and its companion ( #2519 )
2017-12-04 20:36:33 +01:00
CHaBou
1fbc85760b
Use same hazel endpoint to notify update to Linux users ( #2497 )
...
Add a pseudo auto-updater for Linux
Fixes #2476
2017-11-29 14:26:24 +01:00
Gutierri Barboza
59273ddb2a
Add alt+F4 shortcut to close window on Windows ( #2491 )
...
Fixes #2490
2017-11-29 14:25:18 +01:00
CHaBou
d148c486f5
Load/Unload theme without restarting ( #2458 )
2017-11-29 14:22:29 +01:00
CHaBou
a59ccc3ff4
Restore v1 keymaps for tab switching ( #2485 )
2017-11-22 16:10:51 +01:00
CHaBou
1e14494ec9
Fix commands without active window ( #2473 )
2017-11-22 14:29:33 +01:00
CHaBou
1d2b7818ec
Expose ‘true colour’ support in $COLORTERM ( #2484 )
...
Further discussion here: <gist.github.com/XVilka/8346728#detection>
2017-11-22 14:29:07 +01:00
Bauke van der Laan
9bc5a004a1
Replace minus with hyphen character in keymaps ( #2467 )
2017-11-22 13:04:38 +01:00
KevinRLeC
5227486916
Adding in ability to switch release channel without restarting Hyper ( #2408 )
2017-11-22 11:34:37 +01:00
André Cruz
5d0c6355e1
Add comment in config about opacity compatibility ( #2463 )
...
Fix #2451
2017-11-16 12:41:53 +01:00
CHaBou
81709073cf
Keymaps are now updated without restarting ( #2455 )
...
* Reload keymaps without restarting
* Reattach key listeners when config have changed
2017-11-15 00:55:21 +01:00
CHaBou
319ff3bcd7
Fix devtools opening when menuItem clicked ( #2457 )
2017-11-14 21:32:43 +00:00
CHaBou
8ce71b9d88
Fix component decoration in renderer ( #2454 )
...
* Fix decorateNotification
* Fix typo
* Fix plugin decoration in renderer
2017-11-13 16:02:49 +01:00
Benjamin Staneck
54cc70e656
Update node-pty to 0.7.3 ( #2453 )
...
changelog: https://github.com/Tyriar/node-pty/releases/tag/0.7.3
2017-11-12 20:47:46 +01:00
CHaBou
c62e042535
Disable undo/redo/cut menuItems ( #2435 )
2017-11-08 22:24:56 +01:00
CHaBou
0f4c41f89a
Fix cursorShape propagation ( #2437 )
...
Fixes #2248
2017-11-08 22:24:32 +01:00
CHaBou
3a3ee013f7
Enhance plugin installation ( #2440 )
2017-11-08 22:24:15 +01:00
CHaBou
97308bd8e5
Add shell alias commands ( #2426 )
2017-11-06 20:27:25 +00:00
Leo Lamprecht
dcccd11a29
Improved context menu ( #2425 )
...
* Improved context menu
* Fixed wrong wording
* Update shell.js
2017-11-06 14:22:40 +00:00
CHaBou
2002baf39c
Protect against Reload ( #2433 )
2017-11-06 12:26:56 +00:00
CHaBou
6784d33359
Fix pining dependencies with .yarnrc ( #2430 )
...
See https://github.com/yarnpkg/yarn/pull/4471
2017-11-05 17:14:10 +00:00
Benjamin Staneck
8fc75b15ff
Unify wording and spelling in config and other places ( #2422 )
2017-11-04 23:19:02 +01:00
Leo Lamprecht
be4b2c8870
2.1.1
2017-11-04 10:12:15 +01:00
CHaBou
c827349e83
Fix copying default config at launch if needed
2017-11-04 00:42:25 +01:00
Derrick Pelletier
81c5829e1b
quickEdit support ( #2392 )
2017-11-03 23:01:21 +01:00
Leo Lamprecht
d248069b78
2.1.0
2017-11-03 22:12:19 +01:00
CHaBou
c00c10ec11
Fix Preferences menu item
2017-11-03 22:06:48 +01:00
CHaBou
ec6ecdd258
Fix contextMenu
2017-11-03 21:50:00 +01:00
Ricky Miller
62e29effbf
Add context menu ( #2001 )
2017-11-03 21:24:41 +01:00
CHaBou
2af575c3c0
Multiple keymaps and mousetrap ( #2412 )
...
* WIP
* WIP
* Wip
* Wip
* wip
* Refactor without normalize and plugin
* Replace extendKeymaps by decorateKeymaps
* WIP
* Add mousetrap
* Add first command over rpc
* More commands
* Add all commands
* Begin to hook commands
* Working multiple keymaps
* Use redux action to trigger command
* Use forked version of Mousetrap to capture key events
* Fix lint
* Add command in redux action to debug purpose
* ExecCommand from menu click
* Remove unused files
* Fix xterm should ignore catched events
* Re-enable IntelliSense checking
* Remove unused runes dep
2017-11-02 19:51:18 -07:00
Theodore Dubois
95f52e20e1
Fix typo ( #2418 )
2017-11-01 21:31:44 +00:00
Benjamin Staneck
f8bc2884b7
Update dependencies ( #2416 )
2017-11-01 14:44:43 +01:00
Kirby Walls
c2839bacc7
Move syntax error description to notification body ( #2404 )
2017-10-29 19:05:17 +01:00
Spencer Christiansen
40cb4d436d
Doc: Fix mixed-up tags in component hierarchy ( #2389 )
2017-10-25 22:20:09 +02:00
KevinRLeC
0dd18ba5b3
Removing call to undefined function on resize ( #2396 )
2017-10-25 22:10:45 +02:00
Mathew Merrick
7f804cf66c
Zoom Keymap Consistency ( #2365 )
2017-10-25 00:48:31 +02:00
Derrick Pelletier
0b57dc4158
copyOnSelect support in canary ( #2390 )
2017-10-25 00:06:46 +02:00
Derrick Pelletier
280f14e239
Pasting a copied file or dir provides full path to resource ( #2364 )
...
* Added a utility for processing clipboard data
* using paste processing utility in term component to expand filepath
* removed linux case
* moved active tab to guard so only process when active
* commenting paste event handler for clarity
2017-10-22 23:16:52 +02:00