mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-27 12:01:34 +01:00
updated components/README.txt
git-svn-id: trunk@20539 -
This commit is contained in:
parent
dda7ce7306
commit
3be1814562
@ -1,59 +1,136 @@
|
|||||||
cgi
|
cgi
|
||||||
CGI Data Modules
|
CGI Data Modules
|
||||||
Incomplete: Requires implementation of the IDE Interface for data modules.
|
|
||||||
|
chmhelp
|
||||||
|
Package lhelpcontrolpkg for using chm files in the IDE.
|
||||||
|
|
||||||
codetools
|
codetools
|
||||||
The builtin pascal parser and pascal completion/refactoring tools of the IDE.
|
The builtin pascal parser and pascal completion/refactoring tools of the IDE.
|
||||||
|
|
||||||
|
compilers
|
||||||
|
Work in progress. Packages to extend the IDE for other languages.
|
||||||
|
|
||||||
custom
|
custom
|
||||||
Obsolete: Use packages instead
|
Obsolete: Use packages instead
|
||||||
User defined components for the IDE
|
User defined components for the IDE
|
||||||
|
|
||||||
|
customform
|
||||||
|
Registering custom form descendants in the IDE.
|
||||||
|
|
||||||
|
daemon:
|
||||||
|
Package to create programs that run as daemon under linux or service under
|
||||||
|
windows.
|
||||||
|
|
||||||
|
datadict
|
||||||
|
Support for data dictionaries for the IDE and applications.
|
||||||
|
|
||||||
|
dbexport
|
||||||
|
Export databases to various file formats.
|
||||||
|
|
||||||
|
editortoolbar
|
||||||
|
A customizable tolbar for the source editor.
|
||||||
|
|
||||||
|
filebrowser
|
||||||
|
A file browser window for the IDE.
|
||||||
|
|
||||||
fpcunit
|
fpcunit
|
||||||
template for a fpcunit gui test runner
|
template for a fpcunit gui test runner
|
||||||
|
|
||||||
gtk
|
fpweb
|
||||||
GTK specific components
|
?
|
||||||
|
|
||||||
gtkglarea
|
h2pas
|
||||||
An OpenGL control. Only usable with the gtk interface under linux.
|
Adds graphical interface to the IDE for the h2pas command line tool.
|
||||||
|
|
||||||
htmllite
|
images
|
||||||
HTMLLite package. A multithreaded HTML control.
|
More image formats for LCL applications.
|
||||||
|
|
||||||
interbase
|
interbase
|
||||||
Interbase database package.
|
Database support for interbase.
|
||||||
|
|
||||||
jpeg
|
jcf2
|
||||||
JPEG support for LCL and IDE.
|
Jedi code formatter 2.
|
||||||
|
|
||||||
|
lazreport
|
||||||
|
Report generators and grpahical editors for the IDE.
|
||||||
|
|
||||||
|
lazthread
|
||||||
|
?
|
||||||
|
|
||||||
|
leakview
|
||||||
|
Extends the IDE with a graphical viewer for the heaptrc output.
|
||||||
|
|
||||||
|
macfiles
|
||||||
|
Package to create OS X application bundles.
|
||||||
|
|
||||||
memds
|
memds
|
||||||
Memory database package.
|
Memory database package.
|
||||||
|
|
||||||
|
messagecomposer
|
||||||
|
A graphical editor to create MessageDlg statements.
|
||||||
|
|
||||||
|
mouseandkeyinput
|
||||||
|
A package demonstrating how to manipulate mouse and keyboard input.
|
||||||
|
|
||||||
mpaslex
|
mpaslex
|
||||||
A small and fast pascal parser.
|
A small and fast pascal parser.
|
||||||
|
|
||||||
mysql
|
opengl
|
||||||
MySQL database package.
|
A OpenGL control.
|
||||||
|
|
||||||
|
paradox
|
||||||
|
Support for paradox databases.
|
||||||
|
|
||||||
|
plotfunction
|
||||||
|
A LCL control for drawing plots and graphs.
|
||||||
|
|
||||||
|
popupnotifier
|
||||||
|
?
|
||||||
|
|
||||||
|
prettyformat
|
||||||
|
Adds menu items to the IDE for beautifiying code via ptop.
|
||||||
|
|
||||||
|
prettymessages
|
||||||
|
Hide unwanted hints, warnings and all kind of messages in the message window.
|
||||||
|
|
||||||
|
printers
|
||||||
|
Printing support.
|
||||||
|
|
||||||
|
projecttemplates
|
||||||
|
Create project templates from your projects.
|
||||||
|
|
||||||
|
rtticontrols
|
||||||
|
A set of controls using the run time type information. For example a checkbox
|
||||||
|
can be connected to a published boolean property of an arbitrary class without
|
||||||
|
writing any code.
|
||||||
|
|
||||||
|
rx
|
||||||
|
?
|
||||||
|
|
||||||
sdf
|
sdf
|
||||||
SDF database package.
|
SDF database package.
|
||||||
|
|
||||||
|
simpleideintf
|
||||||
|
A test environment for IDE packages.
|
||||||
|
|
||||||
sqlite
|
sqlite
|
||||||
SQLite database package.
|
SQLite database package.
|
||||||
|
|
||||||
synedit
|
synedit
|
||||||
The editor controls used by the IDE.
|
The text editor control used by the IDE.
|
||||||
|
|
||||||
synunihighlighter
|
synunihighlighter
|
||||||
An universal highlighter for synedit.
|
An universal highlighter for synedit.
|
||||||
|
|
||||||
|
tachart
|
||||||
|
A control for graphs and plots.
|
||||||
|
|
||||||
tdbf
|
tdbf
|
||||||
TDBF database package.
|
TDBF database package.
|
||||||
|
|
||||||
|
trayicon
|
||||||
|
An icon for the system tray.
|
||||||
|
|
||||||
turbopower_ipro
|
turbopower_ipro
|
||||||
A HTML control.
|
A HTML control.
|
||||||
|
|
||||||
units
|
|
||||||
Output directory for IDE built-in packages (synedit, codetools)
|
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
fpWeb does not work with fpc 2.0.4.
|
Author: Michael Van Canneyt
|
||||||
It needs at least 2.3.x.
|
|
||||||
|
|||||||
@ -1,12 +1,13 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<PathDelim Value="/"/>
|
<Version Value="7"/>
|
||||||
<Version Value="6"/>
|
|
||||||
<General>
|
<General>
|
||||||
|
<Flags>
|
||||||
|
<LRSInOutputDirectory Value="False"/>
|
||||||
|
</Flags>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<IconPath Value="./"/>
|
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
<Title Value="exampleproject1"/>
|
<Title Value="exampleproject1"/>
|
||||||
</General>
|
</General>
|
||||||
@ -42,19 +43,15 @@
|
|||||||
<Filename Value="example1.pas"/>
|
<Filename Value="example1.pas"/>
|
||||||
<ComponentName Value="Form1"/>
|
<ComponentName Value="Form1"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<ResourceFilename Value="example1.lrs"/>
|
|
||||||
<UnitName Value="Example1"/>
|
<UnitName Value="Example1"/>
|
||||||
</Unit1>
|
</Unit1>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="8"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<SrcPath Value="$(LazarusDir)/lcl/;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)/"/>
|
<SrcPath Value="$(LazarusDir)/lcl/;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)/"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
|
||||||
<Generate Value="Faster"/>
|
|
||||||
</CodeGeneration>
|
|
||||||
<Linking>
|
<Linking>
|
||||||
<Options>
|
<Options>
|
||||||
<Win32>
|
<Win32>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user