Description: DESCRIPTION CuteNotes is a plain text editor with extra features.
SOME OF THE FEATURES Combine lines Decrease indent Delete Empty Lines Delete Same Lines Filter Lines Find And Replace Generate Word List Go To Line Increase indent Insert Numbers Insert Text Into Beginning Or End Of Lines Multiple find and replcae Lowercase And Uppercase Conversion Randomize Lines Remove Numbers Reverse Lines Reverse line contents Sort Lines Split lines with... Surround lines with... Trim Lines Uppercase and lowercase Configure Editor Configure Toolbar Recent Files
PLANNED FEATURES FOR THE NEXT VERSION Statistical Text Analysis (Character, word, line frequency) Command System For Extracting The Desired Text
I tried to use free icons. If you recognize anything illegal, please inform me and I'll do whatever is necessary.
Thank you so much for your interest. I haven't updated it for sometime. I'll take care of the things you mentioned, clean things up a little bit and maybe add some new features.
Ratings & Comments
4 Comments
sweet program, my new fav. license should be upgraded to gpl though.
Quick hack to enable editor to keep previous size: +cutenotes.cpp loadSettings() CuteNotes::resize(settings->value("ScreenX").toInt(),settings->value("ScreenY").toInt()); +cutenotes.cpp closeEvent(QCloseEvent *event) QSettings settings("CuteNotes", "CuteNotes"); settings.setValue("ScreenX", CuteNotes::size().width()); settings.setValue("ScreenY", CuteNotes::size().height());
update: for some reason only one function can be called during the close event. Adjust the code accordingly.
Thank you so much for your interest. I haven't updated it for sometime. I'll take care of the things you mentioned, clean things up a little bit and maybe add some new features.