Forum > Third party

ATSynEdit

(1/6) > >>

AlexTP:
No problems were found in comp, and things were added:

- good documentation http://wiki.freepascal.org/ATSynEdit
- key combos (e.g. you can assign to action a combo: [Alt+K, Alt+K, Alt+B] )
- Finder class, it's capable if finding of text and regex
(see doc wiki, part "How to find/replace")
- demo_editor has Find/Replace dialog


https://github.com/Alexey-T/ATSynEdit

AlexTP:
Added-
API for auto-complete list
Example of this API usage-- CSS auto-comp. (uses SynWrite data file for css)

http://wiki.freepascal.org/ATSynEdit

AlexTP:
Added full working code which is like Synwrite:
- CSS autocompletion as func
- HTML autocompletion as func

see wiki.

AlexTP:
Some things added in last months-

- selection hiliting of tokens, doesn't loose font styles (if token was italic, selected token is italic)
- Attribs object, allows to apply color ranges (e.g. hilite brackets)
- URL hiliting

AlexTP:
Now done work to support RETINA on Mac, i was shocked that Synedit (from Martin) supported Retina already, while my code did not. I found out that I need to paint directly to Canvas. Only then Retina image is ok

Now added DoubleBuffered for this and now ok.. it is False for mac , and can be False for QT (True for QT also good)

Navigation

[0] Message Index

[#] Next page

Go to full version