magiblot / turbo

An experimental text editor based on Scintilla and Turbo Vision.
Other
466 stars 36 forks source link

Can't replace text #25

Closed eda2z closed 1 year ago

eda2z commented 2 years ago

Very nice job. I have been using SciTE for a long time, I am tired of vi/vim, I refused to learn emacs a long time ago, and I tried textadept curses but it can't handle shift-arrow if you are not it a terminal emulator. Turbo really brings back memories... I have not tried everything but I can't seem to get replace to work. Ctrl+R does nothing and selecting it from the Edit menu also does nothing - the menu doesn't even close. I am running on the latest Arch linux. Other color schemes would be nice. I was going to try and experiment with the code but I figured I'd break something. Thanks for your efforts.

magiblot commented 2 years ago

Hi eda2z!

Thanks for your comment. Yes, the Replace feature is unimplemented (that's why the menu entry is disabled). Color schemes are already implemented internally, but there's no interface to change them and no configuration system to save them persistently.

I'm sorry but I don't think I'll be adding any of these features in the near future. If you want to try, go ahead.

Cheers.

magiblot commented 1 year ago

The Replace feature has been finally implemented.