Difference between revisions of "User:Alextp"

From Free Pascal wiki
Jump to navigationJump to search
Line 13: Line 13:
  
 
* [[ATSynEdit]]
 
* [[ATSynEdit]]
 +
* [[ATBinHex]]
 
* [[ATGauge]]
 
* [[ATGauge]]
* [[ATBinHex]]
 
 
* [[ATTabs]]
 
* [[ATTabs]]
 
* [[ATGroups]]
 
* [[ATGroups]]
 
* [[ATStatusBar]]
 
* [[ATStatusBar]]
 
* [[ATScrollBar]]
 
* [[ATScrollBar]]
 +
* [[ATButton]]
 +
* [[ATListbox]]
 
* [[ShapeLine]]
 
* [[ShapeLine]]
  

Revision as of 20:04, 1 August 2015

  • Name: Alexey Torgashin.
  • Location: Russia.

Main field of interest in Lazarus: LCL and its controls.

Done

I improved several controls: TShape (added 3 new shapes), TArrow (added custom angle), added function Dialogs.InputQuery with array parameters (like Delphi XE), added n features to SynEdit (at the time when I needed it: new caret shape and showing of some unprinted chars), added buttons+colors to Calculator dialog.

Also made help in refactoring Project Inspector (I removed ++ button and moved its funcs into submenu of + btn), Package Manager (same work), added icons to "New project" dialog, some other works.

Comps

Text editors

I have already very detailed SynWrite text editor. It has many plugins. And syntax lexers (about 140). It uses EControl engine (not synedit of course).

Github/SF

My components and SynWrite plugins: https://github.com/Alexey-T/

Delphi work: http://atviewer.sf.net