From 75d0b90eab7bbd87bb342d7bb762172f2d7a7b57 Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 19 Mar 2004 22:46:40 +0000 Subject: [PATCH] added README.txt git-svn-id: trunk@5333 - --- .gitattributes | 1 + components/README.txt | 56 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 components/README.txt diff --git a/.gitattributes b/.gitattributes index 14ff83ac07..d88ae090fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto !eol /COPYING.modifiedLGPL -text svneol=unset#application/octet-stream +components/README.txt svneol=native#text/plain components/cgi/cgilaz.lpk svneol=native#text/pascal components/cgi/cgimodules.pas svneol=native#text/pascal components/codetools/allcodetoolunits.pp svneol=native#text/pascal diff --git a/components/README.txt b/components/README.txt new file mode 100644 index 0000000000..42f09c1ecb --- /dev/null +++ b/components/README.txt @@ -0,0 +1,56 @@ +cgi + CGI Data Modules + Incomplete: Requires implementation of the IDE Interface for data modules. + +codetools + The builtin pascal parser and pascal completion/refactoring tools of the IDE. + +custom + Obsolete: Use packages instead + User defined components for the IDE + +gtk + GTK specific components + + gtkglarea + An OpenGL control. Only usable with the gtk interface under linux. + +htmllite + HTMLLite package. A multithreaded HTML control. + +interbase + Interbase database package. + +jpeg + JPEG support for LCL and IDE. + +memds + Memory database package. + +mpaslex + A small and fast pascal parser. + +mysql + MySQL database package. + +sdf + SDF database package. + +sqlite + SQLite database package. + +synedit + The editor controls used by the IDE. + +synunihighlighter + An universal highlighter for synedit. + +tdbf + TDBF database package. + +turbopower_ipro + A HTML control. + +units + Output directory for IDE built-in packages (synedit, codetools) +