aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/mod.rs
Commit message (Expand)AuthorAge
* fix: Recalculate completion when going through prompt history (#3193)Frojdholm2022-08-31
* completion: remove_follow links on filename_implBlaž Hrastnik2022-08-30
* remove duplicate entries from theme picker (#3439)ChrHorn2022-08-15
* Add completion for nested settings (#3183)A-Walrus2022-08-06
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* support prefilling prompt (#2459)Bob2022-07-18
* Customizable/configurable status line (#2434)Mr. E2022-07-18
* Add live preview to theme picker (#1798)Joe2022-07-05
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* Sort themes, language & files by score & then name (#2675)Michael Jones2022-07-01
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* Remove a couple more unwrapsBlaž Hrastnik2022-06-21
* Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
* Better handling of symlinks (#2718)Roland Kovacs2022-06-15
* prompt: If submitting empty prompt, use default (last used)Blaž Hrastnik2022-06-06
* Add runtime language configuration (#1794) (#1866)Roland Kovacs2022-04-05
* Remove more push_layer callsBlaž Hrastnik2022-03-28
* Make regex_prompt directly call cx.push_layerBlaž Hrastnik2022-03-28
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* Use `^` and `$` to match the beginning and end of a line when searching (#1790)nibon72022-03-12
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* Picker performance improvementsBlaž Hrastnik2022-03-03
* Add jumplist support for the search (closes #1625) (#1718)Philipp Mildenberger2022-03-01
* Minor cleanup of file picker file gathering logic (#1683)Daniel S Poulin2022-03-01
* Always ignore the .git directory in file picker (#1604)Daniel S Poulin2022-02-20
* Extract a helper function for lsp::LocationBlaž Hrastnik2022-02-18
* Manually recalculate initial completion where it mattersBlaž Hrastnik2022-02-17
* Pass through Editor instead of ContextBlaž Hrastnik2022-02-17
* helix-term: implement buffer completerCole Helbling2022-02-17
* Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcut...Ludwig Stecher2022-02-15
* use PathBuf::to_string_lossy() instead of to_str() (#1655)Kirawi2022-02-15
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|\
| * feat(editor): add config for search wrap_around (#1516)Matouš Dzivjak2022-02-10
| * Render code actions as a menu, allow adding padding to popupBlaž Hrastnik2022-01-31
| * fix: Use std::path::MAIN_SEPARATOR to determine completionBlaž Hrastnik2022-01-06
| * Revert "Convert Windows style path separator in completers to Unix style (#13...Blaž Hrastnik2022-01-05
| * Convert Windows style path separator in completers to Unix style (#1389)ath32021-12-29
| * Update settings at runtime (#798)Tamo2021-12-26
| * Load alt default theme if true color is not supportedOmnikar2021-12-13
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-30
|\|
| * File picker config (#988)Dan Nases Sha2021-11-20
* | dap: Remove the prompt line parameter, use insert_str insteadBlaž Hrastnik2021-11-22
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-21
|\|
| * Restore screen position when abort search (#1047)Ivan Tham2021-11-10
* | Make picker take the whole context, not just editorBlaž Hrastnik2021-11-07
* | Merge branch 'master' into debugBlaž Hrastnik2021-11-06
|\|
| * Add c-s to pick word under doc cursor to prompt line & search completion (#831)CossonLeo2021-11-04
| * First stab at ignoring compressed files from picker (#767)Daniel S Poulin2021-10-22
* | Merge branch 'master' into debugDmitry Sharshakov2021-09-25
|\|
| * Initial implementation of global search (#651)Leoi Hung Kin2021-09-21