aboutsummaryrefslogtreecommitdiff
path: root/helix-view
Commit message (Expand)AuthorAge
* Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
* Fix panic when buffer larger than terminal widthRowan Herbert2021-06-02
* Separate document history into CellIvan Tham2021-06-02
* Allow setting a filepath on :writeBlaž Hrastnik2021-06-01
* Format document on saveBlaž Hrastnik2021-05-29
* Address clippy lint.Blaž Hrastnik2021-05-17
* If switching to a previously open buffer in the same view, keep it's old offsetBlaž Hrastnik2021-05-17
* Hacky way to specify indent scopes per language via toml configs.Blaž Hrastnik2021-05-14
* Add the LICENSE file.Blaž Hrastnik2021-05-10
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09
* Only send the document close event if we're closing the underlying bufferBlaž Hrastnik2021-05-07
* View::new is infallible, so is editor.switch/new_file.Blaž Hrastnik2021-05-07
* Allow switching views back to scratch buffers.Blaž Hrastnik2021-05-07
* Canonicalize the path on open to avoid duplicates.Blaž Hrastnik2021-05-07
* Add the :new command, don't crash if saving without filename.Blaž Hrastnik2021-05-07
* clippy lintBlaž Hrastnik2021-05-06
* Start moving more LSP calls into callbacks/futures without capturing selfBlaž Hrastnik2021-05-06
* Eliminate a few more futures dependencies.Blaž Hrastnik2021-05-06
* Tokio migration.Blaž Hrastnik2021-05-06
* Closer to a full flake build via naersk.Blaž Hrastnik2021-05-03
* doc: Note about diagnostic mapping.Blaž Hrastnik2021-05-03
* doc: Be smarter about calculating modified status.Blaž Hrastnik2021-05-03
* Fix the last line calculation inside ensure_cursor_in_viewBlaž Hrastnik2021-04-14
* lsp: support both utf-8 and utf-16 offsets.Blaž Hrastnik2021-04-14
* Adjust scroll() to match kakoune: only scroll the view if cursor in bounds.Blaž Hrastnik2021-04-14
* Horizontal scrolling! It only took a year to get around to it.Blaž Hrastnik2021-04-09
* 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
* Load config files from ~/.config/helix, fallback to defaults.Blaž Hrastnik2021-04-07
* Allow starting hx without a file. A new blank file will be created.Blaž Hrastnik2021-04-06
* Always update selection: Empty transactions can still change selections.Blaž Hrastnik2021-04-06
* Simplify code by providin cx.current() = (view, doc).Blaž Hrastnik2021-04-01
* clippy lintBlaž Hrastnik2021-03-31
* Drop doc.state. Use doc.text + doc.selections.Blaž Hrastnik2021-03-31
* Weave through view_id references so that views into one file have independent...Blaž Hrastnik2021-03-31
* Fully drop State references.Blaž Hrastnik2021-03-31
* Track document modified state.Blaž Hrastnik2021-03-30
* Store intra-files jumps (goto) on the jumplist.Blaž Hrastnik2021-03-29
* view: document.rs cleanupBlaž Hrastnik2021-03-29
* Replace Mode::Goto with just using on_next_key.Blaž Hrastnik2021-03-29
* Clippy lintBlaž Hrastnik2021-03-25
* Load theme from toml file.Blaž Hrastnik2021-03-25
* Add the machinery to load syntax config from TOML.Blaž Hrastnik2021-03-25
* Trivial jumplist implementation.Blaž Hrastnik2021-03-24
* Reset first_line when changing files.Blaž Hrastnik2021-03-24
* 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
* Store Document on the Editor type, make View reference it.Blaž Hrastnik2021-03-22