mseide-msegui

Freepascal-based gui development library and ide
  http://www.homepage.bluewin.ch/msegui/
  0
  no reviews



The library:
- uses some revolutionary approaches
- compiles with fpc 2.2 and fpc 2.3 .
- tested on i386-linux suse 9.0,10.3 and i386-win32 98/2000/xp.
- links to xlib and gdi32, no external widget library needed.
- internal character encoding is ucs2.
- uses anti aliased fonts on linux (xft).
- all screen drawing is double buffered.
- has docking forms and mdi.
- has embedded forms (similar to tframe).
- has database access components and data edit widgets.
- internationalization functionality with resource modules.
- report generator.
- automatic layout management
- skinning
due to some fpc limitations, only static linking is currently possible.

ide:
- integrated debugging.
- source code highlighting.
- source code navigation with support for include files.
- code completion for classes.
- integrated visual form designer with source code update for components and
events.
- flexible and handy build system with switchable macros.
- visual form inheritance.
- integrated report designer.
- wysiwyg layout management
- inherited forms ( both subclassing and superclassing )