wojciechkepka
|
d70be55f70
|
Add ability to theme primary selecition
|
3 years ago |
wojciechkepka
|
ac1e98d088
|
Add ability to theme cursor
|
3 years ago |
wojciechkepka
|
f09ccbc891
|
Update docs
|
3 years ago |
wojciechkepka
|
ed6528b9a6
|
fix: Docs, `select_line` -> `extend_line`
|
3 years ago |
Shafkath Shuhan
|
6564257a7b
|
add missing doc
|
3 years ago |
nobody
|
7896eefd73
|
add tests
|
3 years ago |
Shafkath Shuhan
|
fd98e743e8
|
Handle non-UTF8 files
|
3 years ago |
Blaž Hrastnik
|
9706f1121d
|
Fix small screen panics
|
3 years ago |
Nathan Vegdahl
|
2ff9b362fb
|
Update to Ropey v1.3.1 with needed bugfix.
|
3 years ago |
Nathan Vegdahl
|
848cc1b438
|
Fix extend_line() behavior.
It would always extend to the next line if the cursor was at the
end of the current line, even if the current line wasn't fully
selected yet.
|
3 years ago |
Nathan Vegdahl
|
481c4ba044
|
Increment char_index by grapheme char count.
It was just assuming single-char graphemes before.
|
3 years ago |
Nathan Vegdahl
|
0cbaa998ce
|
Fix flipped condition where Helix adds a line ending on open.
|
3 years ago |
Nathan Vegdahl
|
38bf9c2576
|
Missed some items in the CRLF PR.
|
3 years ago |
Blaž Hrastnik
|
9c53461429
|
fix: Select matching at the start of the doc could crash. Fixes #346
|
3 years ago |
Blaž Hrastnik
|
7511110d82
|
Fix build on master
|
3 years ago |
Joe Neeman
|
fd1ae35051
|
Make the prompt callback take a Context.
|
3 years ago |
Lionel Flandrin
|
16883e7543
|
Implement show_current_directory command
|
3 years ago |
Lionel Flandrin
|
b56174d738
|
Implement change_current_directory command
|
3 years ago |
Blaž Hrastnik
|
866b32b5d7
|
Add repology.org packaging status
|
3 years ago |
Blaž Hrastnik
|
39d59216e4
|
Fix link to good first issue
|
3 years ago |
Blaž Hrastnik
|
20f33ead67
|
minor: Remove old TODOs
|
3 years ago |
Gokul Soumya
|
e0fd08d6df
|
Rename surround to match_mode
|
3 years ago |
Gokul Soumya
|
753ed4cbc5
|
Add documentation for surround
|
3 years ago |
Gokul Soumya
|
892c80771a
|
Correctly identify pairs when cursor on pair
|
3 years ago |
Gokul Soumya
|
b00e9fc227
|
Handle line endings correctly in surround
|
3 years ago |
Gokul Soumya
|
b79b5e66f2
|
Move match_bracket to mm
|
3 years ago |
Gokul Soumya
|
86271bac18
|
Refactor and add tests for surround
|
3 years ago |
Gokul Soumya
|
4754b2e5ae
|
Add more surround pair characters
|
3 years ago |
Gokul Soumya
|
13648d28b9
|
Add surround keybinds
|
3 years ago |
Blaž Hrastnik
|
2f321b9335
|
lsp: Eagerly process notifications/server calls to avoid re-rendering
|
3 years ago |
Yusuf Bera Ertan
|
6dddd5cd1d
|
build(nix): fetch submodules lazily
|
3 years ago |
Blaž Hrastnik
|
a70de6e980
|
Merge pull request #224 from helix-editor/line_ending_detection
Line ending detection
|
3 years ago |
dependabot[bot]
|
c704970fd7
|
Bump tokio from 1.6.1 to 1.7.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.1 to 1.7.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.1...tokio-1.7.1)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
dependabot[bot]
|
05bf9edebd
|
Bump actions/upload-artifact from 2.2.3 to 2.2.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v2.2.4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Nathan Vegdahl
|
f2954fa153
|
Flesh out the line ending utility unit tests.
|
3 years ago |
Nathan Vegdahl
|
a18d50b777
|
Add command to set the document's default line ending.
|
3 years ago |
Nathan Vegdahl
|
7c4fa18764
|
Fix clippy warnings.
|
3 years ago |
Nathan Vegdahl
|
d33355650f
|
Convert remaining commands to use the document's line ending setting.
|
3 years ago |
Nathan Vegdahl
|
e436c30ed7
|
Make split_selection_on_newline command handle all line endings.
|
3 years ago |
Nathan Vegdahl
|
23d6188535
|
Update `replace` command to use document line ending setting.
|
3 years ago |
Nathan Vegdahl
|
07e28802f6
|
Add function to get the line ending of a str slice.
This is needed in some places.
|
3 years ago |
Nathan Vegdahl
|
714002048c
|
Don't need getters/setters for line_ending property.
It's plain-old-data. If we want to do fancier things later, it's
easy to switch back.
|
3 years ago |
Ivan Tham
|
9fd17d4ff5
|
Use pep 8 indentation for python
Change the default spaces of python indentation to follow pep8 which is the standard.
|
3 years ago |
Blaž Hrastnik
|
994ff4b269
|
Don't run wl-copy with --foreground
It stalls the hx process
|
3 years ago |
Wojciech Kępka
|
ee80fa8ea9
|
Cleanup spinners and messages on progress end
|
3 years ago |
wojciechkepka
|
aca9d73fe4
|
Hold `Config` in `Application`, expect at least one editor view
|
3 years ago |
wojciechkepka
|
cc357d5096
|
Add progress spinners to status line
|
3 years ago |
wojciechkepka
|
b2804b14b1
|
Add a `Spinner`
|
3 years ago |
wojciechkepka
|
618ad55dc1
|
Update docs
|
3 years ago |
wojciechkepka
|
d39a764399
|
Fix typo in feature request template
|
3 years ago |