Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/helix-editor/helix

A post-modern modal text editor.
https://github.com/helix-editor/helix

Fetch stack traces for all threads when debugger sets all_thread_stopped flag

c9cd06e90400969285eb8ecbb4cfb7abeeef59ca authored over 3 years ago
Clean up import

bdd636d8ee415d2cf40df9794ad40d27fc1c1432 authored over 3 years ago
Fix escape not exiting insert mode (#712)

Regression due to #635 where escape key in insert mode
would not exit normal mode. This happene...

6e21a748b87a4eb9381ea0d24117711c5b547ab1 authored over 3 years ago
Remove redundant fetching of stack traces

9b8c5bdade72062329a536a1c956de68ad9eccd2 authored over 3 years ago
Make conditional logpoints underlined

0add0c563903356280af8e82aefa687c2c626ebe authored over 3 years ago
Normalize line in picker preview to avoid crash

2d35b7b99cc903bc254e9e98979b7638c16d0e7a authored over 3 years ago
Support thread previews

b6c58ea23e5970aef0247c5f3f05970de52a758f authored over 3 years ago
Keybinding for editing log

bb26c589b4bf6aa30b0d14c3c5ee0d3dc6af0ca8 authored over 3 years ago
different display for conditional logpoints

0e1e4edc5ee987f8037d6e73d6da2196773dc234 authored over 3 years ago
Mouse command for editing logpoint

8a609047c3e0d9586038b04cebb288d62db57a18 authored over 3 years ago
Drop old commands

TODO: edit logpoints with a keybinding and mouse

7bdead5b4b79ca81b645eb488a979d85b668f185 authored over 3 years ago
Support editing breakpoint condition with right click

3b0ec750ff7348c60a60164ca54237c5b4acd694 authored over 3 years ago
Add a sticky mode for keymaps (#635)

183dcce992d7c5b2065a93c5835d61e8ee4e9f05 authored over 3 years ago
Document macros (#693)

* add docs

* clean up

* remove

* more

* Update helix-view/src/macros.rs

Co-author...

99a753a5797d38885560e9026b86952615032556 authored over 3 years ago
fix: Merge default palette with user palette

e4e93e176ceca39a834abf7e67bf9bfaa34d886d authored over 3 years ago
feat: Default theme palette using 16 terminal colors

e40e6db2271b9568352b7477ed8b9f9895881cf9 authored over 3 years ago
Refactor {move,extend}_char_* commands

ea2b4c687d4ee360cc8cbdbd6cf1c1cb2728a23d authored over 3 years ago
Refactor switch_case commands

95cd2c645b853b8b31792a5f97a144676198927f authored over 3 years ago
Refactor {move,extend}_word_* commands

33ce8779fd43ae330fb21c698e0ce117ae40abc4 authored over 3 years ago
Add command for editing breakpoint condition

1befbd076c0d182d7b6d9a6198054551d5ba34da authored over 3 years ago
refactor breakpoint edit

e36fc57fff8b7e13a8a7eec9eb5b188efc44371d authored over 3 years ago
Support setting breakpoints with mouse

698583c24124e9d01db7095259511bf6a8cf547e authored over 3 years ago
examples: ensure target stopped by waiting for enter from user

df0ea6674ad1cbcbe8ceffded427d1d8c57951c8 authored over 3 years ago
Add commands that extends to long words (#706)

07fe4a6a40b4a3e3dd45a8e9f7e7c20a2124bd73 authored over 3 years ago
Fix crash when trying to select (view) threads when debuggee is running

430c80ff2a09adf554e16052d9f478fdd49535b0 authored over 3 years ago
jump to selected stack frame

c6186ce6004449846cbdd5d343c8682a9026feb4 authored over 3 years ago
mark thread as running when resumed

cb31d20b46141558db886be3ad8efc76ba0c098f authored over 3 years ago
show thread states in thread picker

9a1916ebfd9d90d3a75207334caf0fe85f305441 authored over 3 years ago
Don't show thread picker for single-threaded targets

00cccdc62aac16c3b7cbf42b7b2dd8dfebb45563 authored over 3 years ago
Fix clippy warnings

9939dbf119f5f7820b914785a3550a745d4dbcf2 authored over 3 years ago
compat: make thread IDs signed

Delve needs it

cf7237d0b920eeb7d887c192bc46c44990cc9b68 authored over 3 years ago
dap: Allow switching between stack frames

c63ad60c31cb51481b227c1d610d3eb7b2f95529 authored over 3 years ago
dap: Allow setting breakpoints before starting the adapter

b997d2cdeb3abd62fdd3c809a69478bbdef8642e authored over 3 years ago
Handle stderr

7b61c63ece4384f75fa41f6c052b3d9e506ff3aa authored over 3 years ago
dap: small TODO

289303a30d8518890ae708b7fdd4996830df8642 authored over 3 years ago
dap: Extract thread_picker, make pause explicitly select a thread

42f9718f55b58283253b2be85818a0aa0d5e3596 authored over 3 years ago
dap: Extract a thread_states map

27c1b3f98b58edf690fda7caa2b14f34d6661598 authored over 3 years ago
Refactor resume_application state handling

5b920c53f0b2cb1d6f48ffa46659c65f7fb6fde5 authored over 3 years ago
Merge remote-tracking branch 'origin/master' into debug

4c410eef8720db0c92f39a050c4c5658636013fa authored over 3 years ago
force update of stack trace when stopped

9c64650a26cf03207f93c9eeddbafb12edccbf6e authored over 3 years ago
Fix crash when stack trace not loaded

Still doesn't address the issue though

2c8910734976059d6921e4a7d6d3d2b16e3a7b00 authored over 3 years ago
find main thread automatically if thread stopped is not known

e0180a4b88172ea808f7a8f14b68f26cec441047 authored over 3 years ago
Expand `~` in `change-current-directory` command (#692)

7e1123680f474bff5113db189f63ca7f948781a5 authored over 3 years ago
OCaml support (#666)

* added some stuff

* add interface

* indent

* highlights and locals

* scope

* cha...

5766f5da8fc9e98320e7e765c47e701d72108028 authored over 3 years ago
add_newline unimpaired mapping (#653)

* added some keymaps

* remove

* remove wrong mappings

* remove

* wrong import

* u...

825bceeab68276cdf120bda5d172b854867d8585 authored over 3 years ago
Lua support (#665)

* added submodule

* small changes

* updated some stuff

* remove

* shallow clone

*...

ae3f9366118bae9775b5229b817d1131c84cfc96 authored over 3 years ago
Add a "vision" document, to help give people a sense of Helix's direction. (#657)

* Add a "vision" document, to help give people a sense of Helix's direction.

* Fix typo in vi...

31f1455c71457fbd68b2a618f709b68c8de352b8 authored over 3 years ago
YAML support (#667)

* added submodule

* remove wrong one

* added highlights

* use property

* add indents...

1586b0eec7000fe511d6ed381b35130a38759c40 authored over 3 years ago
Reimplement keep-pipe, it needs to manipulate selections, not text

ce7ad2beb5b763e55cc40933d70ca7c7b325292e authored over 3 years ago
Extract the shell command into a separate function

dc609cafb506e9677d16632b6fede3c488d4c4bb authored over 3 years ago
Merge remote-tracking branch 'origin/master' into debug

Contains type fix on helix-term/src/ui/editor.rs:752:13

5b20f6020a4acd74bc545fc27c473f0198354e5d authored over 3 years ago
ui: prompt: Avoid allocating a prompt name if it's a static string

a3bd80a6fa4f07b0fa581eae416376763ba94345 authored over 3 years ago
Refactor a bit further

9b96bb5ac802189f567b101f7c8da4b370a2fdd1 authored over 3 years ago
shell: Move changes outside so we can properly handle errors

4a76ea8f8834a880d63246c8d43587693ac7cc81 authored over 3 years ago
Shell commands (#547)

* Implement shell interaction commands

* Use slice instead of iterator for shell invocation
...

e772808a5b0417e4d074eb9683d79376f83dae2d authored over 3 years ago
build(deps): bump serde from 1.0.129 to 1.0.130

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.129 to 1.0.130.
- [Release notes](http...

dbfd054562ba97a73128c49fae0cea95deabec5d authored over 3 years ago
build(deps): bump serde_json from 1.0.66 to 1.0.67

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.66 to 1.0.67.
- [Release notes](ht...

daff9f5fd24949aa57f2dc951de9cf24c5bc9b11 authored over 3 years ago
build(deps): bump arc-swap from 1.3.1 to 1.3.2

Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.3.1 to 1.3.2.
- [Release notes](http...

40223bbb45240f6171d15101b65a29d6b14f01f8 authored over 3 years ago
build(deps): bump slotmap from 1.0.5 to 1.0.6

Bumps [slotmap](https://github.com/orlp/slotmap) from 1.0.5 to 1.0.6.
- [Release notes](https://...

3ce578c1a1a93081b9d781718d51d5fb4d783062 authored over 3 years ago
build(deps): bump tokio from 1.10.0 to 1.10.1

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.10.0 to 1.10.1.
- [Release notes](https:...

9d83a4483d66deac956eb6c673bcb68ba33d71dc authored over 3 years ago
build(deps): bump futures-executor from 0.3.16 to 0.3.17

Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.16 to 0.3.17.
- [Rele...

d1d6810560431091b5149fa1b3f228739d070c3e authored over 3 years ago
build(deps): bump futures-util from 0.3.16 to 0.3.17

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.16 to 0.3.17.
- [Release ...

d7b2ac03810a02ac1ce41229a90badfbf2357a8b authored over 3 years ago
build(deps): bump thiserror from 1.0.26 to 1.0.28

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.26 to 1.0.28.
- [Release notes]...

e57a00c19c962d6f9a537148fa140df5adf478fd authored over 3 years ago
fix: use .cursor() instead of .head

9c5752cbac2450388ff4c94dfa82b389b3746a9c authored over 3 years ago
fix: use head instead of anchor for relative line

b590504143412f185f02ee21a54ad4e6d966b257 authored over 3 years ago
compat: change lldb to lldb-vscode

This should be preferred ID, although now lldb-vscode works with any

6265e196b700b363244961ed2957d9eef5460c34 authored over 3 years ago
Fix it's -> its (#676)

4f8dc4cad862e430927b41e6dbffb22167057161 authored over 3 years ago
dap: Stop comparing file paths per line number

0b0b1d850a0a622dc7e74ec3937523ea1dc93fe8 authored over 3 years ago
dap: refactor frame handling

2c7b75475f9534ca330cccea4778a3878fed6b4c authored over 3 years ago
Fix code indentation (#671)

03ad9e0bfa37222762683aeb84be2d324d166930 authored over 3 years ago
dap: Remap keys, match current thread behavior from dap-mode, switch-thread

986828e75c17662da39505c7190220b8c352bc8a authored over 3 years ago
dap: better yet, use Selection::single..

03b2d81406d342460604102948305dd96c0826c7 authored over 3 years ago
dap: use smallvec! macro

4d24a436519d98b65f5b3b4a6f9970cc815c228f authored over 3 years ago
dap: continued: THis check is already done before the match statement

81f51c13fa7de0ce2a7e787f7d6385d0e72097e9 authored over 3 years ago
dap: extract dap_pos_to_pos

51328a49662b7daf0fda83e30268fff252d7d00e authored over 3 years ago
Extract dap commands into a separate file

d6ccc150c78adf72f77f26185ea7a559983ed2d0 authored over 3 years ago
Rename dap_in/_out to dap_step_in/_out

ee2ba744a25594407a75b3094ac0124cd9f3035a authored over 3 years ago
helix-core doesn't need to import serde_json

2a7e38a2b4792f8b4c600b6e22469ea827b64f00 authored over 3 years ago
More advanced completions

db7f693550f6fe759696f59ef702ea6af61f4329 authored over 3 years ago
Defaults in completions, better schema

b42631942b74b2f5ac5c955343861518c38282e8 authored over 3 years ago
Add extra annotations to completions

f53d8411cbda6119bcd34d5936fc23c1365bafef authored over 3 years ago
better completion

98fda6b8f004549cdbccb4b5567b0388b90fdb37 authored over 3 years ago
Support multiple arguments for debug configs

9d2f2a9e321cdc83999ebe0a257709d9ce0b33ca authored over 3 years ago
fix: Work around crashes on LSPs that don't just emit JSON-RPC

847d1fa496f157c1a9640c5cedd92d6593e33b08 authored over 3 years ago
wip: refactor parameters in UI start

2d42766a7118036dae4ca20f764f4909753a357d authored over 3 years ago
lsp: slightly refactor header parsing, add more logging

7eff9056802d3d4f67fbaef7ba7dc03e874564c1 authored over 3 years ago
Fix lints

af657ef2ec49b93acb26c344be28ee67cb0cae51 authored over 3 years ago
Customized completion for template parameters

94901b867796459f8dc3c1479eb896547877d769 authored over 3 years ago
Add filename autocomplete to template args

ef155e62ef411425c027a81c44cc76b5258ad48f authored over 3 years ago
Merge remote-tracking branch 'origin/master' into debug

e3153946311b189bd5e10e816acbdda508ded31c authored over 3 years ago
New way of starting debug sessions

8df6739759396b45d06356dd78c39117590b062b authored over 3 years ago
Don't let picker be too narrow

5e4da09be264c2d6c16837a5ce81d99f69a584d6 authored over 3 years ago
Paginated variables

890b51b568bcbd8fdbe594f5fcda77d82c18288a authored over 3 years ago
Add ui.menu text style (#664)

* add menu text style

* add ui.menu.text ui.info ui.info.text to book

* change ui.menu.tex...

d6a9c2c0f6f4af98146b52d1c886a1ca99d15676 authored over 3 years ago
Add zig tree-sitter support (#631)

* Add initial zig tree-sitter support

* zig/highlights.scm: remove unnecessary queries

* A...

f22e0aa2ae4169851b43d2225e6a43ef36442659 authored over 3 years ago
ui: prompt: Fix typing with alt

5cee3b634d3763dfdb0312d1dc58f6ebcfccb4bf authored over 3 years ago
Fix missing backtick in `keymap.md`

46f537d4ce0ae9c8f0be8d89f97c3fbe68afabd5 authored over 3 years ago
Add `Command` column to keymap documentation (#662)

048a3905684b7f27dae20a0eeee37e6583862448 authored over 3 years ago
Make `v` in select mode switch back to normal mode (#660)

* Make `v` in select mode switch back to normal mode

* Move select mode toggle to keymap inst...

bfce4d4f29c12bfd9d6bcb01da976d33beff990e authored over 3 years ago
remove unsafe

fa4caf7e3d43a40073f6966d37f529d5197bd840 authored over 3 years ago