Edwin Yip 154 Posted April 20, 2022 (edited) Another open source Delphi project worth spreading - a pure Delphi implementation of a rich text editor, like TRichEdit, in BSD license. But be aware - although the classes/methods/vars are well named in English, the comments and documents are in Chinese. So feel free to ignore it if you mind that. https://github.com/59079096/HCView-Pascal Edited April 20, 2022 by Edwin Yip 1 Share this post Link to post
Mike Torrettinni 198 Posted April 20, 2022 (edited) 1 hour ago, Edwin Yip said: https://github.com/59079096/HCView-Pascal The link has some facebook details... if you wanna remove it. Edited April 20, 2022 by Mike Torrettinni Share this post Link to post
Edwin Yip 154 Posted April 20, 2022 18 minutes ago, Mike Torrettinni said: The link has some facebook details... if you wanna remove it. Thanks for the heads up, Mike. I removed the fb details from the link in my post, however, it seems that your quoted reply still contains the details :D Share this post Link to post
Mike Torrettinni 198 Posted April 20, 2022 9 minutes ago, Edwin Yip said: Thanks for the heads up, Mike. I removed the fb details from the link in my post, however, it seems that your quoted reply still contains the details 😄 OK, fixed too 🙂 Share this post Link to post
Mike Torrettinni 198 Posted April 20, 2022 (edited) Did you try this component? I would be interested if it has faster implementation of search and highlight - faster than current TRichEdit. Edited April 20, 2022 by Mike Torrettinni Share this post Link to post
Edwin Yip 154 Posted April 22, 2022 On 4/20/2022 at 8:03 PM, Mike Torrettinni said: Did you try this component? I would be interested if it has faster implementation of search and highlight - faster than current TRichEdit. I did compiled and run the demo, but I didn't look any further, so I'm not sure about the performance of search, etc... Share this post Link to post