index
:
helix-ext
dependabot/cargo/rust-dependencies-1a67a7dde4
gh-pages
master
patches
v23.10.2
[contrib] fork of the helix editor, with various inactive and rejected patches applied
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helix-view
/
src
/
document.rs
Commit message (
Expand
)
Author
Age
*
Improved file reload error message (#6274)
Santiago Vrancovich
2023-03-14
*
Feat: LSP Type Hints (#5934)
Poliorcetics
2023-03-11
*
Add a version-control statusline element (#5682)
Dimitar Gyurov
2023-03-10
*
store multiple snapshots on the document at once
Pascal Kuthe
2023-03-09
*
save selection before completion savepoint
Pascal Kuthe
2023-03-09
*
Softwrapping improvements (#5893)
Clément Delafargue
2023-03-08
*
feat: show current language when no argument is provided (#5895)
Guillaume
2023-02-16
*
Replace incorrect usages of tab_width with indent_width. (#5918)
Triton171
2023-02-16
*
Fix new clippy lints (#5892)
Pascal Kuthe
2023-02-09
*
Check for external file modifications when writing (#5805)
Clément Delafargue
2023-02-08
*
rework positioning/rendering and enable softwrap/virtual text (#5420)
Pascal Kuthe
2023-01-31
*
Remove apply_transaction helper (#5598)
Ivan Tham
2023-01-21
*
Show (git) diff signs in gutter (#3890)
Pascal Kuthe
2022-12-01
*
Call View::apply within Document::append_changes_to_history
Michael Davis
2022-11-29
*
Sync changes with view in undo/redo/earlier/later
Michael Davis
2022-11-29
*
Remove calls to View::apply in undo/redo/earlier/later
Michael Davis
2022-11-29
*
Revert "Don't apply transactions to Views in undo/redo"
Michael Davis
2022-11-29
*
Don't apply transactions to Views in undo/redo
Michael Davis
2022-11-24
*
core: Move state into the history module
Blaž Hrastnik
2022-11-08
*
cargo fmt
Blaž Hrastnik
2022-10-21
*
simplify encoding test macro (#4385)
Kirawi
2022-10-21
*
chore(view): remove indent_unit helper fn (#4389)
Matouš Dzivjak
2022-10-20
*
doc.close() now unused
Blaž Hrastnik
2022-10-19
*
Use a single save_queue on the editor
Blaž Hrastnik
2022-10-19
*
review comments
Skyler Hawthorne
2022-10-19
*
remove Document::format_and_save
Skyler Hawthorne
2022-10-19
*
fix write scratch buffer to file
Skyler Hawthorne
2022-10-19
*
Save text in document saved events, use in status message
Skyler Hawthorne
2022-10-19
*
Rename doc save event names to past tense
Skyler Hawthorne
2022-10-19
*
fix erroneous write sender close
Skyler Hawthorne
2022-10-19
*
fix modified status with auto format
Skyler Hawthorne
2022-10-19
*
improve reliability of shutdown
Skyler Hawthorne
2022-10-19
*
fix buffer-close
Skyler Hawthorne
2022-10-19
*
fix(write): do not set new path on document until write succeeds
Skyler Hawthorne
2022-10-19
*
fix: buffer-close ensuring writes
Skyler Hawthorne
2022-10-19
*
chore(write): serialize write operations within a Document
Skyler Hawthorne
2022-10-19
*
Apply transactions to the jumplist for undo/redo (#4227)
Michael Davis
2022-10-12
*
Add a helper function for applying transactions
Michael Davis
2022-10-11
*
Apply transactions to Views
Michael Davis
2022-10-11
*
Change focus to modified docs on quit (#3872)
A-Walrus
2022-10-03
*
Re-sort diagnostics after transaction transform (#3895)
Michael Davis
2022-09-20
*
Switch to Result for invalid language
A-Walrus
2022-09-10
*
Add error handling to set language command
A-Walrus
2022-09-10
*
Handle formatter errors, and save anyway (#3684)
A-Walrus
2022-09-07
*
Look for the external formatter before invoking it (#3670)
Michael Davis
2022-09-04
*
Make mode editor-wide rather than per-document
Blaž Hrastnik
2022-09-01
*
Fix process spawning error handling (#3349)
PiergiorgioZagaria
2022-08-30
*
Derive Document language name from languages.toml name key (#3338)
Michael Davis
2022-08-30
*
Fix comment (#3334)
Kyle L. Davis
2022-08-06
*
Change default formatter for any language (#2942)
PiergiorgioZagaria
2022-08-04
[next]