TextEditor in processing
in
Programming Questions
•
2 years ago
Greetings!
I want to create a simple text editor in processing, however I need a few things, which I couldn't find in existing libaries (checked controlP5, G4P).
- I need a big textarea where the user can edit text (fullscreen editing), copy-paste, change fonts.
- I need transparent textarea
- Customise colors etc...
I am willing to create different functions (copy paste, save, etc..), but I don't know how to start. I wanted to start from scratch, but I guess it would be easier to use something from a library or native JS texteditor.
What do you suggest? Thanks.
4