lazarus/components/cgi/ide
2010-07-28 20:58:37 +00:00
..
languages * 1) renamed Czech translation files to *.cs.po (in accordance with ISO 639-1 standard). This makes automatic Czech translation selection work. Bug #17048. 2010-07-28 20:58:37 +00:00
lib implemented registration functions for project, file and package types, added cgilazide package 2004-11-22 21:39:40 +00:00
cgilazide.lpk Components: localized CGI component 2010-04-21 22:12:57 +00:00
cgilazide.pas components: return correct file case for packages units 2010-07-14 15:52:03 +00:00
cgilazideintf.pas IDE, components: various improvements for descriptions in 'New...' dialog, bug #10808. 2010-05-13 21:38:53 +00:00
Makefile cgilazide: updated makefile 2010-07-02 00:07:24 +00:00
Makefile.fpc cgilazide: updated makefile 2010-07-02 00:07:24 +00:00
README.txt implemented registration functions for project, file and package types, added cgilazide package 2004-11-22 21:39:40 +00:00

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.