Comment on Ask HN: How to learn about text editor architectures and implementations?Comments−armchairhacker4ySee RSyntaxTextArea (open-source code editor) and the underlying JTextArea / swing code.There are a few weird design decisions especially in swing, but overall it's very easy to read and understand.
Comments
See RSyntaxTextArea (open-source code editor) and the underlying JTextArea / swing code.
There are a few weird design decisions especially in swing, but overall it's very easy to read and understand.