aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
Commit message (Expand)AuthorAge
* Fix backwards selection duplication widening bug (#2945)A-Walrus2022-07-04
* Highlight whole row in picker menus (#2939)ChrHorn2022-07-02
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* Sort themes, language & files by score & then name (#2675)Michael Jones2022-07-01
* adds --vsplit and --hsplit arguments (#2773)plexom2022-07-01
* Add new key bindings to view mode (#2803)Benjamin Rich2022-07-01
* Fix backwards character deletion on other whitespaces (#2855)Sora2022-07-01
* Add mode specific styles (#2676)Mathspy2022-06-30
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* fixes background reset (#2900)Seth Bromberger2022-06-28
* Fix recursive macro crash and empty macro lockout (#2902)PabloMansanet2022-06-28
* Refactor handling of mouse events (#2893)Gokul Soumya2022-06-27
* feat: highlight / select symbol under cursor using LSP textDocument/documentH...lazytanuki2022-06-27
* Only draw cursorline in the currently focused bufferBlaž Hrastnik2022-06-27
* Implement cursorline (#2170)Tobias Menzi2022-06-27
* Right align scrollbar with track in completion popup (#2754)Gokul Soumya2022-06-27
* Add single width left margin for completion popup (#2728)Gokul Soumya2022-06-26
* fixes showing the last prompt on empty input (#2870)Saber Haj Rabiee2022-06-24
* check selection's visible width when copying on mouse click (#2711)Michael Davis2022-06-24
* Redetect indent and line endings after language server replaces documents (#2...farwyler2022-06-24
* fixes #2856 by resetting style on diagnostic (#2861)Seth Bromberger2022-06-22
* Fix scrollbar length proportional to total menu items (#2860)Gokul Soumya2022-06-22
* Remove a couple more unwrapsBlaž Hrastnik2022-06-21
* Merge pull request #2359 from dead10ck/test-harnessBlaž Hrastnik2022-06-21
|\
| * Merge branch 'master' into test-harnessBlaž Hrastnik2022-06-21
| |\
| * | factor new Application with file arg to functionSkyler Hawthorne2022-06-19
| * | fix(command): write-quit: do not quit if write failsSkyler Hawthorne2022-06-19
| * | consolidate idle timer logic, make conditionalSkyler Hawthorne2022-06-19
| * | don't read from stdin for integration testsSkyler Hawthorne2022-06-19
| * | use env var for integration test log levelSkyler Hawthorne2022-06-19
| * | use test terminal backend for integration testsSkyler Hawthorne2022-06-19
| * | Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
| * | use idle timer instead of fixed timeoutSkyler Hawthorne2022-06-19
| * | use main application event loopSkyler Hawthorne2022-06-19
| * | reorganize tests into groupsSkyler Hawthorne2022-06-19
| * | Fix initial selection of Document in new viewSkyler Hawthorne2022-06-19
| * | improve test harnessSkyler Hawthorne2022-06-19
| * | Integration testing harnessBlaž Hrastnik2022-06-19
| * | Simplify handle_terminal_events signatureBlaž Hrastnik2022-06-19
| * | move config parsing back into mainSkyler Hawthorne2022-06-19
* | | add history suggest to global search (#2717)Termina942022-06-21
* | | Refactor Margin for fine grained control (#2727)Gokul Soumya2022-06-21
* | | Enable shellwords for Windows (with escaping disabled) (#2767)ath32022-06-21
* | | Format keys identically in statusline and command palette (#2790)Gokul Soumya2022-06-21
* | | Make indent guides configurableGokul Soumya2022-06-21
* | | Add indent guides supportGokul Soumya2022-06-21
| |/ |/|
* | feat: make `move_vertically` aware of tabs and wide characters (#2620)Matthew Toohey2022-06-21
* | Default rulers color to red (#2669)Mathspy2022-06-21
* | text-objects: add test capture & elixir queriesConnor Lay (Clay)2022-06-21
* | mouse selection now uses character indexing (#2839)Mathis Brossier2022-06-20