lazarus/components/ideintf
rich2014 7157791611 Cocoa: support moving the mouse to HintWindow for operation in the IDE, Merge branch 'cocoa/mousemove'
there was a bug in the IDE before. HintWindow was hidden before the mouse was moved into HintWindow.
2024-01-12 23:17:40 +08:00
..
docs IDEIntf: added LazarusIDE.GetProjectInspectorSelection 2022-01-31 10:28:09 +01:00
images IDE: New FPGUI, MUI, and NoGUI icons in RestrictionBrowser, improved for rendering in dark mode. By Roland Hahn. 2023-05-01 12:56:34 +02:00
languages Translations: Chinese translation update by ACTom, merge request !241 2023-10-18 01:51:14 +03:00
actionseditor.lfm IDEIntf/ActionsEditor: Improved spacing of items in actionlistbox. Issue #39386. Patch by Roland H. 2021-09-21 22:11:39 +02:00
actionseditor.pas IDEIntf/ActionsEditor: Improved spacing of items in actionlistbox. Issue #39386. Patch by Roland H. 2021-09-21 22:11:39 +02:00
actionseditorstd.lfm
actionseditorstd.pas
bufdatasetdsgn.pas
changeparentdlg.lfm
changeparentdlg.pas
checkgroupeditordlg.lfm
checkgroupeditordlg.pas
checklistboxeditordlg.lfm
checklistboxeditordlg.pas IDE: load High-DPI images 2022-09-29 00:59:16 +02:00
collectionpropeditform.lfm
collectionpropeditform.pas
columndlg.pp
componenteditors.pas LCL/TaskDialog: Add component editor for testing the dialog at design-time. Issue #39919. 2022-09-19 17:22:38 +02:00
componentreg.pas IDE: loadlfm: resolve ambigious registered component classes 2023-04-13 15:38:12 +02:00
componenttreeview.pas ide: componenttree: change parent of non lcl components 2022-12-30 18:20:10 +01:00
dbgridcolumnspropeditform.lfm
dbgridcolumnspropeditform.pas Reduce "deprecated" warnings for LazUtils.UITypes. 2023-06-11 20:34:36 +03:00
dbpropedits.pas
editorsyntaxhighlighterdef.pas
fieldseditor.lfm
fieldseditor.pas
fieldslist.lfm
fieldslist.pas
filefilterpropeditor.lfm
filefilterpropeditor.pas
formeditingintf.pas ide: componenttree: change parent of non lcl components 2022-12-30 18:20:10 +01:00
fpmake.pp Remove IdeConfig dependency from IdeIntf package. It was wrong license-wise (LGPL-GPL). Make a temp copy of InputHistory. 2023-06-18 18:37:02 +03:00
frmselectprops.lfm
frmselectprops.pas
graphicpropedit.lfm
graphicpropedit.pas
graphpropedits.pas Reduce "deprecated" warnings for LazUtils.UITypes. 2023-06-11 20:34:36 +03:00
headercontrolpropedit.pp
helpfpdoc.pas
idecommands.pas IDE, Debug-Options: Add "RunWithoutDebug" checkbox. In release-mode the default of the "run" menu-item changes to "not using the debugger" 2023-03-24 11:41:27 +01:00
idedialogs.pas Reduce "deprecated" warnings for LazUtils.UITypes. 2023-06-11 20:34:36 +03:00
idehelpintf.pas Cocoa: support moving the mouse to HintWindow for operation in the IDE, Merge branch 'cocoa/mousemove' 2024-01-12 23:17:40 +08:00
ideimagesintf.pas Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils). 2023-06-05 15:48:01 +03:00
ideintf.lpk Remove IdeConfig dependency from IdeIntf package. It was wrong license-wise (LGPL-GPL). Make a temp copy of InputHistory. 2023-06-18 18:37:02 +03:00
ideintf.pas Remove IdeConfig dependency from IdeIntf package. It was wrong license-wise (LGPL-GPL). Make a temp copy of InputHistory. 2023-06-18 18:37:02 +03:00
ideintfstrconsts.pas Debugger: moved asm dialog to IdeDebugger 2023-03-13 17:38:12 +01:00
idemsgintf.pas IDEMessages: add OpenSelection function 2022-12-30 22:43:56 +01:00
ideopteditorintf.lfm ide: added ideopteditorintf.lfm, call register lazcontrolsdsgn in main 2023-05-05 09:09:00 +02:00
ideopteditorintf.pas IDE: Register EnvironmentOptions editor group in IdeInstances. Remove registration through IDEOptionsIntf. 2023-06-19 10:45:09 +03:00
idetextconverter.pas Reduce "deprecated" warnings for LazUtils.UITypes. 2023-06-11 20:34:36 +03:00
ideutils.pas Move SkipCheckByKey functions from IdeUtils (IdeIntf) to LazUtilities (LazUtils). No LCL dependency. Add comments in uses section. 2023-06-11 20:34:36 +03:00
idewindowintf.pas Reduce compiler warnings. 2023-07-03 16:39:15 +03:00
imagelisteditor.lfm ImageListEditor: Adjust form's Constraints at runtime. 2023-03-13 13:39:26 +01:00
imagelisteditor.pp ImageListEditor: Adjust form's Constraints at runtime. 2023-03-13 13:39:26 +01:00
keyvalpropeditdlg.lfm
keyvalpropeditdlg.pas
lazideintf.pas IDE: fix typo about ofDoNotActivateSourceEditor 2023-12-05 00:46:24 +08:00
lazstringgridedit.lfm IDE/StringGrid editor: Fix crash when grid contains Columns (related to issue #39680). Update buttons states. Display column and row count. Update German translation. 2022-04-06 00:11:41 +02:00
lazstringgridedit.pas IDE/StringGrid editor: improved capitalization consistency, fixed dialog's groupbox caption i18n, regenerated translations and updated Russian translation 2022-04-06 02:08:47 +03:00
listviewpropedit.lfm
listviewpropedit.pp
Makefile set fixes version 3.0 2023-12-17 11:23:58 +01:00
Makefile.compiled set fixes version to 3.0RC1 2023-06-25 17:59:59 +02:00
Makefile.fpc updated makefiles 2023-06-30 21:02:31 +02:00
maskpropedit.lfm
maskpropedit.pas
menuintf.pas IDE: component list: register popupmenu items 2023-04-09 11:42:17 +02:00
newfield.lfm
newfield.pas
objectinspector.lfm IDE, LazControls: Improve TTreeFilterEdit behavior. Fix property ExpandAllInitially. Issue #40257. 2023-05-15 02:15:40 +03:00
objectinspector.pp IDE, IdeIntf: Add multi-word search for Object inspector. Refactor and reuse code. Issue #40270, patch by n7800. 2023-05-21 18:19:55 +03:00
objinspstrconsts.pas IDE: implement (crude) range checking for floating point property editor. Only show "Infinity not allowed" if user actually types +/-Inf. 2022-10-08 22:52:29 +02:00
oifavoriteproperties.pas
pagespropeditdlg.lfm
pagespropeditdlg.pas
projectgroupintf.pp projectgroups: do not bring editor to front on start 2022-06-10 15:45:20 +02:00
propedits.pp Remove old deprecated functions and units. 2023-06-15 02:35:52 +03:00
propeditutils.pp ideintf: TComponentRequirement: use first unit as source unitname for codetools 2022-04-16 09:05:50 +02:00
README.txt
selectdatasetdlg.lfm
selectdatasetdlg.pas
seledits.pas
srceditorintf.pas SourceEditorIntf: New methods to add custom panels to the SourceEditor-Window. 2023-06-12 23:20:48 +02:00
statusbarpropedit.pp
stringspropeditdlg.lfm IDEIntf: autosize string editor clear button 2023-04-07 16:27:58 +02:00
stringspropeditdlg.pas ideintf: TStringsPropEdit: added save button 2022-03-04 11:28:16 +01:00
texttools.pas Reduce "deprecated" warnings for LazUtils.UITypes. 2023-06-11 20:34:36 +03:00
toolbarintf.pas IDE: Workaround for source-edit popup menu under QT. Issue #40161 2023-05-06 19:49:47 +02:00
treeviewpropedit.lfm
treeviewpropedit.pas
unitresources.pas Reduce "deprecated" warnings for LazUtils.UITypes. 2023-06-11 20:34:36 +03:00

This directory contains the IDE interfaces for experts/plugins.

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