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

fix: show current line number even if relative line is on (#656)

cec5d437d892767ccbc49cfcb20b4561ce24576d authored over 3 years ago
Show hidden files in filename completer (#648)

also removes unnecessary clone

6192f2fa250e3aa10e514547c69ae901aebed657 authored over 3 years ago
feat: merge default languages.toml with user provided languages.toml, add a generic TOML value merge function (#654)

* feat: merge default languages.toml with user provided languages.toml

* refactor: use catch-...

dc57f8dc89e4d4d58e9af836690c0929a2092439 authored over 3 years ago
Change vsp to vs (#647)

Follow up on #639 to match vim behavior

4bafda3995be01b4624469a4ba305e3d019e3f59 authored over 3 years ago
Fix tests broken by the State change

68bf9fdf02a2462c57c86a7318987d385a289184 authored over 3 years ago
fix: KeyEvent::char needs to ignore modifiers

Fixes #595

28919898e98541b3305b08d8f05606c060b8ae00 authored over 3 years ago
Reduce State use a bit further

This is a legacy type that should be fully removed.

9d4c3015632abba2ae6713874907825f6335b71a authored over 3 years ago
Print errors occurred in debug commands

3b87fce0cedc1cd2b4d5d41ddd76daa0dc3f7f2e authored over 3 years ago
Fix tests

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

c7759a5aa0b5381e0a71ba58f3f7a5f7d98c9777 authored over 3 years ago
Support remote debug adapter

4ee66b876613c3d2c06945520e0c5e392d9315d1 authored over 3 years ago
Format Cargo.toml

ba96f5d2963e77ab13fb7e4fea0ad34948ea4841 authored over 3 years ago
only show variables' names and types

326293cb5706fefb7b7ee3c7d4b27389c5c888fe authored over 3 years ago
Add Monokai theme (#628)

* init

* update

* cleanup

44a0512d951806cc98ab30ccc73009ba2631e42f authored over 3 years ago
Move path util functions from helix-term to helix-core (#650)

b99db7c6875f74a15dcfb0cfdb3334c837d4aab1 authored over 3 years ago
Workaround for debugging Go tests

2c3e2b979b8b2fb501cb0c6b7123d9091266efdc authored over 3 years ago
Autocomplete files for debug command

8cc6d68160e952004c84f88a2d9726b4e2d649fa authored over 3 years ago
Remove shortcut for starting debug

235a84d989acb609ea34b423a45850d888a4038a authored over 3 years ago
Support attach request

299da5a35b1917812a0f37e046d946031474d606 authored over 3 years ago
Support templates in debug configurations

b001008a698881991d14f28c6f8980c7d83ce385 authored over 3 years ago
Rename functions

31212e133dd00900fc1da6eeff97c6691212d789 authored over 3 years ago
Support launching configs by name

1041a5bb07457938ecfcd7da1548adf93def726b authored over 3 years ago
Format

0e779381a86ad6d790f3664e1d1506d01f9ba1f3 authored over 3 years ago
Add new format configs for Rust and C/C++

774ab6f8b62d825791f023ee5f7c8304a95de75a authored over 3 years ago
Create new debugger config format

c463142e5e43fa83fc5f8f714af72425d18ba216 authored over 3 years ago
refactor

34c6094604cfeca0c1338a20cf9e85bcd8d9b68b authored over 3 years ago
Enable variable types in DAP config

We have this feature

2158366b24da8229e743546ccedc5cd05292e254 authored over 3 years ago
Check capabilities for breakpoint config

fdad7d67aa158c963a4b5397e9d7de960706cd2a authored over 3 years ago
Use saturating_sub for lenght

c4085b4e8885a32a7b05529fe873d38d185ce886 authored over 3 years ago
Support logpoints

Tested with Node (Delve and LLDB do not support logpoints)

5d3c69d5650d4e23eb9922e64bfe31ecdb9feacc authored over 3 years ago
ui: Highlight line ranges in the preview

a5c3c6c6a9e21e850440130e00ebaff57e7d4f4d authored over 3 years ago
ui: Tone down the preview highlight by adding a new scope

bf5b9a9f354135933d7970863cf81e5a36585d03 authored over 3 years ago
ui: Fix preview window padding: we want horizontal, not vertical

e6cb183134c34a55b2bb6edba468fbcb3b1118c4 authored over 3 years ago
info component style config use ui.info ui.info.text (#643)

490125f008f22be6150f95005bc081d680a69020 authored over 3 years ago
fix: Don't internally use relative paths in the buffer picker

Fixes #619

1d45f50781f34bccf29a3e4f576cc48651038b09 authored over 3 years ago
Add :vsplit and :hsplit commands (#639)

* add vsplit and hsplit commands

* handle splits more elegantly

e1c9f132637bcf2406c7c1403ab3d8dfd882369e authored over 3 years ago
Bump arc-swap from 1.3.0 to 1.3.1 (#646)

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

81984be9f40d796f7d48ff5a949252550f83b3c8 authored over 3 years ago
Bump serde from 1.0.127 to 1.0.129 (#645)

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

39cc1d62cd4f7af462ef6f08ec0ad93852f26bc8 authored over 3 years ago
Bump crossterm from 0.20.0 to 0.21.0 (#644)

Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.20.0 to 0.21.0.
- [Release ...

864618242bc2af8078774e0cfa0b82e9acdca2c2 authored over 3 years ago
Do not panic if entered unknown code via stack trace

e.g. Rust std library

ec599a1eac0fca7d7499f1acb7f306acbaee8cca authored over 3 years ago
languages: support debug for Rust with LLDB

3a5e044c8958d6407516c194eeeb3b8961c00632 authored over 3 years ago
add lldb for c++

b3469df5bf79bae188d0e2d38aed182c5f47ff13 authored over 3 years ago
fix freeze with lldb terminated event

c09b15197b87664d1f4550c41a4400f99817ca88 authored over 3 years ago
editor: drop telemetry output messages

09c994a97aa45e5af1e88aba80796a503d31ed7b authored over 3 years ago
types: make some fields optional as in spec

b5b79e3656c0ef3335955f422187c627aeb5c3e5 authored over 3 years ago
add lldb debugger for C

e529f4eb21abba390e0e75d09514e9780a1151cf authored over 3 years ago
Fix tests

56d00fa7f4e9a6285e7d593ad1e5d4f5f8bd7fdd authored over 3 years ago
chore: bump helix-dap version to 0.4.1

802ef20dbcb9183c0e02475e4a6a925c8901be79 authored over 3 years ago
config: minor fixes

b6b99b248783583bdcc2439a78b503a31cbbcce8 authored over 3 years ago
Enable stdio transport via config

839d2105739036decf045f6af85ce05152f514ef authored over 3 years ago
editor: add debug session config

f55a012fb744b258ac84ac0302cb0b87f7d35173 authored over 3 years ago
Add debug-adapter field to languages.toml

c5b210df59983a2caa9c389e5cd22aa670fb4a00 authored over 3 years ago
don't panic on defunct lsp process (#583)

ed8c3e6574eff6decabd50edfb74e638c44fcedf authored over 3 years ago
Fix line endings

dabec2d7993b23d08f03b52dc08176d437a110a9 authored over 3 years ago
show breakpoint condition in diagnostics

b78f70e602161328c0fc5954e1b6fb518b8bcec4 authored over 3 years ago
clippy

53ee57f84a986c6c9d7238531fc9c87db7589072 authored over 3 years ago
Support conditional breakpoints

f247858055ee17e6d4a61d7284548febe1d7f54d authored over 3 years ago
Add eval command

3197c2536ecb0f4f7aa4dfb75ece549b72249541 authored over 3 years ago
Simplify variables display

838f69929db3d9d1e30fa52913a730f2e64b0681 authored over 3 years ago
fix crash when pausing

060a422c7efea0892e56845ef326b59983051631 authored over 3 years ago
examples: fix build

74102bfc6da7cbb49ef383dddc5f789c270663a4 authored over 3 years ago
editor: select a range if stack pointer has an end

d0b0c9b2ef1f26dbf7e5addf59d73b9634907af2 authored over 3 years ago
editor: go to pos where stack pointer is located

132198323ca8af409ecac56e14f8029c9d252621 authored over 3 years ago
editor: mark target as running when continued

be9dc5802a8e2d6d26d6f9c00475aedafef97c61 authored over 3 years ago
editor: support stepIn, stepOut, next and pause commands

d93cd2a2611b3305293274f8fb590a01d4b99584 authored over 3 years ago
dap: support stepIn, stepOut, next and pause commands

dfc70a12f337df57e69e3613896663c2f446df8e authored over 3 years ago
Add more event types, simplify event decoding

28658836eee9860666a114756e13e1fdf7fd4637 authored over 3 years ago
Style

2aee5f02d0c32dd72cde2b28f2f2dbe17bafce46 authored over 3 years ago
Merge branch 'debug' of https://github.com/sh7dm/helix into debug

7233ab2deb7ca45bdbb6e9ab6c17405456eb05ea authored over 3 years ago
Extract handle_debugger_message, we should avoid bloating tokio::select!

a964cbae654a1b25de8aa72dd810704f4da847c3 authored over 3 years ago
Jump to stack pointer when stopped

91f2c60b3629469d918d368707a64a5c1dda73e1 authored over 3 years ago
fix: xsel copy should not freeze the editor

If using --nodetach, xsel would end up continually running in the
foreground, so the command exe...

6dd7dc4eb2d50a9027caef4acc5e0bcc957d9280 authored over 3 years ago
fix: Place the cursor on the start of the selected symbol

Fixes #626

607b92b2e374f7b19e167da6d417dc6ae25bafe8 authored over 3 years ago
Add variable type to output

89ad54a2e5e6060cf1de91dba3e79d76d048bdaf authored over 3 years ago
Add commands for variable introspection

cc66475592c5316634859746dd96920afbd6da55 authored over 3 years ago
better panic messages for when you're missing selection scopes (#608)

59e0ceef8c764950199a7e6874e15150ba329af3 authored over 3 years ago
Hide stack pointer when continued

95ba4ff5bd2d313aa26eeab6d058be4ebe99cf21 authored over 3 years ago
Disable continuing when running

f3e47bfee4d70cfc350035f29cc7e20b6ce725e8 authored over 3 years ago
Continue command in keymap

5230a2b6698ee4d8dc69a7855b046a887bfefcff authored over 3 years ago
Continue command

66c035fa995e7061b35a48e87c3698c6f2ad72ff authored over 3 years ago
Drop and terminate debugger

6709b4242f5e052ea0c18de3b2211c04b26dc865 authored over 3 years ago
Add command to detach debugger

26dee49dc991d671fc3cbf7993ff193859edea4e authored over 3 years ago
Show debugger output in the statusline

462c8a6ec8799ad0dfc9b6643d78ae8372f04945 authored over 3 years ago
add rx dispatcher to examples

afeaba1113cf6afcb8bea17b4a257079816100ec authored over 3 years ago
report status when target started or stopped

5a06263b787710d15278a3caa9fef0f302442b61 authored over 3 years ago
Update editor window when stopped

bcab93c94ed7a62f2775c8c3e38196c08331f19b authored over 3 years ago
refactor: handle DAP events in editor main loop

a938f5a87a2b67dd8667337cd569cc6627d0f666 authored over 3 years ago
Correctly display 1-based breakpoints

3fc501c99f8f8c539dc4714a200bac45a7169138 authored over 3 years ago
Don't leave debugged programs running

7087558918bfcc7dfbfaf55d13104e830660a165 authored over 3 years ago
Highlight line number of stack pointer

56bddb12f80a92cd267d1181b4de2933c2393935 authored over 3 years ago
Fix clippy warnings

5f5b383979b34817cbadbc7b686aec4e8e298e46 authored over 3 years ago
Add stack pointer display when stopped

6458edecfd5fda486c9b9a1d0d802aa23bcd90ac authored over 3 years ago
Refactor new Rect construction (#575)

* Refactor new Rect construction

Introduces methods that can be chained to construct new Rect...

f9375f449c8b7bbf792c88b89903fe38d524f2e5 authored over 3 years ago
Unify init and launch commands

738e8a4dd3e9b22cd8b2d35a48ddc104a53187c4 authored over 3 years ago
move debug command to keybinding

9e22842d51af88b652a66926ac5b5eded182779d authored over 3 years ago
Add command to run debug target

e2c74d26e060521b48fb597d5b758d328ad4cfd6 authored over 3 years ago
make CI green

c4970c617ed5f03dadce2a284b66539bf0ce3054 authored over 3 years ago
fix: add missing optional keyword to protobuf syntax

ac8bc541087f815a026b4c664c069d8806b9c5de authored over 3 years ago
dap: Split out launch from init

a54b09e3fe6eaf72ab7a4f3664efc0b8b7cf13fd authored over 3 years ago
Work towards a breakpoint UI

94a1951d40d26f4f535bdb5aab5668c84fdd95ae authored over 3 years ago