lazarus/components/ideintf
2020-03-18 18:54:21 +00:00
..
docs
images IDE/Restriction Browser: Fix visibility of icon on customdrawn button. 2018-10-19 11:19:00 +00:00
languages Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
actionseditor.lfm IDE: use IDEImages instead of custom image lists 2018-05-09 01:39:31 +00:00
actionseditor.pas IdeIntf: Prevent crash when renaming TAction in TActionListEditor. Issue #35226, patch from Anton. 2019-03-15 11:23:35 +00:00
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 Respect compiler OPT='-v0' by using {$push} and {$pop} in code. Issue #34955. 2019-03-16 21:17:58 +00:00
checkgroupeditordlg.lfm
checkgroupeditordlg.pas IDEIntf: less hints 2018-02-12 14:47:30 +00:00
checklistboxeditordlg.lfm
checklistboxeditordlg.pas IDEIntf: less hints 2018-01-18 21:23:52 +00:00
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 IDEIntf: Disable INS and DEL keyboard shortcuts in collection property editor if "+" and "-" buttons are hidden. 2018-09-21 23:05:00 +00:00
columndlg.pp Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
componenteditors.pas Revert r62735 #e640958255: IDE: Embedded designer. 2020-03-11 15:46:57 +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 Designer: Support Undo-action for changed Parent of a component. Issue #26815. 2019-10-05 19:47:24 +00:00
compoptsintf.pas IDEIntf: added TLazCompilationToolOptions.Parsers 2019-04-05 11:42:16 +00:00
dbgridcolumnspropeditform.lfm
dbgridcolumnspropeditform.pas IdeIntf: Add ForceUpdate parameter for selecting items in GridColumns editor. Prevents an AV when deleting a column. Issue #36260. 2019-12-15 23:08:07 +00:00
dbpropedits.pas IdeIntf: Make methods private. Formatting. The usefull changes in issues #32902 and #32903. 2017-12-30 12:06:13 +00:00
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 fixes for is precedence change in fpc r44266 #831fd20413 2020-03-06 12:07:46 +00:00
fieldslist.lfm
fieldslist.pas IdeIntf: Simplify function FieldNameToPascalIdentifier in FieldsList. 2018-09-20 08:18:49 +00:00
filefilterpropeditor.lfm
filefilterpropeditor.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
formeditingintf.pas Designer: Add debug lines to designer code and class destructors for testing issue #36151. 2019-10-08 17:12:10 +00:00
fpmake.pp
fppkgintf.pas fppkg: Implement support for package-variants 2018-12-01 22:33:45 +00:00
frmselectprops.lfm
frmselectprops.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
graphicpropedit.lfm
graphicpropedit.pas IDEIntf: less hints 2018-02-12 14:47:30 +00:00
graphpropedits.pas LCL/ComboBoxEx: Use type TImageIndex for image index properties of TComboboxEx. Issue #33026, patch by Michal Gawrycki. 2019-12-11 21:43:21 +00:00
headercontrolpropedit.pp
helpfpdoc.pas Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
idecommands.pas IDE: New toolbutton command "Open Recent Project". Issue #35883, patch from FTurtle. 2019-10-20 18:13:56 +00:00
idedialogs.pas IDE: fixed invalidate filestate cache after TSaveDialog 2019-03-08 12:12:59 +00:00
ideexterntoolintf.pas IDEIntf: added flag mlfStdError to external tool messages, issue #34996 2019-02-03 21:24:49 +00:00
idehelpintf.pas IdeIntf: Delete old deprecated methods and properties. 2018-10-02 12:59:21 +00:00
ideimagesintf.pas ideintf: less hints 2018-10-01 15:11:48 +00:00
ideintf.lpk IDEIntf, projectgroups: moved projectgroupintf.pp to IDEIntf 2019-07-11 12:58:00 +00:00
ideintf.pas IDEIntf, projectgroups: moved projectgroupintf.pp to IDEIntf 2019-07-11 12:58:00 +00:00
idemsgintf.pas Delete old deprecated methods. 2018-09-28 11:06:40 +00:00
ideopteditorintf.pas ideintf: less hints 2018-10-01 15:11:48 +00:00
ideoptionsintf.pas Revert r62735 #e640958255: IDE: Embedded designer. 2020-03-11 15:46:57 +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 Revert r62735 #e640958255: IDE: Embedded designer. 2020-03-11 15:46:57 +00:00
imagelisteditor.lfm IDEIntf: Allow to add sliced images to the image list editor of the multi-res imagelist (see https://forum.lazarus.freepascal.org/index.php/topic,43088.msg301126.html) 2018-11-03 21:14:09 +00:00
imagelisteditor.pp IDEIntf: Clean up of unused variables in r59440 #cb566ae12d 2018-11-03 21:59:31 +00:00
keyvalpropeditdlg.lfm
keyvalpropeditdlg.pas IDEIntf: less hints 2018-02-12 14:47:30 +00:00
lazideintf.pas IdeIntf: Remove a useless HandlerType parameter from DoCallShowDesignerFormOfSourceHandler. Flag lihtShowDesignerFormOfSource is used always. 2019-10-18 21:49:21 +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 IDEIntf: less hints 2018-02-12 14:47:30 +00:00
listviewpropedit.lfm
listviewpropedit.pp IDEIntf: less hints 2018-02-12 14:47:30 +00:00
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 IDEIntf: moved TAbstractIDEProjectOptions to unit projectintf, added TAbstractIDEProjectOptions.GetProject 2018-01-09 11:35:58 +00:00
menuintf.pas IDE: clean up ecCompile 2019-07-09 10:41:03 +00:00
newfield.lfm IDE, fix form size for NewField dialog, from Aleksey Lagunov, issue #35249 2019-03-20 06:11:22 +00:00
newfield.pas IDE, fix form size for NewField dialog, from Aleksey Lagunov, issue #35249 2019-03-20 06:11:22 +00:00
newitemintf.pas
objectinspector.lfm IdeIntf: Allow F12 and other hotkeys in Object Inspector when the selection Combobox is active. Issue #29335, patch from ptvs. 2019-03-22 09:36:22 +00:00
objectinspector.pp IdeIntf: Minor optimization, use hard typecast when appropriate. 2020-03-18 18:54:21 +00:00
objinspstrconsts.pas IDE: Add checkbox to show/hide property filter in object inspector. Issue #35043, patch from ptvs. 2019-02-11 16:35:11 +00:00
oifavoriteproperties.pas IdeIntf: Minor optimization, use hard typecast when appropriate. 2020-03-18 18:54:21 +00:00
packagedependencyintf.pas LazUtils: Move function LazIsValidIdent from PackageDependencyIntf (IdeIntf) to LazStringUtils. 2019-10-27 15:46:04 +00:00
packageintf.pas IDE: clean up 2019-01-02 17:07:17 +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
projectgroupintf.pp Remove unused units from uses sections. 2019-10-31 23:12:37 +00:00
projectintf.pas Debugger: Allow project to override selected debugger. 2019-08-06 15:38:36 +00:00
projectresourcesintf.pas Refactor: reorder uses sections. 2018-06-09 14:39:54 +00:00
projpackintf.pas
propedits.pp LazUtils: Move function LazIsValidIdent from PackageDependencyIntf (IdeIntf) to LazStringUtils. 2019-10-27 15:46:04 +00:00
propeditutils.pp Components: use LazLoggerBase instead of LazLogger 2018-06-02 16:46:39 +00:00
README.txt
srceditorintf.pas Revert r62735 #e640958255: IDE: Embedded designer. 2020-03-11 15:46:57 +00:00
statusbarpropedit.pp
stringspropeditdlg.lfm
stringspropeditdlg.pas IDEIntf: less hints 2018-01-18 21:23:52 +00:00
texttools.pas
toolbarintf.pas IDE: New toolbutton command "Open Recent Project". Issue #35883, patch from FTurtle. 2019-10-20 18:13:56 +00:00
treeviewpropedit.lfm
treeviewpropedit.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
unitresources.pas

This directory contains the IDE interfaces for experts/plugins.

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