Michael Davis
b0129b552d
Fix style overwriting in table rows with multiple cells ( #7281 )
2023-06-08 13:28:26 +09:00
mWalrus
e72be52996
Truncate paths in the file picker ( #6410 )
2023-03-31 15:19:17 +09:00
Gokul Soumya
5c7db7aed5
Replace menu::Item::{row, label} with format()
2023-01-18 14:19:32 +09:00
Gokul Soumya
b2837ff3be
Minimize allocation when converting table rows to string
2023-01-18 14:19:32 +09:00
Gokul Soumya
7a76c6cbba
Use upstream implementation of table column calculation
...
Changed in a68e38e59e
.
2023-01-18 14:19:32 +09:00
Gokul Soumya
9aafcb2b9a
Reuse table in picker
2023-01-18 14:19:32 +09:00
Blaž Hrastnik
c2c1280f02
Resolve a bunch of upcoming clippy lints
2022-11-04 21:06:28 +09:00
chunghha
3a398eec56
fix typos ( #2304 )
2022-04-27 14:21:20 -05:00
Blaž Hrastnik
34f46e7502
Bump rust to 1.57, fix new lint failures
2021-12-03 12:48:07 +09:00
Blaž Hrastnik
5292fe0f7d
Calculate completion popup sizing
...
Fixes #220
2021-07-19 11:29:51 +09:00
Ivan Tham
9effe71b7d
Apply suggestions from blaz for infobox
2021-07-04 18:01:59 +09:00
Blaž Hrastnik
cad14c6b46
Address nightly clippy warnings
2021-06-27 13:27:47 +09:00
Keith Simmons
4418e17547
reverse the dependency between helix-tui and helix-view ( #366 )
...
* reverse the dependency between helix-tui and helix-view by moving a fiew types to view
* fix tests
* clippy and format fixes
Co-authored-by: Keith Simmons <keithsim@microsoft.com>
2021-06-25 12:58:15 +09:00
Blaž Hrastnik
b114cfa119
Display more data in completion popups.
2021-05-22 17:33:42 +09:00
Blaž Hrastnik
35606a3daa
Inline tui as helix-tui fork.
...
We only rely on some of the rendering primitives and implement our
Cursive-style compositor on top.
2021-05-09 17:52:55 +09:00