Difference between revisions of "User:Alextp"

From Free Pascal wiki
Jump to navigationJump to search
Line 10: Line 10:
 
* TShape (added shapes: triangles, 5-angle star)
 
* TShape (added shapes: triangles, 5-angle star)
 
* TArrow (added custom angle)
 
* TArrow (added custom angle)
 +
* LConvEncoding (refactor)
 
* added function Dialogs.InputQuery with array parameters (like Delphi XE)
 
* added function Dialogs.InputQuery with array parameters (like Delphi XE)
 
* added 2-3 features to SynEdit (at the time when I needed it: new caret shape and showing of some unprinted chars)
 
* added 2-3 features to SynEdit (at the time when I needed it: new caret shape and showing of some unprinted chars)

Revision as of 21:23, 19 August 2015

  • Name: Alexey Torgashin.
  • Location: Russia.

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

Done

I improved stuff:

  • TShape (added shapes: triangles, 5-angle star)
  • TArrow (added custom angle)
  • LConvEncoding (refactor)
  • added function Dialogs.InputQuery with array parameters (like Delphi XE)
  • added 2-3 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
  • added TextHint usage to 4-6 ide forms
  • added treeview (was listbox) to "New project" dialog

Also made help in refactoring Project Inspector (I removed ++ button and moved its funcs into submenu of + btn), Package Manager (same work).

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