lazarus/components/cgi/ide
2006-12-01 09:54:59 +00:00
..
lib
cgilazide.lpk added fpcmacosall.pas till it is in FPC 2006-01-03 08:08:56 +00:00
cgilazide.pas added package unit 2006-01-20 15:11:51 +00:00
cgilazideintf.pas implemented saving project session file 2006-01-30 22:01:34 +00:00
Makefile IDE: fixed initial size of Find in files dialog (bug #7625) 2006-12-01 09:54:59 +00:00
Makefile.fpc IDE: fixed initial size of Find in files dialog (bug #7625) 2006-12-01 09:54:59 +00:00
README.txt

Package CGILazIDE

This package is a designtime package for the Lazarus IDE.
It adds a new project type and a new unit type to the IDE.

New Project Type:
  CGI Application - A Free Pascal program for CGI
                 using TCgiApplication for the main source (normally hidden,
                 just like the .lpr file for a normal Application).

New Unit Type:
  CGI Module - A unit with a TCGIDatamodule.