Is your feature request related to a problem? Please describe. I'm working on a little code editor with egui, and of course it'd be nice to have syntax highlighting ... A TextEdit widget that allows ...
Printing from TextEdit sometimes seems like a black art—often the font size of your printed document will be much smaller than the font size used in the onscreen original. You might be thinking, “I ...
TextEdit is a nice, lightweight text editor, but in at least one sense it’s too lightweight: It doesn’t have a word-count feature. MacOSXHints.com reader mprussel figured out a solution: An ...
Describe the project you are working on: A game editor with a code generation capability. Describe the problem or limitation you are having in your project: Parts of my game are generated from a form ...