lazarus/components
2011-04-04 16:30:46 +00:00
..
aggpas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
chmhelp Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
codetools codetools: parser: fixed starting class section on first space, completeblock: complete class at end of source 2011-04-04 12:45:50 +00:00
compilers
custom
customdrawn Minor reorder of TCDDrawStyle enum, forgotten previously 2011-03-31 06:39:38 +00:00
customform
daemon + added missing Italian translation. Patch by Sandro Cumerlato 2011-02-23 00:39:05 +00:00
datadict regenerated translations; updated Russian translation 2011-03-27 13:49:03 +00:00
dbexport Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
editortoolbar + added missing Italian translation. Patch by Sandro Cumerlato 2011-02-23 00:39:05 +00:00
education IDE: Get rid of Environment menu and move items to Tools menu. 2011-03-17 11:54:25 +00:00
externhelp + added missing Italian translation. Patch by Sandro Cumerlato 2011-02-23 00:39:05 +00:00
filebrowser
fpcunit + added missing Italian translation. Patch by Sandro Cumerlato 2011-02-23 00:39:05 +00:00
fpweb + added missing Italian translation. Patch by Sandro Cumerlato 2011-02-23 00:39:05 +00:00
h2pas regenerated translations; updated Russian translation 2011-03-27 13:49:03 +00:00
IdeInspector
images
jcf2 IDE: reorder main menu items. 2011-03-09 12:33:33 +00:00
lazcontrols updated Makefile.compiled 2011-01-13 12:07:32 +00:00
lazreport Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
lazsvnpkg Components: move 2 comps to Tolls menu's itmSecondaryTools section. 2011-03-13 15:26:44 +00:00
lazthread
leakview + added missing Italian translation. Patch by Sandro Cumerlato 2011-02-23 00:39:05 +00:00
macfiles updated Makefile.compiled 2011-01-13 12:07:32 +00:00
memds + added missing Italian translation. Patch by Sandro Cumerlato 2011-02-23 00:39:05 +00:00
messagecomposer MessageComposer: moved into a better place in Source menu. 2011-03-09 21:00:47 +00:00
mouseandkeyinput
mpaslex
opengl IDE: codebrowser: thousandseparator, bug #19019 2011-03-30 20:13:35 +00:00
paradox
plotfunction Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
prettymessages
printers + added missing Italian translation. Patch by Sandro Cumerlato 2011-02-23 00:39:05 +00:00
projecttemplates ProjectTemplates: Move the settings dialog to Environment menu from Tools menu. 2011-03-09 21:00:36 +00:00
rtticontrols Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
rx
sdf updated Makefiles 2011-02-07 13:51:40 +00:00
simpleideintf
sqldb translations: german: updates from Swen Heinig 2011-03-20 00:17:36 +00:00
sqlite
synedit SynEdit: Codefolding for user-selected blocks: fix unfolding, fix gutter invalidation 2011-04-03 17:16:49 +00:00
synunihighlighter + added missing Italian translation. Patch by Sandro Cumerlato 2011-02-23 00:39:05 +00:00
tachart TAChart: Fix AV while drawing chart with zero axises 2011-04-04 16:30:46 +00:00
tdbf + added missing Italian translation. Patch by Sandro Cumerlato 2011-02-23 00:39:05 +00:00
todolist translations: german: updates from Swen Heinig 2011-03-20 00:17:36 +00:00
turbopower_ipro tpipro: clean up 2011-03-27 17:59:13 +00:00
Makefile
Makefile.fpc
README.txt

cgi
  CGI Data Modules

chmhelp
  Package lhelpcontrolpkg for using chm files in the IDE.

codetools
  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
  Obsolete: Use packages instead
    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.

educationlaz
  Extends/configures the IDE for education, training, courses

filebrowser
  A file browser window for the IDE.

fpcunit
  template for a fpcunit gui test runner

fpweb
  ?

h2pas
  Adds graphical interface to the IDE for the h2pas command line tool.

images
  More image formats for LCL applications.

interbase
  Database support for interbase.

jcf2
  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
  Memory database package.

messagecomposer
  A graphical editor to create MessageDlg statements.

mouseandkeyinput
  A package demonstrating how to manipulate mouse and keyboard input.

mpaslex
  A small and fast pascal parser.

opengl
  A OpenGL control.

paradox
  Support for paradox databases.

plotfunction
  A LCL control for drawing plots and graphs.

popupnotifier
  ?

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 database package.

simpleideintf
  A test environment for IDE packages.

sqlite
  SQLite database package.

synedit
  The text editor control used by the IDE.

synunihighlighter
  An universal highlighter for synedit.

tachart
  A control for graphs and plots.

tdbf
  TDBF database package.

trayicon
  An icon for the system tray.

turbopower_ipro
  A HTML control.