Hacker News new | ask | show | jobs
by jtoledo 3361 days ago
A long time ago I put some components together and built ProgEdit using Delphi, with resources that reminded me of SideKick Plus.

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).