Lazarus

Programming => Packages and Libraries => RichMemo => Topic started by: vladimirr on January 25, 2020, 10:06:06 am

Title: WordPad
Post by: vladimirr on January 25, 2020, 10:06:06 am
Are there any text editor applications based on RichMemo component?
Something like WordPad?
Title: Re: WordPad
Post by: Thaddy on January 25, 2020, 10:47:19 am
There must be many because every programmer once or twice had a go at writing an editor because it is not rocket science: just write a GUI around its capabilities...
I don't use richmemo but wrote editors  ;)
I suggest having a go yourself using the available documentation. richmemo is well documented and you just need to connect the dots....
Title: Re: WordPad
Post by: vladimirr on January 25, 2020, 11:26:16 am
Yes, many developers use richmemo as part of their software that made for different purpose. I also do this.
But I mean just text editor application.   
Title: Re: WordPad
Post by: Thaddy on January 25, 2020, 11:42:45 am
Yes, many developers use richmemo as part of their software that made for different purpose. I also do this.
But I mean just text editor application.
My point is: write it yourself based on the component.
Title: Re: WordPad
Post by: vladimirr on January 25, 2020, 01:08:00 pm
Quote from: Thaddy
My point is: write it yourself based on the component.

ok, may be I'll do it, but I don't want to reinvent a wheel  :)
Title: Re: WordPad
Post by: Handoko on January 25, 2020, 01:19:25 pm
Creating your own text editor using TRichMemo:
http://lazplanet.blogspot.com/2013/12/create-rich-text-editor-for-yourself.html (http://lazplanet.blogspot.com/2013/12/create-rich-text-editor-for-yourself.html)

Other text editors:
https://wiki.freepascal.org/KControls#KMemo_control (https://wiki.freepascal.org/KControls#KMemo_control)
https://sites.google.com/site/mynotex/ (https://sites.google.com/site/mynotex/)
https://www.youtube.com/watch?v=9pMV6WF2Meo (https://www.youtube.com/watch?v=9pMV6WF2Meo)
TinyPortal © 2005-2018