[lazarus] Updates

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Oct 8 13:06:49 EDT 2002


Hi all,

I have accelerated some painting stuff in the gtk-interface, that are used by the designer. If some painting functions do not set the colors correct anymore plz tell me.


Other things:
- word completion: On return the word completion now replaces the whole
  identifier and on shift+return replaces only the prefix.
- code completion: added forward procedure insert policies
    A forward procedure is for example a procedure declaration in the interface
    or a procedure with the 'forward' specifier. Code completion checks if
    there is a procedure body and if not, it will create one. The new options
    in the code creation dialog define where the body is inserted.
    The default behaviour is to create code similar to the LCL style:
    In front of methods and in the same order as in the interface.
    See Environment -> CodeTools Options -> Code Creation
- code completion: added option to prevent mixing methods and properties
   (like the Delphi IDE). Default is off.
- find declaration: fixed warning of searching again in system unit
- find declaration: fixed searching in class method body
- find declaration: fixed searching type of property
- form editing: improvements for multi form editing
- form editing: fixed a few things with non visual components


Mattias






More information about the Lazarus mailing list