-
Notifications
You must be signed in to change notification settings - Fork 10
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
QScintilla (GPL) and ScintillaEdit (MIT) support #44
Conversation
I'm not an expert on Qt or C++, but is there any chance for the binding to use Scintilla component (https://www.scintilla.org) which has permissive license directly? I noticed in their source there are Qt components (ScintillaEditBase and ScintillaEdit). |
@jamalsa That's really interesting, thank you for pointing it out. ScintillaEdit builds cleanly for me, it seems like a less featureful binding than QScintilla (no signals at all) but the license is definitely preferable. Let's add both, |
9fbb694
to
04766c5
Compare
Updates: #5
Updates: #45
Requires: #47
Adds bindings for QScintilla. This library is GPL/Commercial only⚠️ and is put in a new
restricted-extras
section.Adds bindings for ScintillaEdit (MIT).
Screenshots: