Forum > Third party

AC Simple Notepad - Made with Lazarus

<< < (3/3)

AsleyCruz:

--- Quote from: Bart on April 20, 2023, 10:58:59 pm ---Use OnKeyDown of the TSynEdit to intercept Ctrl+Enter.
Determine where the caraet (text cursor) is.
Determine if user type 'img' at that position.
Use TextBetweenPoints() to change 'img' into '<img src="">'.

Bart

--- End quote ---

Thanks, bro
I had another idea but I will try with yours.

Regards

AlexTP:
Is app based on ATSynEdit? If so, it has the good support for huge files and huge lines. Even better than Sublime Text.

https://wiki.freepascal.org/CudaText_VS_other_editors
4.2 Performance of loading huge files
4.3 Performance on huge lines

AsleyCruz:

--- Quote from: AlexTP on April 25, 2023, 11:39:02 pm ---Is app based on ATSynEdit? If so, it has the good support for huge files and huge lines. Even better than Sublime Text.

https://wiki.freepascal.org/CudaText_VS_other_editors
4.2 Performance of loading huge files
4.3 Performance on huge lines

--- End quote ---

Yes, it's based on ATSynEdit.
Thanks for the info. I will check it out

AlexTP:
It will be 'thank you' from you, if you perform the same tests again in 2023:

https://wiki.freepascal.org/CudaText_VS_other_editors
4.2 Performance of loading huge files
4.3 Performance on huge lines

You may do it on Windows of course with other editors. (Sublime Text, VSCode, UltraEdit, Notepad++, RJTextEd, Notepad2, Kate for Windows, ... don't forget CudaText)

Navigation

[0] Message Index

[*] Previous page

Go to full version