lazarus/components/ideintf
2020-08-18 17:35:21 +00:00
..
docs buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
images
languages Translations: Chinese translation update by robsean, bug #37290 2020-07-01 21:39:48 +00:00
actionseditor.lfm
actionseditor.pas IdeIntf: Update Object Inspector after changing order of items in ActionList Editor. Issue #36872. 2020-04-10 11:59:07 +00:00
actionseditorstd.lfm
actionseditorstd.pas
bufdatasetdsgn.pas * Call modified 2020-05-01 15:17:46 +00:00
changeparentdlg.lfm
changeparentdlg.pas
checkgroupeditordlg.lfm
checkgroupeditordlg.pas
checklistboxeditordlg.lfm
checklistboxeditordlg.pas
collectionpropeditform.lfm
collectionpropeditform.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
columndlg.pp IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
componenteditors.pas Designer: Restore function InvokeComponentEditor to componenteditors interface but implement it with PopupMenuComponentEditor. Must not be freed right away. 2020-04-11 09:43:14 +00:00
componentreg.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
componenttreeview.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
dbgridcolumnspropeditform.lfm
dbgridcolumnspropeditform.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
dbpropedits.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
editorsyntaxhighlighterdef.pas
fieldseditor.lfm
fieldseditor.pas IdeIntf: Remove a useless test "AComponent is TDataset". Issue #37070. 2020-08-04 19:53:42 +00:00
fieldslist.lfm
fieldslist.pas
filefilterpropeditor.lfm
filefilterpropeditor.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
formeditingintf.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
fpmake.pp IdeIntf: Implement Selection Editors to extend handling of OI selections. Patch by Sven Barth. 2020-07-22 20:16:20 +00:00
frmselectprops.lfm
frmselectprops.pas
graphicpropedit.lfm
graphicpropedit.pas
graphpropedits.pas IdeIntf: Show icons in ActionlistEditor in native size. Fix offset in ImageIndexPropertyEditor. Issue #35810. 2020-03-28 11:21:40 +00:00
headercontrolpropedit.pp IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
helpfpdoc.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
idecommands.pas IDE, Debugger: Add real "Run-To" 2020-06-06 00:53:44 +00:00
idedialogs.pas IDE: do not confirm overwrite on Cocoa, where the dialog is already confirms replace 2020-07-20 16:55:14 +00:00
idehelpintf.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
ideimagesintf.pas IDE: Show icons in menu 'Window'. Issue #37026, patch (modified) from FTurtle. 2020-05-22 20:48:23 +00:00
ideintf.lpk IdeIntf: Implement Selection Editors to extend handling of OI selections. Patch by Sven Barth. 2020-07-22 20:16:20 +00:00
ideintf.pas IdeIntf: Implement Selection Editors to extend handling of OI selections. Patch by Sven Barth. 2020-07-22 20:16:20 +00:00
idemsgintf.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
ideopteditorintf.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
idetextconverter.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
ideutils.pas IDE: Tools/Options + startup configuration. Improve "make" location, expand paths before openfile dialogs etc. Issue #37386, patch from BrunoK. 2020-07-25 22:51:59 +00:00
idewindowintf.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
imagelisteditor.lfm
imagelisteditor.pp IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
keyvalpropeditdlg.lfm
keyvalpropeditdlg.pas
lazideintf.pas ideintf: added HandlerOnRunDebugInit 2020-06-27 08:56:43 +00:00
lazstringgridedit.lfm
lazstringgridedit.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
listviewpropedit.lfm
listviewpropedit.pp
Makefile LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
Makefile.compiled LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
Makefile.fpc LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
maskpropedit.lfm
maskpropedit.pas
menuintf.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
newfield.lfm
newfield.pas
objectinspector.lfm
objectinspector.pp IdeIntf: Do not undo property editor without paRevertable in Object Inspector. Issue #0037207, patch from Sven Barth. 2020-06-24 10:07:56 +00:00
objinspstrconsts.pas IDEIntf: moved TBufDatasetDesignEditor resource strings to objinspstrconsts.pas, regenerated translations and updated Russian translation 2020-04-30 23:55:19 +00:00
oifavoriteproperties.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
pagespropeditdlg.lfm
pagespropeditdlg.pas
projectgroupintf.pp
propedits.pp Remove useless test for X <> Nil when using "is" operator. 2020-08-18 17:35:21 +00:00
propeditutils.pp Remove useless test for X <> Nil when using "is" operator. 2020-08-18 17:35:21 +00:00
README.txt
selectdatasetdlg.lfm * Rename dialog to avoid resource conflicts 2020-05-01 15:17:10 +00:00
selectdatasetdlg.pas * Rename dialog to avoid resource conflicts 2020-05-01 15:17:10 +00:00
seledits.pas IdeIntf: Implement Selection Editors to extend handling of OI selections. Patch by Sven Barth. 2020-07-22 20:16:20 +00:00
srceditorintf.pas IDE: new file: do not break lines at dots 2020-06-20 16:01:26 +00:00
statusbarpropedit.pp IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
stringspropeditdlg.lfm
stringspropeditdlg.pas IdeIntf: Add caption to a GroupBox with LCL-QT5 to prevent a layout error. Issue #37576. 2020-08-16 07:54:12 +00:00
texttools.pas buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
toolbarintf.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00
treeviewpropedit.lfm
treeviewpropedit.pas buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
unitresources.pas IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units. 2020-03-23 20:33:04 +00:00

This directory contains the IDE interfaces for experts/plugins.

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