User:Wanderlan

From Free Pascal wiki
Jump to navigationJump to search

TODO List

1- Document Grids unit

 1.1- TCustomGrid
 1.2- TStringGrid
 1.3- TDrawGrid

2- Help to document units whose documentation has already begun but not finished.

3- Support LazDE

4- LazGrid: Extend TStringGrid or TRTTIGrid with new features:

 4.1- Comprehensive set of default editors: MaskEdit, Date, DateTime, Time, Image, Memo, SpinEdit (Subrange), RichEdit, Currency, Set
   (OnGetEditText, OnGetEditMask, OnSelectEditor, OnEditButtonClick, OnPickListSelect)
 4.2- Default Navigator
 4.3- Printer dialog with preview
 4.4- Search
 4.5- CardView (TObjectProperty)
 4.6- Filter (parser?)
 4.7- Sort by column (OnHeaderClick, OnCompareCell, SortColRow)
 4.8- Remove/insert columns (TGridColumn.visible)
 4.9- Indicators (>, *, bookmarks)
 4.10- AutoSizeColumns (method)
 4.11- Group by columns (OnDrawCell)
 4.12- Master/Details
 4.13- Agreggate functions in Group by

5- LazDiagram: Convert DrawObjects [1] [2] to Lazarus.

 5.1- Add enhances from DiagramDesigner [3]

6- LazPlugin.

 6.1- Use Firefox [4] and IE [5] plugins 
 6.2- Use SSL and LZPX, see Flex 

7- Propose new CSS for help online. The current is not attractive.

8- Access FPC manual and Wiki tutorial with F1.

9- Help to improve the Lazarus debugger using code from MSEide