Commit graph

  • 871f12b751 fix: 2 panics Nik Revenco 2025-03-26 14:18:37 +00:00
  • 7e9bf8a3bb feat: shift the type to the left Nik Revenco 2025-03-26 13:37:29 +00:00
  • 810ac6023e feat: update dashboard Nik Revenco 2025-03-26 13:34:20 +00:00
  • 96cd6fb908
    Merge 6784fb52db into 388a3b78e3 Montgomery Edwards⁴⁴⁸ 2025-03-26 05:56:21 +00:00
  • cacd0c1734
    Merge 8afdb30de3 into 388a3b78e3 Daniel S Poulin 2025-03-26 05:54:45 +00:00
  • f8ca75e154
    Merge 9a42117122 into 388a3b78e3 sscheele 2025-03-26 09:50:22 +04:00
  • 662560d649
    Merge 275ef79f48 into 388a3b78e3 nwf 2025-03-26 05:46:00 +00:00
  • 7143dd4850 use new mutex guard Matt Paras 2025-03-25 22:31:39 -07:00
  • 60c0882fd2 remove old document open/close events Matt Paras 2025-03-25 22:10:43 -07:00
  • 2d16a86c4c update steel submodule Matt Paras 2025-03-25 20:02:52 -07:00
  • 14316aeffc
    Merge pull request #19 from mattwparas/language-configuration Matthew Paras 2025-03-25 19:54:01 -07:00
  • 5640161e38 feat: Welcome Screen Nik Revenco 2025-03-26 02:34:53 +00:00
  • fffa86e682 merge from master Matt Paras 2025-03-25 19:48:34 -07:00
  • af3b670de6 refactor: move expression Nik Revenco 2025-03-25 21:35:45 +00:00
  • b3b1c88d27 refactor: pass the Style instead of Theme Nik Revenco 2025-03-25 21:34:06 +00:00
  • c101f37298 style: fmt Nik Revenco 2025-03-25 21:31:08 +00:00
  • 082ba4d741 refactor: match over if Nik Revenco 2025-03-25 21:27:14 +00:00
  • ab5663891c refactor: render inline blame in a separate Editor function Nik Revenco 2025-03-25 21:24:33 +00:00
  • 00d168a78d fix: funny boolean inversion Nik Revenco 2025-03-25 21:14:02 +00:00
  • a8097f1cdc perf: use Vec<T> instead of HashMap<usize, T> Nik Revenco 2025-03-25 20:02:05 +00:00
  • 22f9571687 feat: split inline-blame.behaviour into two options Nik Revenco 2025-03-25 19:01:12 +00:00
  • ed80c33ad1 style: fmt Nik Revenco 2025-03-25 18:41:52 +00:00
  • d6c067106a docs: add documentation comments Nik Revenco 2025-03-25 17:49:01 +00:00
  • 13fa575429 test: improved test syntax Nik Revenco 2025-03-25 17:31:53 +00:00
  • b0251ef715 feat: switch_to_sentence_case (` S ``) Nik Revenco 2025-03-25 16:21:40 +00:00
  • 2cc5222226 refactor: remove unused function Nik Revenco 2025-03-25 16:06:47 +00:00
  • bf788f5f00 fix: use to_{uppercase,lowercase} instead of to_ascii*variants Nik Revenco 2025-03-25 16:04:35 +00:00
  • fd83cf7870 refactor: use macro to create functional versions of case converters Nik Revenco 2025-03-25 15:56:37 +00:00
  • b9f60bdfaa fix: :left does not take an argument Nik Revenco 2025-03-25 15:35:05 +00:00
  • fd2a48bbeb Merge branch 'master' of https://github.com/helix-editor/helix Ivan 2025-03-25 16:07:15 +01:00
  • d09f7730ec feat: fix merge conflicts Nikita Revenco 2025-02-28 14:57:01 +00:00
  • f8a38a1229 fix: crash when using block comment if no block comment but yes line comment Nikita Revenco 2025-02-10 05:58:33 +00:00
  • f18a2d7c5a refactor: do not use pointless assertion Nikita Revenco 2025-02-06 15:01:41 +00:00
  • c3829c3d91 fix: call geter instead of trying to access private field Nikita Revenco 2025-02-05 18:24:01 +00:00
  • a07819b497 refactor: remove pub, use a getter instead Nikita Revenco 2025-02-05 17:32:46 +00:00
  • ec94fbdf3b refactor: collapse 2 map intoa a single map Nikita Revenco 2025-02-03 21:40:57 +00:00
  • 18aaf93da0 chore: remove Clone derive from Syntax Nikita Revenco 2025-02-03 21:10:07 +00:00
  • 4c5ceb5bed test: add test for continuing comment in injection layers Nikita Revenco 2025-02-03 21:07:53 +00:00
  • c72755437a feat: continue comment uses injected comment tokens Nikita Revenco 2025-02-03 21:05:36 +00:00
  • 5b30bfe36e fix: YAML formatting issues with injections Nikita Revenco 2025-02-03 16:07:14 +00:00
  • 4bb33459fa feat: improve presentation of tree-sitter-injections Nikita Revenco 2025-02-03 15:40:34 +00:00
  • 37f8cbed3c feat: upgrade tree-sitter-injection to show injections for entire file Nikita Revenco 2025-02-03 14:58:52 +00:00
  • 92469b431a docs: add information on tree-sitter-injection Nikita Revenco 2025-02-03 13:55:41 +00:00
  • 56dedd10a7 fix: add regex to ignored layer configs Nikita Revenco 2025-02-03 13:48:44 +00:00
  • d451077978 feat: add typable command to get injection layer for current range Nikita Revenco 2025-02-03 13:34:52 +00:00
  • 99d16170dc fix: commenting full lines Nikita Revenco 2025-02-03 13:03:28 +00:00
  • 7d53290dd2 fix: panic Nikita Revenco 2025-02-03 12:46:12 +00:00
  • e9683381b6 refactor: extract a separate toggle_comment_impl function Nikita Revenco 2025-02-02 23:09:00 +00:00
  • 093805b62c perf: get rid of a .clone() Nikita Revenco 2025-02-02 22:52:54 +00:00
  • 63fb49c1b4 chore: clean up code Nikita Revenco 2025-02-02 20:07:55 +00:00
  • 6e451fe201 chore: remove useless file Nikita Revenco 2025-02-02 19:54:17 +00:00
  • 3714fc0cee chore: remove unused imports Nikita Revenco 2025-02-02 19:49:12 +00:00
  • c22eba38d5 chore: move all comment integration tests into a separate module Nikita Revenco 2025-02-02 19:47:27 +00:00
  • ad3f9ececb chore: remove unneeded files Nikita Revenco 2025-02-02 19:45:38 +00:00
  • 570911e589 fix: many single width selections panic Nikita Revenco 2025-02-02 19:42:01 +00:00
  • ee0f22471e chore: add brainstorm thoughts Nikita Revenco 2025-02-02 19:05:56 +00:00
  • 13b52e9d97 refactor: rename variables ,use iterator methods, separate vars for added and removed chars Nikita Revenco 2025-02-02 18:39:56 +00:00
  • 7a39fb8164 refactor: rename variable Nikita Revenco 2025-02-02 18:09:57 +00:00
  • bbd7cb7bfb fix: incorrect order of index additions Nikita Revenco 2025-02-02 09:31:43 +00:00
  • 76b3e6778d chore: remove log statement Nikita Revenco 2025-02-02 03:49:39 +00:00
  • 31e2f739ee fix: panic as no ranges were inserted Nikita Revenco 2025-02-02 03:35:33 +00:00
  • 5562e7ae8e chore: add announcement file for PR Nikita Revenco 2025-02-01 22:57:50 +00:00
  • b94d3a70e7 fix: multiple selections having incorrect range and not properly accounting for comment tokens Nikita Revenco 2025-02-01 22:50:44 +00:00
  • 621dec74be test: write more tests for toggle comment, and add tests for toggle block comment Nikita Revenco 2025-02-01 21:59:41 +00:00
  • 7c24110061 feat: add integration tests for commenting through injection layers Nikita Revenco 2025-02-01 21:32:53 +00:00
  • 0a882107ed fix: restore selections when created comment Nikita Revenco 2025-02-01 21:14:35 +00:00
  • de7884c7dd test: uncomment previosly skipped tests Nikita Revenco 2025-02-01 21:00:58 +00:00
  • 371dec3774 feat: block comment toggle and single line comment toggle Nikita Revenco 2025-02-01 20:53:07 +00:00
  • 544e460ac4 feat: implement toggle comment funcitonality for multiple comment tokens Nikita Revenco 2025-02-01 20:35:45 +00:00
  • 29e0a00eb0 feat: implement toggle comment for the simplest case Nikita Revenco 2025-02-01 18:49:30 +00:00
  • d719f1572b feat: gain access to injection-specific line and block comment tokens Nikita Revenco 2025-02-01 18:17:01 +00:00
  • b10fc21169 chore: clean up code Nikita Revenco 2025-02-01 16:56:12 +00:00
  • 8fe3f90cbb feat: use FnMut Nikita Revenco 2025-02-01 16:33:54 +00:00
  • 38bede20ef feat: add new params Nikita Revenco 2025-02-01 01:07:48 +00:00
  • 70f27b390d feat: add function to get LanguageConfiguration from a LayerId Nikita Revenco 2025-01-31 21:44:17 +00:00
  • 388a3b78e3
    Avoid removing modified documents in Editor::close_document Michael Davis 2025-03-25 09:03:28 -04:00
  • b9f8226208 refactor: remove new_config from EditorConfigDidChange event Nik Revenco 2025-03-25 13:03:20 +00:00
  • d43de14807
    LSP: Avoid requesting document colors for ghost transactions Michael Davis 2025-03-25 08:52:46 -04:00
  • d34074af1b perf: do not render inline blame on invisible lines Nik Revenco 2025-03-25 12:51:47 +00:00
  • 04d1180a0c
    build(deps): bump the rust-dependencies group with 4 updates (#13190) dependabot[bot] 2025-03-25 07:40:40 -05:00
  • ac0e677fae chore: appease clippy Nik Revenco 2025-03-25 12:34:01 +00:00
  • 76a92aff2f feat: all-lines option for inline blame Nik Revenco 2025-03-25 12:25:12 +00:00
  • 7478d9e688 refactor: extract as variable Nik Revenco 2025-03-25 11:55:05 +00:00
  • f54fdef099 refactor: remove extra layer of sync Nik Revenco 2025-03-25 11:46:36 +00:00
  • b732be4693 fix: decode_rgb_highlight works on 32-bit architectures Nik Revenco 2025-03-25 10:59:18 +00:00
  • 5adb4b7413
    Allow :theme to show current theme (#13192) Nick 2025-03-25 15:13:26 +05:30
  • 40b2b8d892
    Merge branch 'highlights' into add-kcl-lang-server Ariel Richtman 2025-03-25 17:25:53 +10:00
  • fb4429f0dc Allow :theme to show current theme theteachr 2025-03-25 12:45:08 +05:30
  • 1d5477c0bc
    Update runtime/queries/kcl/highlights.scm Ariel Richtman 2025-03-25 17:14:29 +10:00
  • 25614b1dcc
    builtin type Ariel Richtman 2025-03-25 11:11:32 +10:00
  • e518d5013b
    member properties Ariel Richtman 2025-03-25 11:10:55 +10:00
  • 08afe9609b
    fix doc comments Ariel Richtman 2025-03-25 11:09:56 +10:00
  • 0f1147eeed
    granular define keyword operators Ariel Richtman 2025-03-25 11:09:22 +10:00
  • 490e964f7b
    Update runtime/queries/kcl/highlights.scm Ariel Richtman 2025-03-25 11:12:04 +10:00
  • 721048fc5e
    Update runtime/queries/kcl/highlights.scm Ariel Richtman 2025-03-25 11:02:01 +10:00
  • 26aea15555
    Update runtime/queries/kcl/highlights.scm Ariel Richtman 2025-03-25 11:01:54 +10:00
  • ec51e84174
    Update runtime/queries/kcl/highlights.scm Ariel Richtman 2025-03-25 11:01:47 +10:00
  • 351338221d
    Update runtime/queries/kcl/highlights.scm Ariel Richtman 2025-03-25 11:01:36 +10:00
  • 77335f2d76
    feat: Add default configuration for KCL language server Ariel Richtman 2025-03-21 03:57:25 +10:00
  • fdcc052ed1
    build(deps): bump the rust-dependencies group with 4 updates dependabot[bot] 2025-03-25 01:10:20 +00:00