Replies: 1 comment
-
Hi Magiblot, thanks for reaching out and for the kind words. I saw Turbo a month ago and noticed you had effectively written a new platform for Scintilla. Nice work!
…On Tue, 10 Nov 2020 13:34:34 -0800 magiblot ***@***.***> wrote:
Hi Mitchell,
I'm writing to you because I see you still maintain Scinterm. Last summer I tried to use Scintilla in a terminal application as an experiment, and this was the result: https://github.com/magiblot/turbo.
Scinterm was an important source of inspiration for me to understand how Scintilla worked and to figure out how to get it to do what I needed. So I wanted to thank you personally.
The Turbo text editor relies on a separate framework for the user interface, so it does not need to hardcode the location of UI elements nor deal with terminal capabilities. In other words, the class that specializes `ScintillaBase` does not have the responsibility of controlling the UI. Hopefully it may serve you as a source of inspiration as well.
Cheers.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/orbitalquark/scinterm/issues/4
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Mitchell,
I'm writing to you because I see you still maintain Scinterm. Last summer I tried to use Scintilla in a terminal application as an experiment, and this was the result: https://github.com/magiblot/turbo.
Scinterm was an important source of inspiration for me to understand how Scintilla worked and to figure out how to get it to do what I needed. So I wanted to thank you personally.
The Turbo text editor relies on a separate framework for the user interface, so it does not need to hardcode the location of UI elements nor deal with terminal capabilities. In other words, the class that specializes
ScintillaBase
does not have the responsibility of controlling the UI. Hopefully it may serve you as a source of inspiration as well.Cheers.
Beta Was this translation helpful? Give feedback.
All reactions