ChungZH / notepanda

📃 A simple cross-platform notepad. Based on Qt and C++.
https://t.me/notepanda
MIT License
334 stars 61 forks source link

A better editor component which should be considered #5

Closed aeilot closed 4 years ago

aeilot commented 4 years ago

Scintilla which is used on Notepad++ is a wonderful source code editing component. Its website GitHub Mirror There's an example: martinrotter/textosaurus

Scintilla is capable with Qt and GTK, so it might be easy to use in your wonderful project. It brings powerful features and extremely awesome experiences which can make this project better.

ChungZH commented 4 years ago

Thank you. But now I want to be familiar with Qt. Maybe I will use Scintilla in the future.