mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 10:00:48 +02:00
added README.txt
git-svn-id: trunk@5333 -
This commit is contained in:
parent
7dc0dfe431
commit
75d0b90eab
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
56
components/README.txt
Normal file
56
components/README.txt
Normal file
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user