Difference between revisions of "User:Alextp"

From Free Pascal wiki
Jump to navigationJump to search
Line 15: Line 15:
 
* 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)
 
* added buttons+colors to Calculator dialog
 
* added buttons+colors to Calculator dialog
* added TextHint usage to 4-6 ide forms
+
* Ide: added TextHint usage to 4-6 forms
* added treeview (was listbox) to "New project" dialog
+
* Ide: added treeview (was listbox) to "New project" dialog
 
+
* Ide: made help in refactoring Project Inspector (I removed ++ button and moved its funcs into submenu of + btn), Package Manager (same work)
Also made help in refactoring Project Inspector (I removed ++ button and moved its funcs into submenu of + btn), Package Manager (same work).
+
* Ide: added "Manifest options" form, added 3-4 options for manifest
  
 
= Comps =
 
= Comps =

Revision as of 03:34, 26 November 2016

  • 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)
  • TreeView Tooltips support
  • 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
  • Ide: added TextHint usage to 4-6 forms
  • Ide: added treeview (was listbox) to "New project" dialog
  • Ide: made help in refactoring Project Inspector (I removed ++ button and moved its funcs into submenu of + btn), Package Manager (same work)
  • Ide: added "Manifest options" form, added 3-4 options for manifest

Comps

Text editors

Github/SF