lazarus/components/simpleideintf
mattias e4af1bda51 simpleideintf: fixed compilation
git-svn-id: trunk@21958 -
2009-10-01 19:41:36 +00:00
..
examples simpleideintf: fixed compilation 2009-10-01 19:41:36 +00:00
README.txt added package SimpleIDEIntf to test IDE plugins easier 2007-01-04 19:51:33 +00:00
simpleide.pas simpleideintf: fixed abstract methods 2009-10-01 19:38:48 +00:00
simpleideintf.lpk added package SimpleIDEIntf to test IDE plugins easier 2007-01-04 19:51:33 +00:00
simpleideintf.pas added package SimpleIDEIntf to test IDE plugins easier 2007-01-04 19:51:33 +00:00

SimpleIDEIntf
=============

This package simulates a simple IDE to allow testing IDE experts at command
line. It fills several objects and functions of the IDEIntf.

For example:
examples/testh2pastool.lpi

The h2paswizard package provides an IDE menu item, a dialog and several text
tools to parse and change sources. The example project demonstrates how to
use the SimpleIDEIntf package to test the text tools of the h2paswizard with
a command line program, which compiles fast and can be debugged easier than
the package in the IDE.

./testh2pastool files/h2pastest.pas