Jakub Panek
|
e189ead0c1
|
fix: upgrade pulldown-cmark (#3156)
|
2024-04-11 10:19:08 +02:00 |
dependabot[bot]
|
10f12074f7
|
chore(deps): bump open from 5.0.1 to 5.1.2
Bumps [open](https://github.com/Byron/open-rs) from 5.0.1 to 5.1.2.
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](https://github.com/Byron/open-rs/compare/v5.0.1...v5.1.2)
---
updated-dependencies:
- dependency-name: open
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-11 07:17:05 +00:00 |
Jakub Panek
|
cbf4c78a98
|
fix: upgrade nucleo, remove unused futures dependency (#3155)
|
2024-04-11 08:50:47 +02:00 |
Jakub Panek
|
2dca24cbdc
|
fix: remove unused tokio dependency (#3153)
|
2024-04-10 21:00:35 +02:00 |
Dongdong Zhou
|
3efd11a8ae
|
fix terminal bg drawing (#3152)
|
2024-04-09 22:16:44 +01:00 |
Jakub Panek
|
cb968ab523
|
fix: make keymap failure warn level
|
2024-04-05 09:16:04 +02:00 |
Jakub Panek
|
f64ed5bd86
|
fix: use trace level for keypress
|
2024-04-05 09:14:22 +02:00 |
Dongdong Zhou
|
f9742f9e0f
|
no modal for local doc
|
2024-04-02 22:11:50 +01:00 |
Dongdong Zhou
|
d66b3c7cff
|
create editor modal from config
|
2024-04-02 21:54:19 +01:00 |
Dongdong Zhou
|
e8e0d4e0c2
|
treat altgr as modifier (#3143)
|
2024-04-01 21:11:49 +01:00 |
MinusGix
|
2202343cdc
|
Fix terminal default profile saving incorrectly (#3142)
|
2024-04-01 05:34:42 +02:00 |
MinusGix
|
cfc88c434b
|
Update floem (#3134)
|
2024-04-01 00:49:20 +02:00 |
Long0x0
|
8507ad9eb5
|
fix settings page navigation issue (#3130)
|
2024-03-30 15:17:47 +01:00 |
MinusGix
|
350aa48b6f
|
Update floem (#3128)
|
2024-03-29 22:03:42 +00:00 |
MinusGix
|
40e1631b1d
|
Fix theme fallback (#3127)
|
2024-03-29 20:39:25 +00:00 |
Dongdong Zhou
|
0f9090640b
|
special keymap parsing for +
|
2024-03-29 14:46:04 +00:00 |
Philippe Cholet
|
6c68a01761
|
Two small `itertools` simplifications (#3126)
|
2024-03-29 13:25:08 +01:00 |
dependabot[bot]
|
cf81aaad3c
|
chore(deps): bump futures from 0.3.28 to 0.3.30
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.30.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.28...0.3.30)
---
updated-dependencies:
- dependency-name: futures
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-28 21:51:52 +00:00 |
Dongdong Zhou
|
39ef70df34
|
import KeyEventExtModifierSupplement from floem
|
2024-03-28 21:48:35 +00:00 |
Dongdong Zhou
|
cb8b8b9728
|
Click icon event propagation (#3124)
* swap sled to plain text file for db
* add no click icon
|
2024-03-28 21:43:35 +00:00 |
Dongdong Zhou
|
bfa61fd2e2
|
swap sled to plain text file for db (#3123)
|
2024-03-28 21:35:48 +00:00 |
MinusGix
|
571485f1a6
|
Update floem for editor styling (#3122)
|
2024-03-28 21:12:40 +00:00 |
Jakub Panek
|
9cd3bcc611
|
fix: dont panic on missing colour
|
2024-03-28 13:41:33 +01:00 |
Dongdong Zhou
|
3ac55f9508
|
Keyboard (#3119)
* return error if can't deserialize json
* in progress
* clean up
* clippy fix
|
2024-03-27 22:54:57 +00:00 |
MinusGix
|
aabb7f27f2
|
Editors struct (#3118)
* Use Editors struct to cleanup usage
* Add editors to Editors appropriately
|
2024-03-27 22:40:30 +00:00 |
Jakub Panek
|
b99a208471
|
fix: add remote disconnect button
|
2024-03-27 01:03:35 +01:00 |
Dongdong Zhou
|
823651e7dd
|
bump alacritty_terminal
|
2024-03-26 22:42:39 +00:00 |
Dongdong Zhou
|
b3aa8aefa6
|
don't exit stdio rpc if msg wrong format
|
2024-03-26 22:42:26 +00:00 |
Dongdong Zhou
|
80ccc709df
|
Downgrade config to 0.13.4
Syntax colors are affected by this bug
https://github.com/mehcode/config-rs/issues/531
where enumMember is lowercased when
parsing the config
|
2024-03-26 21:24:53 +00:00 |
Dongdong Zhou
|
14dd01bd2a
|
Add scroll command to the internal commands
|
2024-03-26 21:24:53 +00:00 |
Dongdong Zhou
|
cf1a33398a
|
editor copy include more information
|
2024-03-26 21:24:53 +00:00 |
Jakub Panek
|
6a02307208
|
fix: add event propagation to certain buttons (#3115)
|
2024-03-26 18:34:39 +01:00 |
jmhuang
|
716125ddb6
|
new function of terminal: double left-click to select the text, then right-click to copy (#3106)
|
2024-03-25 14:12:03 +00:00 |
Jakub Panek
|
ed098beac2
|
fix: improve observability for plugins (#3104)
|
2024-03-25 13:49:34 +01:00 |
Jakub Panek
|
3873b88b10
|
fix: bump config (#3103)
|
2024-03-25 10:45:26 +01:00 |
jmhuang
|
f2b49fda2f
|
add selection function for terminal (#3105)
|
2024-03-25 09:32:05 +00:00 |
Jakub Panek
|
6ca7df9e91
|
fix: bump dependencies, remove indexmap/parking_lot duplicates (#3101)
|
2024-03-25 08:55:45 +00:00 |
MinusGix
|
987bfb8b28
|
Update floem (#3099)
|
2024-03-24 18:52:33 +00:00 |
MinusGix
|
19cdabc84b
|
Add text color if file is changed according to source control (#3096)
|
2024-03-24 18:52:18 +00:00 |
MinusGix
|
d8dc78c7f2
|
Add setting to toggle open editors section (#3095)
|
2024-03-24 17:57:06 +00:00 |
Jakub Panek
|
51a56ac085
|
style: format Cargo manifests (#3092)
|
2024-03-24 17:56:31 +00:00 |
Jakub Panek
|
18e63a6345
|
fix: switch back to async-std for rfd
|
2024-03-22 13:49:58 +01:00 |
Long0x0
|
1024a98506
|
fix panel resizing bug (#3089)
* fix panel resizing bug
Issue #2832.
* Revert "fix panel resizing bug"
This reverts commit 6111696814 .
* fix panel resizing bug
Issue #2832.
---------
Co-authored-by: long <gmchenlong@gmail.com>
|
2024-03-22 08:50:39 +00:00 |
Jakub Panek
|
16e0775297
|
fix: update msrv (#3013)
|
2024-03-21 16:52:41 +01:00 |
Jakub Panek
|
30cb9f58dd
|
fix(clippy): fix new clippy lints (#3090)
|
2024-03-21 16:51:51 +01:00 |
jmhuang
|
d7092d775a
|
add underline for hyperlink (#3087)
* add underline for hyperlink
* update according to clippy
|
2024-03-20 22:38:47 +00:00 |
jmhuang
|
900591b774
|
preliminary implement: Jump from terminal prompt to the corresponding… (#3084)
* preliminary implement: Jump from terminal prompt to the corresponding file location.
* allow "too_many_arguments"
* optimized code
|
2024-03-19 21:12:15 +00:00 |
MinusGix
|
f4a89ead78
|
Foldable panel sections (#3086)
|
2024-03-19 08:38:53 +00:00 |
MinusGix
|
b9d21e6003
|
Simplify settings (#3082)
|
2024-03-17 21:05:26 +00:00 |
MinusGix
|
a7b76414e4
|
Add plugin-path for loading plugin(s) from specific folder(s) (#3076)
|
2024-03-17 19:10:21 +00:00 |