lazarus/ideintf
2011-10-26 15:08:10 +00:00
..
docs IDEIntf: hints about CheckInstallPackageList and InstallPackages 2011-05-16 12:02:47 +00:00
images IDEIntf: missing images 2011-05-27 07:47:37 +00:00
languages regenerated translations; updated Russian translation 2011-10-09 14:25:11 +00:00
actionseditor.lfm
actionseditor.pas Fixed my own error in r32355 #ae9dead608. The original patch from Andrew G. Khodotov was correct. 2011-09-16 20:04:02 +00:00
actionseditorstd.lfm
actionseditorstd.pas
baseideintf.pas
checkgroupeditordlg.lfm
checkgroupeditordlg.pas
checklistboxeditordlg.lfm
checklistboxeditordlg.pas
collectionpropeditform.lfm ideintf: use more speaking name for toolbutton that seperates add/delete and up/down in collection editor 2011-10-05 13:08:21 +00:00
collectionpropeditform.pas ideintf: use more speaking name for toolbutton that seperates add/delete and up/down in collection editor 2011-10-05 13:08:21 +00:00
columndlg.pp
componenteditors.pas IDE: Version of RegisterComponentEditor to register many components. Issue #20281, patch from Silvio Clécio 2011-09-18 21:54:48 +00:00
componentreg.pas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
componenttreeview.pas Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +00:00
compoptsintf.pas IDEIntf: added TLazProject.SetAlternativeCompile 2011-10-01 21:24:58 +00:00
dbpropedits.pas
fieldseditor.lfm
fieldseditor.pas IDEIntf: fixed component delete confirmation text in Object Inspector, bug #19840 2011-07-31 12:12:00 +00:00
fieldslist.lfm
fieldslist.pas ideintf: patch for fix error on create persistent fields by Alexey Lagunov (bug #0019307) 2011-05-17 00:40:27 +00:00
formeditingintf.pas educationlaz: implemented object inspetor hide favourite and restricted page 2011-06-09 08:55:07 +00:00
frmselectprops.lfm
frmselectprops.pas
graphicpropedit.lfm IDE: Improve copy'n'paste in GraphicPropEdit. Issue #20243, patch from Flávio Etrusco 2011-10-08 11:29:05 +00:00
graphicpropedit.pas IDE: Localize Copy and Paste in GraphicPropEdit 2011-10-08 20:13:10 +00:00
graphpropedits.pas IDE: Improve copy'n'paste in GraphicPropEdit. Issue #20243, patch from Flávio Etrusco 2011-10-08 11:29:05 +00:00
headercontrolpropedit.pp
helpfpdoc.pas
idecommands.pas IDE: New "Example Projects" feature. 2011-10-10 20:35:59 +00:00
idedialogs.pas
ideexterntoolintf.pas
idehelpintf.pas IDE: When "Show Information Box" is enabled, show text correctly at bottom of OI. Issue #20524, patch from cobines 2011-10-23 15:34:43 +00:00
ideimagesintf.pas IDE: Prevent total crash when trying to load a non-existent image to IDEimages. 2011-10-11 08:33:05 +00:00
ideintf.lpk IDEIntf: missing images 2011-05-27 07:47:37 +00:00
ideintf.pas IDEIntf: moved compiler options to unit of its own (compoptsintf.pas), added access to compiler options of packages 2011-02-13 13:42:19 +00:00
idemsgintf.pas
ideoptionsintf.pas IDE: formatting, reordering and some comments 2011-10-21 15:45:10 +00:00
idetextconverter.pas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
idewindowintf.pas IDE: formatting, reordering and some comments 2011-10-21 15:45:10 +00:00
imagelisteditor.lfm
imagelisteditor.pp IDEIntf: improved ImageList editor localization 2011-02-14 23:21:30 +00:00
lazideintf.pas IDE, alow search for unit in project only (without packages) 2011-09-14 13:47:26 +00:00
lazstringgridedit.lfm
lazstringgridedit.pas
listviewpropedit.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
listviewpropedit.pp IDEIntf: improved ListView editor layout 2011-02-14 23:43:05 +00:00
macrointf.pas
Makefile Massive update of makefiles to file make bigide 2011-10-17 11:29:24 +00:00
Makefile.compiled ideintf: updated Makefile 2011-01-28 09:04:06 +00:00
Makefile.fpc Massive update of makefiles to file make bigide 2011-10-17 11:29:24 +00:00
maskpropedit.lfm
maskpropedit.pas
menuintf.pas IDE: Move Example Manager to another place in Tools menu. 2011-10-18 11:26:54 +00:00
newfield.lfm
newfield.pas
newitemintf.pas
objectinspector.lfm ideintf: store component tree and information box height, don't reset their height on resize (bug #0018182) 2011-01-20 08:57:49 +00:00
objectinspector.pp IDE: Update collection editor after adding item via OI. Issue #19091 2011-10-05 11:37:15 +00:00
objinspstrconsts.pas IDEIntf: fixed component delete confirmation text in Object Inspector, bug #19840 2011-07-31 12:12:00 +00:00
oifavouriteproperties.pas
packageintf.pas Packager: remove obsolete psfAskBeforeSaving from TPkgSaveFlag. Saving is always asked in PackageEditorFormCloseQuery. 2011-10-02 00:29:34 +00:00
projectintf.pas IDE: new projects: store session in lps in project directory 2011-10-14 08:15:14 +00:00
projectresourcesintf.pas IDEIntf: added TLazProject.Resources 2011-10-01 19:49:29 +00:00
propedits.pp Fixes bug #20065. Removes ssCaps, ssNum and ssScroll because they are implemented based on the key lock in win32, which is not the same as shift state, they are added only for MouseWhell events and very unreliable across platforms (cannot be correctly implemented in win32 for example). Also corrects the ShiftState for MouseWhell messages in Windows. Removes State from the mousewhell internal message, now Button is used, which is more consistent with Win32. 2011-10-26 15:08:10 +00:00
propeditutils.pp Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
README.txt
srceditorintf.pas IDEIntf: started copy-paste event 2011-05-27 14:39:33 +00:00
statusbarpropedit.pp
stringspropeditdlg.lfm
stringspropeditdlg.pas
texttools.pas IDE: added macro FallBackOutputRoot, source editor context menu item to open package of package source file 2011-01-10 13:24:25 +00:00
treeviewpropedit.lfm
treeviewpropedit.pas

This directory contains the IDE interfaces for experts/plugins.

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