lazarus/components/ideintf
juha afc1272cf2 Cleanup
git-svn-id: trunk@49553 -
2015-07-16 16:45:10 +00:00
..
docs
images
languages Translations: improved Russian translation 2015-06-16 23:56:38 +00:00
actionseditor.lfm IdeIntf: Use Toolbar instead of SpeedButton in ActionEditor. Issue #28110, patch from Alexey Torgashin. 2015-05-17 19:02:37 +00:00
actionseditor.pas Use GlobalDesignHook only if it is assigned. Issue #28175. 2015-05-31 13:45:31 +00:00
actionseditorstd.lfm
actionseditorstd.pas
baseideintf.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
checkgroupeditordlg.lfm
checkgroupeditordlg.pas
checklistboxeditordlg.lfm
checklistboxeditordlg.pas
collectionpropeditform.lfm
collectionpropeditform.pas Use GlobalDesignHook only if it is assigned. Issue #28175. 2015-05-31 13:45:31 +00:00
columndlg.pp
componenteditors.pas Designer: IDEComponentsMaster class proposition for manipulating components (now with single method). r49372 from free-sparta branch by Maciej Izak. 2015-07-12 23:05:13 +00:00
componentreg.pas Component Palette: More detailed "ComponentAddedEvent". r49376 from free-sparta branch by Maciej Izak. 2015-07-12 23:05:15 +00:00
componenttreeview.pas
compoptsintf.pas
dbgridcolumnspropeditform.lfm
dbgridcolumnspropeditform.pas Use GlobalDesignHook only if it is assigned. Issue #28175. 2015-05-31 13:45:31 +00:00
dbpropedits.pas IDEIntf, dbpropedits: check when retrieving fields definitions, issue #27962 2015-04-29 06:20:16 +00:00
fieldseditor.lfm
fieldseditor.pas Use GlobalDesignHook only if it is assigned. Issue #28175. 2015-05-31 13:45:31 +00:00
fieldslist.lfm
fieldslist.pas
filefilterpropeditor.lfm
filefilterpropeditor.pas
formeditingintf.pas IdeIntf: Improve identification of designer forms. r49352,r49367,r49371,r49510 from free-sparta branch by Maciej Izak. 2015-07-12 23:05:08 +00:00
fpmake.pp
frmselectprops.lfm
frmselectprops.pas
graphicpropedit.lfm
graphicpropedit.pas
graphpropedits.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
headercontrolpropedit.pp
helpfpdoc.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
idecommands.pas IDE: Fully implement saving/loading desktops and the GUI for it. Modified patch from Ondrej Pokorny. 2015-07-09 19:05:29 +00:00
idedialogs.pas
ideexterntoolintf.pas
idehelpintf.pas
ideimagesintf.pas IdeIntf: Prevent showing a random image when the desired image does not exist. 2015-06-18 15:03:21 +00:00
ideintf.lpk
ideintf.pas
idemsgintf.pas
ideoptionsintf.pas Move EditorToolbar from a package to IDE sources. Reuse config dialog with IDE Coolbar. 2015-06-21 10:45:24 +00:00
idetextconverter.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
ideutils.pas
idewindowintf.pas IDE: New class TIDETabMaster in LazIdeIntf for managing tabs for sourceeditor and related changes for docked and undocked IDE. r49390 from free-sparta branch by Maciej Izak. 2015-07-12 23:05:25 +00:00
imagelisteditor.lfm
imagelisteditor.pp
keyvalpropeditdlg.lfm
keyvalpropeditdlg.pas
lazideintf.pas IDE: New class TIDETabMaster in LazIdeIntf for managing tabs for sourceeditor and related changes for docked and undocked IDE. r49390 from free-sparta branch by Maciej Izak. 2015-07-12 23:05:25 +00:00
lazstringgridedit.lfm
lazstringgridedit.pas
listviewpropedit.lfm
listviewpropedit.pp
macrodefintf.pas
macrointf.pas
Makefile
Makefile.compiled
Makefile.fpc
maskpropedit.lfm
maskpropedit.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
menuintf.pas IDE: New JumpTo... commands and menu items. Remove the functionality from EditorToolbar. Issue #28199, patch from Ondrej Pokorny. 2015-05-31 10:21:27 +00:00
newfield.lfm IDEIntf: sql new field editor: improved layout, changed syntax mode to objfpc 2015-03-15 11:01:16 +00:00
newfield.pas Use GlobalDesignHook only if it is assigned. Issue #28175. 2015-05-31 13:45:31 +00:00
newitemintf.pas
objectinspector.lfm OI: Don't cover PopupMenu with a hint. Issue #28365, patch from Péter Gábor. 2015-07-01 09:24:11 +00:00
objectinspector.pp OI: Revert r49480 #27f9198058 and update text value in OI control in a better way. Issue #23918. 2015-07-02 18:50:29 +00:00
objinspstrconsts.pas IDEIntf: improved i18n, regenerated translations and updated Russian translation, bug #28067 2015-05-12 21:30:53 +00:00
oifavoriteproperties.pas
packageintf.pas
projectintf.pas Cleanup 2015-07-16 16:45:10 +00:00
projectresourcesintf.pas
projpackintf.pas
propedits.pp PropEdits: Don't create lists in InitPropEdits. Created in other funcs which are called from many initialization sections. 2015-07-14 18:39:52 +00:00
propeditutils.pp
README.txt
srceditorintf.pas Source Editor: New events semWindowShow and semWindowHide. r49388 from free-sparta branch by Maciej Izak. 2015-07-12 23:05:22 +00:00
statusbarpropedit.pp
stringspropeditdlg.lfm
stringspropeditdlg.pas
texttools.pas
treeviewpropedit.lfm
treeviewpropedit.pas
unitresources.pas IdeIntf: Improve identification of designer forms. r49352,r49367,r49371,r49510 from free-sparta branch by Maciej Izak. 2015-07-12 23:05:08 +00:00

This directory contains the IDE interfaces for experts/plugins.

These files are under the modified LGPL as described in COPYING.modifiedLGPL.