aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * build(deps): bump thiserror from 1.0.26 to 1.0.28dependabot[bot]2021-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.26 to 1.0.28. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.26...1.0.28) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
| * fix: use .cursor() instead of .headgbaranski2021-08-30
| |
| * fix: use head instead of anchor for relative linegbaranski2021-08-30
| |
| * Fix it's -> its (#676)Sven-Hendrik Haase2021-08-30
| |
| * Fix code indentation (#671)Omnikar2021-08-30
| |
| * fix: Work around crashes on LSPs that don't just emit JSON-RPCBlaž Hrastnik2021-08-29
| |
| * lsp: slightly refactor header parsing, add more loggingBlaž Hrastnik2021-08-29
| |
* | compat: change lldb to lldb-vscodeDmitry Sharshakov2021-08-30
| | | | | | | | This should be preferred ID, although now lldb-vscode works with any
* | dap: Stop comparing file paths per line numberBlaž Hrastnik2021-08-30
| |
* | dap: refactor frame handlingBlaž Hrastnik2021-08-30
| |
* | dap: Remap keys, match current thread behavior from dap-mode, switch-threadBlaž Hrastnik2021-08-29
| |
* | dap: better yet, use Selection::single..Blaž Hrastnik2021-08-29
| |
* | dap: use smallvec! macroBlaž Hrastnik2021-08-29
| |
* | dap: continued: THis check is already done before the match statementBlaž Hrastnik2021-08-29
| |
* | dap: extract dap_pos_to_posBlaž Hrastnik2021-08-29
| |
* | Extract dap commands into a separate fileBlaž Hrastnik2021-08-29
| |
* | Rename dap_in/_out to dap_step_in/_outBlaž Hrastnik2021-08-29
| |
* | helix-core doesn't need to import serde_jsonBlaž Hrastnik2021-08-29
| |
* | More advanced completionsDmitry Sharshakov2021-08-29
| |
* | Defaults in completions, better schemaDmitry Sharshakov2021-08-29
| |
* | Add extra annotations to completionsDmitry Sharshakov2021-08-29
| |
* | better completionDmitry Sharshakov2021-08-29
| |
* | Support multiple arguments for debug configsDmitry Sharshakov2021-08-29
| |
* | wip: refactor parameters in UI startDmitry Sharshakov2021-08-29
| |
* | Fix lintsDmitry Sharshakov2021-08-28
| |
* | Customized completion for template parametersDmitry Sharshakov2021-08-28
| |
* | Add filename autocomplete to template argsDmitry Sharshakov2021-08-28
| |
* | Merge remote-tracking branch 'origin/master' into debugDmitry Sharshakov2021-08-28
|\|
| * Add ui.menu text style (#664)CossonLeo2021-08-28
| | | | | | | | | | | | | | | | | | * add menu text style * add ui.menu.text ui.info ui.info.text to book * change ui.menu.text to ui.menu * fix book's ui.menu
| * Add zig tree-sitter support (#631)voroskoi2021-08-28
| | | | | | | | | | | | | | * Add initial zig tree-sitter support * zig/highlights.scm: remove unnecessary queries * Add zig/indents.toml
| * ui: prompt: Fix typing with altBlaž Hrastnik2021-08-27
| |
| * Fix missing backtick in `keymap.md`Omnikar2021-08-27
| |
| * Add `Command` column to keymap documentation (#662)Omnikar2021-08-27
| |
| * Make `v` in select mode switch back to normal mode (#660)Omnikar2021-08-27
| | | | | | | | | | * Make `v` in select mode switch back to normal mode * Move select mode toggle to keymap instead of command
| * remove unsafeBrian Shu2021-08-27
| |
| * fix: show current line number even if relative line is on (#656)Grzegorz Baranski2021-08-26
| |
| * Show hidden files in filename completer (#648)Stuart Hinson2021-08-26
| | | | | | also removes unnecessary clone
| * feat: merge default languages.toml with user provided languages.toml, add a ↵Yusuf Bera Ertan2021-08-26
| | | | | | | | | | | | | | | | | | | | | | generic TOML value merge function (#654) * feat: merge default languages.toml with user provided languages.toml * refactor: use catch-all to override all other values for merge toml * tests: add a test case for merging languages configs * refactor: change test module name
| * Change vsp to vs (#647)Ivan Tham2021-08-26
| | | | | | Follow up on #639 to match vim behavior
| * Fix tests broken by the State changeBlaž Hrastnik2021-08-26
| |
| * fix: KeyEvent::char needs to ignore modifiersBlaž Hrastnik2021-08-26
| | | | | | | | Fixes #595
| * Reduce State use a bit furtherBlaž Hrastnik2021-08-26
| | | | | | | | This is a legacy type that should be fully removed.
* | New way of starting debug sessionsDmitry Sharshakov2021-08-28
| |
* | Don't let picker be too narrowDmitry Sharshakov2021-08-28
| |
* | Paginated variablesDmitry Sharshakov2021-08-28
| |
* | Print errors occurred in debug commandsDmitry Sharshakov2021-08-25
| |
* | Fix testsDmitry Sharshakov2021-08-25
| |
* | Merge remote-tracking branch 'origin/master' into debugDmitry Sharshakov2021-08-25
|\|
| * Add Monokai theme (#628)Kirawi2021-08-25
| | | | | | | | | | | | | | * init * update * cleanup
| * Move path util functions from helix-term to helix-core (#650)Kirawi2021-08-25
| |