lazarus/components/ideintf
2018-09-21 16:44:23 +00:00
..
docs
images
languages IDEIntf: Activate modified component editor for TFlowPanel in order to be able to rearrange controls (issue #34286, modified patch by silvioprog) 2018-09-21 13:46:18 +00:00
actionseditor.lfm
actionseditor.pas
actionseditorstd.lfm
actionseditorstd.pas
baseideintf.pas IdeIntf: Move TScanModeFPCSources from LazIdeIntf to BaseIdeIntf, for reducing LCL dependencies later. 2018-07-24 12:50:41 +00:00
changeparentdlg.lfm
changeparentdlg.pas
checkgroupeditordlg.lfm
checkgroupeditordlg.pas
checklistboxeditordlg.lfm
checklistboxeditordlg.pas
collectionpropeditform.lfm IDEIntf: Activate modified component editor for TFlowPanel in order to be able to rearrange controls (issue #34286, modified patch by silvioprog) 2018-09-21 13:46:18 +00:00
collectionpropeditform.pas LCL: Fix FlowPanel component editor to correctly enable/disable buttons when opened. 2018-09-21 16:44:23 +00:00
columndlg.pp Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
componenteditors.pas IDEIntf: Activate modified component editor for TFlowPanel in order to be able to rearrange controls (issue #34286, modified patch by silvioprog) 2018-09-21 13:46:18 +00:00
componentreg.pas Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg. 2018-07-24 17:49:21 +00:00
componenttreeview.pas Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils. 2018-06-13 13:59:07 +00:00
compoptsintf.pas IdeIntf: Improve the CompilationTool stuff. Remove and clean code. Issue #34283. 2018-09-17 16:53:37 +00:00
dbgridcolumnspropeditform.lfm
dbgridcolumnspropeditform.pas
dbpropedits.pas
editorsyntaxhighlighterdef.pas IDE, SourceEditor: added css highlight. issue #030519 patch by Darek Mazur 2018-07-16 12:00:47 +00:00
fieldseditor.lfm
fieldseditor.pas
fieldslist.lfm
fieldslist.pas IdeIntf: Simplify function FieldNameToPascalIdentifier in FieldsList. 2018-09-20 08:18:49 +00:00
filefilterpropeditor.lfm
filefilterpropeditor.pas
formeditingintf.pas Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
fpmake.pp
fppkgintf.pas ide: Forgot to add file in r58409 #085797a364 2018-06-25 21:58:25 +00:00
frmselectprops.lfm
frmselectprops.pas
graphicpropedit.lfm
graphicpropedit.pas
graphpropedits.pas IDEIntf: less hints, comments 2018-05-22 08:00:08 +00:00
headercontrolpropedit.pp
helpfpdoc.pas Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
idecommands.pas Two new toolbar commands for bookmarks. Issue #0033947 Patch by FTurtle 2018-07-13 12:23:16 +00:00
idedialogs.pas IdeIntf: Move MessageDialog pointers from IDEDialogs to a new LazMsgDialogs. Break LCL dependency there. 2018-07-24 12:50:39 +00:00
ideexterntoolintf.pas IDE: Separate units ExtToolsConsole (no LCL) and ExtToolsIDE (with LCL) from ExtTools. 2018-07-28 13:38:06 +00:00
idehelpintf.pas Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
ideimagesintf.pas Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
ideintf.lpk IdeIntf: Move MessageDialog pointers from IDEDialogs to a new LazMsgDialogs. Break LCL dependency there. 2018-07-24 12:50:39 +00:00
ideintf.pas IdeIntf: Move MessageDialog pointers from IDEDialogs to a new LazMsgDialogs. Break LCL dependency there. 2018-07-24 12:50:39 +00:00
idemsgintf.pas Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
ideopteditorintf.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
ideoptionsintf.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
idetextconverter.pas Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils. 2018-06-13 13:59:07 +00:00
ideutils.pas IDE: Allow to replace a path in PathEditor if a new path differs only by character case. Issue #33902. 2018-09-01 22:07:59 +00:00
idewindowintf.pas IDE: fix default positions on High-DPI. Issue #33695 2018-06-18 18:37:53 +00:00
imagelisteditor.lfm Imagelist: fix moving first item down, incl refactor Issue #033903 Patch by FTurtle 2018-07-21 18:44:03 +00:00
imagelisteditor.pp Format and clean uses sections. 2018-07-25 13:38:35 +00:00
keyvalpropeditdlg.lfm
keyvalpropeditdlg.pas
lazideintf.pas IdeIntf: Move TScanModeFPCSources from LazIdeIntf to BaseIdeIntf, for reducing LCL dependencies later. 2018-07-24 12:50:41 +00:00
lazmsgdialogs.pas IdeIntf: Move MessageDialog pointers from IDEDialogs to a new LazMsgDialogs. Break LCL dependency there. 2018-07-24 12:50:39 +00:00
lazstringgridedit.lfm
lazstringgridedit.pas
listviewpropedit.lfm
listviewpropedit.pp
macrodefintf.pas
macrointf.pas Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
Makefile set trunk version to 2.0.0PreRelease 2018-09-15 19:41:22 +00:00
Makefile.compiled updated makefiles 2018-07-11 23:58:59 +00:00
Makefile.fpc updated makefiles 2018-07-11 23:58:59 +00:00
maskpropedit.lfm
maskpropedit.pas
menuintf.pas Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils. 2018-06-13 13:59:07 +00:00
newfield.lfm
newfield.pas
newitemintf.pas
objectinspector.lfm ideintf: objectinspector: Fix status bar misalignment. issue #33825 2018-06-04 12:29:39 +00:00
objectinspector.pp IdeIntf: Improve TOIPropertyGridRow.IsDisabled from r59082 #ac8ef42f9f. 2018-09-19 14:57:46 +00:00
objinspstrconsts.pas IDEIntf: Activate modified component editor for TFlowPanel in order to be able to rearrange controls (issue #34286, modified patch by silvioprog) 2018-09-21 13:46:18 +00:00
oifavoriteproperties.pas
packagedependencyintf.pas Refactor: move LazIsValidIdent from IdeUtils to PackageDependencyIntf. 2018-06-09 14:39:51 +00:00
packageintf.pas IDE: Separate units ExtToolsConsole (no LCL) and ExtToolsIDE (with LCL) from ExtTools. 2018-07-28 13:38:06 +00:00
packagelinkintf.pas Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
pagespropeditdlg.lfm
pagespropeditdlg.pas Formatting, cleanup, also remove unused funcs in ProcedureList. 2018-07-24 12:50:26 +00:00
projectintf.pas IDEIntf: added TProjectIntf.RemovePackageDependency 2018-09-06 08:31:26 +00:00
projectresourcesintf.pas Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
projpackintf.pas
propedits.pp LCL: Fix FlowPanel component editor to correctly enable/disable buttons when opened. 2018-09-21 16:44:23 +00:00
propeditutils.pp Components: use LazLoggerBase instead of LazLogger 2018-06-02 16:46:39 +00:00
README.txt
srceditorintf.pas LazUtils: Move string manipulation functions from LazUtilities to LazStringUtils. 2018-07-25 23:44:54 +00:00
statusbarpropedit.pp
stringspropeditdlg.lfm
stringspropeditdlg.pas
texttools.pas
toolbarintf.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
treeviewpropedit.lfm
treeviewpropedit.pas
unitresources.pas

This directory contains the IDE interfaces for experts/plugins.

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