aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/tree.rs
Commit message (Expand)AuthorAge
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* Add configuration for min width of line-numbers gutter (#4724)Doug Kelkhoff2023-01-21
* When buffer closes, focus on parent buffer (#4766)wes adams2022-11-18
* Factor out common code for focusing the next view (#4607)Michael Davis2022-11-17
* Dynamically resize line number gutter width (#3469)Doug Kelkhoff2022-11-08
* Fix cargo doc warnings, and add GitHub action to ensure it (#3650)A-Walrus2022-09-03
* Fix closing buffer with custom keymap (#3633)A-Walrus2022-09-01
* fix: Reset document mode when losing focusBlaž Hrastnik2022-08-23
* keep jump/file history when using :split (#3031)Robin2022-07-22
* add history suggest to global search (#2717)Termina942022-06-21
* Move Tree nodes on view swapRoland Kovacs2022-05-21
* Implement view swappingRoland Kovacs2022-05-21
* Implement view transpose (#2461)Roland Kovacs2022-05-20
* Make gutters configurable (#1967)Dr. David A. Kunz2022-04-16
* minor: Remove some outdated commentsBlaž Hrastnik2022-03-03
* helix-term/commands: implement buffer-close (bc, bclose) (#1035)Cole Helbling2021-11-15
* Add commands for moving between splits with a direction (#860)Oskar Nehlin2021-10-23
* Fix typoIvan Tham2021-07-20
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Use full screen sizewojciechkepka2021-06-20
* Derive debug without featureIvan Tham2021-06-10
* Implement Debug for data structure as a featurenotoria2021-06-10
* Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
* Render a separator between vertical splits.Blaž Hrastnik2021-04-08
* Fix an issue with closing nested splits.Blaž Hrastnik2021-04-08
* Correct the naming issue with vsplit and hsplit being swapped.Blaž Hrastnik2021-04-08
* clippy lintBlaž Hrastnik2021-03-31
* editor.open can now either replace the current view or open in a split.Blaž Hrastnik2021-03-24
* Derive a separate ViewId type.Blaž Hrastnik2021-03-24
* Drop refcell use, make view simply ref doc.id.Blaž Hrastnik2021-03-23
* view: Reposition cursors on tree resize.Blaž Hrastnik2021-02-26
* minorBlaž Hrastnik2021-02-22
* commands: Simplify some code, only calling cx.doc() once.Blaž Hrastnik2021-02-21
* Allow closing individual views.Blaž Hrastnik2021-02-19
* view: Disable tree.fullscreen for now to appease clippy.Blaž Hrastnik2021-02-18
* Implement vertical split calculations.Blaž Hrastnik2021-02-09
* simplify.Blaž Hrastnik2021-02-05
* Work around rendering errors for positions offscreen.Blaž Hrastnik2021-02-05
* Address clippy warnings.Blaž Hrastnik2021-02-05
* A dumb "next view" implementation that works.Blaž Hrastnik2021-02-04
* Forgot to add the tree.rs definition...Blaž Hrastnik2021-02-04