aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/comment.rs
Commit message (Expand)AuthorAge
* toggling of block comments (#4718)Gabriel Dinner-David2024-02-27
* Prevent a panic when uncommenting a line with only a comment token (#5933)Mike Trinkala2023-02-12
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* core: Move state into the history moduleBlaž Hrastnik2022-11-08
* Fix toggle_comments command on multiple selections (#1882)Danilo Spinella2022-04-05
* Specify capacity on toggle_line_commentsBlaž Hrastnik2021-11-06
* Document more of helix-core (#904)Kirawi2021-10-25
* Fixes for new clippy lints in Rust 1.54.Nathan Vegdahl2021-07-29
* Merge branch 'master' into great_line_ending_and_cursor_range_cleanupNathan Vegdahl2021-07-26
|\
| * Determine whether to use a margin of 0 or 1 when uncommenting (#476)Omnikar2021-07-26
* | Fix comment toggle command also sometimes toggling the next line.Nathan Vegdahl2021-07-20
|/
* Made toggle_comments language dependent (#463)Cor Peters2021-07-18
* fix: crash with ctrl-c on empty fileBlaž Hrastnik2021-06-23
* Cleanup find_first_non_whitespace_char funcsWojciech Kępka2021-06-08
* Fully drop State references.Blaž Hrastnik2021-03-31
* clippy lintBlaž Hrastnik2021-03-24
* Implement iter() and len() directly on Selection.Blaž Hrastnik2021-03-19
* Remove State from a few more signatures.Blaž Hrastnik2021-03-18
* Make Transaction::change only rely on the rope.Blaž Hrastnik2021-03-18
* commands: Wire up toggle comments as ctrl-cBlaž Hrastnik2021-02-19
* core: Implement comment toggling module.Blaž Hrastnik2021-02-18