Skip to content

Implement subclassing for CompletionProvider

Eric Stokes requested to merge estokes/sourceview4-rs:v0.3 into master

I'm using sourceview as an editor for an embedded scripting language, and I would like to be able to write a CompletionProvider in Rust. Using the work in gstreamer as a guide, I've implemented subclassing support. Tested and working in my project (netidx-browser).

Edited by Eric Stokes

Merge request reports