Difference between revisions of "ATSynEdit"

From Lazarus wiki
Jump to navigationJump to search
(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...")
 
Line 5: Line 5:
 
It's like SynEdit (also multi-line edit).
 
It's like SynEdit (also multi-line edit).
  
Homepage (press "Download as Zip" button)
+
* Homepage (press "Download as Zip" button at right): https://github.com/Alexey-T/ATSynEdit
 
+
* Code to support EControl engine: https://github.com/Alexey-T/EControl
- https://github.com/Alexey-T/ATSynEdit
 
- https://github.com/Alexey-T/EControl (helper code, to support EControl engine)
 
 
 
  
 
= Intro =
 
= Intro =

Revision as of 23:22, 18 June 2015

About

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

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? ...