ATSynEdit

From Lazarus wiki
Revision as of 23:21, 18 June 2015 by Alextp (talk | contribs) (Created page with " = About = ATSynEdit is multi-line editor control, with fixed font. It's like SynEdit (also multi-line edit). Homepage (press "Download as Zip" button) - https://github.com...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About

ATSynEdit is multi-line editor control, with fixed font. It's like SynEdit (also multi-line edit).

Homepage (press "Download as Zip" button)

- https://github.com/Alexey-T/ATSynEdit - https://github.com/Alexey-T/EControl (helper code, to support EControl engine)


Intro

  • Whath it's not? What features it have? What limitations have?
  • Similitude and difference from other components (like SynEdit)?
  • How can I use it, in my programs? Does it need to be installed? Download sources?
  • What parts does't it have?
  • Wich are the their methods and properties?
  • What is a basic code for to use ATSynEdit?
  • How does it manage the coordinates? How does it show the information on screen?
  • How to manage the cursor, the selection?
  • How to modify the contents? lines, words, pargaraphs, pages,
  • Does it have search/replece? Highlighting? ...