I'm curious if anyone here regularly codes in a text editor they wrote themselves? I've often thought of coding one for fun, with no intention to share it, just for the purpose of having a long-term project that evolves along with my skills. I've never made time for it, but I still consider it once in a while.
I've used that editor daily to write source code, mainly in Clipper, and I think some of my coworkers used that too.
But then I moved on and knew vi, and now I can't take my hands from the center row :)
ProgEdit: https://sourceforge.net/projects/cpstools/
SynEdit, the base of the editor: https://github.com/SynEdit/SynEdit (confession: I was only a user of SynEdit, not a developer).