lazarus/ideintf
2010-01-29 15:36:27 +00:00
..
docs ideintf: fix documentation of ide images interface 2009-12-28 10:03:35 +00:00
languages translations: finnish: updates from Seppo 2010-01-25 10:31:49 +00:00
actionseditor.lfm
actionseditor.pas lazarus: extract some classes from propedits to propeditutils by Ask (issue #0015531) 2010-01-17 07:12:12 +00:00
actionseditorstd.lfm
actionseditorstd.pas ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
allideintf.pas ideintf: Extract CollectionPropEditForm from the Propedits unit by Alexander S. Klenin (issue #0015490) 2010-01-13 07:47:05 +00:00
baseideintf.pas
checkgroupeditordlg.lfm
checkgroupeditordlg.pas ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
checklistboxeditordlg.lfm
checklistboxeditordlg.pas ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
collectionpropeditform.lfm ideintf: request property values update on component treeview drag-drop (issue #0015570) 2010-01-28 08:11:51 +00:00
collectionpropeditform.pas lazarus: extract some classes from propedits to propeditutils by Ask (issue #0015531) 2010-01-17 07:12:12 +00:00
columndlg.pp
componenteditors.pas lazarus: extract some classes from propedits to propeditutils by Ask (issue #0015531) 2010-01-17 07:12:12 +00:00
componentreg.pas
componenttreeview.pas ideintf: request property values update on component treeview drag-drop (issue #0015570) 2010-01-28 08:11:51 +00:00
dbpropedits.pas
fieldseditor.lfm ideinf: apply fields patch of taka_jp (issue #0015387) 2009-12-30 10:11:36 +00:00
fieldseditor.pas lazarus: extract some classes from propedits to propeditutils by Ask (issue #0015531) 2010-01-17 07:12:12 +00:00
fieldslist.lfm ideintf: fix add fields editor - don't use TFieldDef references since dataset can rebuild them and we get pointers to the wrong memory areas 2009-10-22 09:00:05 +00:00
fieldslist.pas ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
formeditingintf.pas IDEIntf+LCL: TGetDesignerFormEvent using TPersistent instead of TComponent 2009-12-01 20:33:50 +00:00
frmselectprops.lfm
frmselectprops.pas ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
graphicpropedit.lfm
graphicpropedit.pas ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
graphpropedits.pas IDEIntf: Use Classes.TGetStrProc instead of PropEdits.TGetStringProc 2010-01-20 15:53:39 +00:00
headercontrolpropedit.pp
helpfpdoc.pas components, ide, ideintf: change UnitName identifier to AUnitName inside classes (preparations for the new TObject.UnitName method) 2009-10-29 08:40:22 +00:00
idecommands.pas ide: implement show execution point command by Flávio Etrusco (issue #0001920) 2010-01-28 03:50:48 +00:00
idedialogs.pas
ideexterntoolintf.pas
idehelpintf.pas
ideimagesintf.pas
idemsgintf.pas
ideoptionsintf.pas ideintf, ide: add TAbstractOptionsEditorDialog.AddControl method 2010-01-03 10:41:37 +00:00
idetextconverter.pas TTextConverterToolClasses.AssignCodeToolBossError 2009-10-01 19:38:02 +00:00
idewindowintf.pas
imagelisteditor.lfm
imagelisteditor.pp ide: add ability in ImageList editor to split image file containing multiple images in the format (Width / Height * n) where n is the number of images. Previously where possible to load only images with format (Width * n / Height). Issue #0015617 2010-01-29 15:36:27 +00:00
lazideintf.pas ide: fix compilation with the fpc trunk 2010-01-09 18:56:43 +00:00
lazstringgridedit.lfm IDEIntf: stringgrid component editor: improved layout and added resourcestrings 2009-08-22 22:09:02 +00:00
lazstringgridedit.pas ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
listviewpropedit.lfm ideinf: apply patch of Boian Mitov to support listview state images in the listview property editor 2009-10-29 08:36:31 +00:00
listviewpropedit.pp ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
macrointf.pas IDE: fixed creating fpdoc files for IDEIntf 2009-09-14 14:51:39 +00:00
Makefile
Makefile.fpc
maskpropedit.lfm ideintf: mask property editor: allow multiply editing, allow revert, fix loading from the delphi files 2009-11-23 04:22:51 +00:00
maskpropedit.pas ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
menuintf.pas IDE: added Line ending menu item, bug #15420 2009-12-25 13:14:58 +00:00
newfield.lfm
newfield.pas IDEIntf: Use Classes.TGetStrProc instead of PropEdits.TGetStringProc 2010-01-20 15:53:39 +00:00
newitemintf.pas IDEIntf: added default params 2009-11-17 04:29:12 +00:00
objectinspector_img.lrs
objectinspector.lfm ideintf: show only relative popup menu items for object inspector elements: grid, component treeview, information box 2009-12-20 09:26:25 +00:00
objectinspector.pp ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
objinspstrconsts.pas ideintf: add Z-Order menu section to the component treeview 2009-12-20 11:08:19 +00:00
oifavouriteproperties.pas
packageintf.pas IDEIntf: added open package flag pofDoNotOpenEditor, when changing lazarus source directory reload packages in lazarus source directory 2009-11-29 23:51:13 +00:00
projectintf.pas IDE: clean up, naming old modes now variables 2010-01-09 14:26:34 +00:00
projectresourcesintf.pas ideintf, ide: make project resources pluggable 2010-01-13 07:05:16 +00:00
propedits.pp IDEIntf: Use Classes.TGetStrProc instead of PropEdits.TGetStringProc 2010-01-20 15:53:39 +00:00
propeditutils.pp IDEIntf: removed TGetStringProc from propeditutils 2010-01-20 11:57:38 +00:00
README.txt
srceditorintf.pas IDEIntf: added RegisterCompletionPlugin 2010-01-18 17:13:59 +00:00
statusbarpropedit.pp
stringspropeditdlg.lfm
stringspropeditdlg.pas ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00
texttools.pas
treeviewpropedit.lfm
treeviewpropedit.pas ideintf: convert forms to use fpc resources 2010-01-13 12:57:55 +00:00

This directory contains the IDE interfaces for experts/plugins.

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