[lazarus] Translating the website
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Jan 3 10:04:38 EST 2002
On Wed, 2 Jan 2002 17:27:04 +0530 (IST)
Nataraj S Narayanan <natarajs at poboxes.com> wrote:
> I wish to get involved intoa bit of development. But the sad thing is my
> lack of experience in developing components in Delphi itself. I may have
> derived some components for my own work from Raize Inc. Hence the
> intricacies involved seem to be overwhelming. In fact, I badly need a set
> of well functioning IB compos. Any suggestions to cut my teeth into
> lazarus?
Some suggestions:
- IDE documentation
+ features: What is already working, differences to Delphi/Kylix,
Wishlist ...
+ document the code itself. For example: listing the class hierachy
and creating READMEs what can be found in what file.
Or just try to understand the IDE code, and write some notes for
every source that is difficult to understand, so that the next
developer feel easier to get involved.
- LCL documentation
- Explain every component in a few sentences. Where they can be found,
and how to use them (examples).
- IDE development
- Change Syntax Language
- Makefile hilighting
- Shell hilighting
- Find in files
- Message Dialog Editor
- Backup Project to dir
- Project Dependencies
- compare files (see Moleskine)
- beautify code
- resource editor
- guessing unclosed begin..end blocks
- Macro (see Delphi) Start: Ctrl-Shift-R, End: Ctrl-Shift-R, Play: Ctrl-Shift-P
- Incremental Search: Ctrl-E (see Delphi)
- Colors for Object inspector
- LCL development
- bugfixes
- TMenu
- graphic streaming
- TCustomGrid, TDrawGrid, TStringGrid, ...
Mattias
More information about the Lazarus
mailing list