Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Steel as an optional plugin system #8675

Draft
wants to merge 117 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 65 commits
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
ddca44e
work in progress adding of steel
mattwparas May 8, 2023
798c6a5
line up stuff
mattwparas May 9, 2023
c0ea1eb
a little more behind the scenes stuff
mattwparas May 10, 2023
7dd0424
add scheme indentation
mattwparas May 15, 2023
ba1a38d
more integration
mattwparas May 30, 2023
15886de
more integration
mattwparas May 31, 2023
4213328
more reworking
mattwparas Jun 6, 2023
c768780
update to use safer APIs
mattwparas Jun 25, 2023
4aac10f
get compiling again
mattwparas Jun 25, 2023
a0153fb
checkpoint
mattwparas Jun 29, 2023
e063c58
working file tree
mattwparas Jun 30, 2023
76181da
file tree with better prompts and callbacks
mattwparas Jul 2, 2023
3414449
Merge branch 'master' into mwp-steel-integration
mattwparas Jul 3, 2023
3ee5829
buffer specific keybindings
mattwparas Jul 12, 2023
0f96fea
remove exported identifiers interface
mattwparas Jul 12, 2023
ca346b1
fix versions
mattwparas Jul 13, 2023
1fb2df4
wip
mattwparas Aug 10, 2023
6fdb717
clean up keymap api
mattwparas Aug 11, 2023
db5bf12
remove dead code
mattwparas Aug 11, 2023
d0d9f7b
more integration, not pretty but still making progress
mattwparas Aug 18, 2023
08ab867
indent stuff
mattwparas Aug 19, 2023
72aa2d9
indenting full in steel now
mattwparas Aug 20, 2023
d384501
basic instructions for usage
mattwparas Aug 20, 2023
4544bff
extra stuff
mattwparas Aug 20, 2023
20d7d6a
update instructions
mattwparas Aug 22, 2023
a73e212
fixes
mattwparas Aug 23, 2023
42c9997
merge in master
mattwparas Aug 23, 2023
fe4d6ce
fix formatting
mattwparas Aug 23, 2023
5fbc086
add back missing command
mattwparas Aug 23, 2023
79f5b25
patch info
mattwparas Aug 23, 2023
67a5266
engine shouldn't panic when helix.scm file fails to load
mattwparas Aug 24, 2023
7da809a
fix borrow mut errors
mattwparas Aug 24, 2023
ecfce4c
clean up
mattwparas Aug 24, 2023
768b483
more dead code
mattwparas Aug 24, 2023
7b6e733
remove dead code
mattwparas Aug 24, 2023
f808fa0
cut out more code
mattwparas Aug 24, 2023
8124324
nuke the dlopen stuff
mattwparas Aug 24, 2023
279f5ed
add feature flag
mattwparas Aug 25, 2023
69302c2
some extra comments
mattwparas Aug 25, 2023
18fa67d
more clean up
mattwparas Aug 25, 2023
7d63468
cleanup
mattwparas Aug 27, 2023
0eb0be5
slim down interfact even more
mattwparas Aug 27, 2023
e5e6c3b
update readme
mattwparas Aug 29, 2023
cb93a68
fix borrow mut error
mattwparas Aug 29, 2023
c680721
flake: add Security apple framework
evanrichter Sep 6, 2023
3060bcc
Merge pull request #1 from evanrichter/mwp-steel-integration
mattwparas Sep 8, 2023
15f88ad
Add hook/event system
pascalkuthe Aug 17, 2023
2d4bc31
reorganize top level to use precedence for multiple plugins
mattwparas Sep 14, 2023
500963b
clean up warnings
mattwparas Sep 14, 2023
db3e9ed
Merge remote-tracking branch 'origin' into mwp-steel-integration
mattwparas Sep 14, 2023
6a9d0b3
reverse keymap overlay
mattwparas Sep 15, 2023
4759b18
fix toolchain
mattwparas Sep 15, 2023
baa7531
add more functions for document and editor api
mattwparas Sep 19, 2023
0b107d6
deprecate old keybinding scheme
mattwparas Sep 26, 2023
76de40c
have some comments on the global search
mattwparas Sep 26, 2023
dbfa2a6
refactor completion and signature help using hooks
pascalkuthe Aug 20, 2023
c0fdbc1
start theme api
mattwparas Sep 27, 2023
575046c
merge from master
mattwparas Sep 27, 2023
30dba6a
add one more keybinding
mattwparas Oct 1, 2023
cc65e58
checkpoint before event system
mattwparas Oct 3, 2023
fbabc40
merge with event system
mattwparas Oct 3, 2023
4550faf
fix build issues
mattwparas Oct 3, 2023
0b5501d
clean up
mattwparas Oct 31, 2023
775e5e2
bump to use latest master branch of steel
mattwparas Nov 1, 2023
726f4f4
bump to use latest master branch of steel again, fixes msrv issue
mattwparas Nov 5, 2023
01996b2
No more passing around the helix context for every function call
mattwparas Jan 2, 2024
d6c3804
use in memory representation of configuration
mattwparas Jan 21, 2024
392275d
merge latest from master
mattwparas Jan 31, 2024
a414582
address more comments
mattwparas Jan 31, 2024
c902a23
unbork toml
mattwparas Jan 31, 2024
38f344c
removing the language and theme configurations in favor of a better i…
mattwparas Feb 4, 2024
eb20adb
add new xtask for code generation of core libraries
mattwparas Feb 14, 2024
cf967ed
addressing more comments
mattwparas Feb 15, 2024
fd4c689
address comments on rope library
mattwparas Feb 20, 2024
759d32e
remove repr c
mattwparas Feb 20, 2024
88be9f9
another rogue repr c
mattwparas Feb 20, 2024
d7ef482
remove global keybindings thread local
mattwparas Feb 20, 2024
a77da12
remove unnecessary import
mattwparas Feb 20, 2024
f9ad6ef
remove unnecessary keybinding functions
mattwparas Feb 20, 2024
76d665b
address more comments
mattwparas Feb 21, 2024
e552cc0
Continue to expand on component API
mattwparas Feb 22, 2024
f90f939
component api
mattwparas Mar 10, 2024
a92f147
remove some extra logging
mattwparas Mar 10, 2024
ab62d83
working terminal library
mattwparas Mar 29, 2024
fb81eab
update from master
mattwparas Mar 29, 2024
a1b13e5
add dynamic component names
mattwparas Apr 4, 2024
95ad1fe
escape paths correctly when loading the modules
mattwparas Apr 5, 2024
ce3959a
rebase from latest
mattwparas May 4, 2024
8c0391f
take latest branch of steel
mattwparas May 4, 2024
3938a6d
point to the latest steel version
mattwparas Jun 23, 2024
4a8c4fb
update instructions
mattwparas Jun 29, 2024
039526b
update instructions
mattwparas Jul 1, 2024
0d1b350
remove reload module from the instructions
mattwparas Jul 1, 2024
b478e60
one more outdated line in the instruction removed
mattwparas Jul 1, 2024
41c487d
update steel to latest
mattwparas Jul 4, 2024
14cd995
update instructions, include steel submodule
mattwparas Jul 5, 2024
b045c30
Add switch-replace command to be able to switch to an existing buffer
voidcontext Jul 6, 2024
ac4bf24
fix instructions
mattwparas Jul 6, 2024
a068243
Implement editor-switch-action instead of hardcoded replace
voidcontext Jul 6, 2024
d611f7f
Create type constructor functions for editor::Action
voidcontext Jul 6, 2024
4f1d35d
Follow naming conventions
voidcontext Jul 6, 2024
d1da0f5
Merge pull request #2 from voidcontext/switch-replace
mattwparas Jul 6, 2024
7848327
another instruction update
mattwparas Jul 6, 2024
773ae95
another instruction update
mattwparas Jul 6, 2024
25a8f03
update shell command in docs
mattwparas Jul 10, 2024
9ea77a2
merge in latest from master
mattwparas Jul 16, 2024
d348397
update submodule
mattwparas Jul 16, 2024
416fa96
update steel to latest
mattwparas Jul 18, 2024
314ebe0
update steel to latest
mattwparas Jul 18, 2024
39e5220
fix build
mattwparas Jul 20, 2024
d3b14f9
update steel to latest
mattwparas Jul 20, 2024
a632904
add enqueueing expressions function
mattwparas Jul 24, 2024
199c9c2
add partial documentation generation
mattwparas Aug 13, 2024
884e958
first pass at lsp extensions
mattwparas Aug 25, 2024
dd2d562
fix recent file picker
mattwparas Sep 3, 2024
b55e3c4
fix recent file picker empty space
mattwparas Sep 19, 2024
b699f39
refactor the steel rope api
mattwparas Sep 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# we use tokio_unstable to enable runtime::Handle::id so we can seperate
# gloablsfrom mul1tiple parallel tests. If that function ever does get removed
# its possible to replace (with some additional overhead and effort)
# Annoyingly build.rustflags doesn't work here because it gets overwritten
# if people have their own global target.<..> config (for examble to enable mold)
# specificying flags this way is more robust as they get merged
# This still gets overwritten by RUST_FLAGS tough, luckily it shouldn't be necessary
# to set those most of the time. If downstream does overwrite this its not a huge
# deal since it will only break tests anyway
[target."cfg(all())"]
rustflags = ["--cfg", "tokio_unstable", "-C", "target-feature=-crt-static"]


[alias]
xtask = "run --package xtask --"
integration-test = "test --features integration --profile integration --workspace --test integration"

Loading