lazarus/ideintf
mattias 09bb70e178 clean up
git-svn-id: trunk@11801 -
2007-08-12 18:00:35 +00:00
..
languages translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +00:00
actionseditor.lfm
actionseditor.lrs
actionseditor.pas
actionseditorstd.lfm
actionseditorstd.lrs
actionseditorstd.pas fixed fpc 2.3 compilation (assigning to set or record properties) 2007-05-04 22:43:58 +00:00
allideintf.pas - added interfaces to common IDE imagelists 2007-05-02 08:55:41 +00:00
baseideintf.pas IDE: added safeguard against getting environmentstrings that start with '=' as can happen on windows. This fixes bug #1685 and #7699 2006-12-14 20:24:04 +00:00
checkgroupeditordlg.lfm improve checkgroup editor (patch from Salvatore Coppola) 2007-02-11 16:24:28 +00:00
checkgroupeditordlg.lrs improve checkgroup editor (patch from Salvatore Coppola) 2007-02-11 16:24:28 +00:00
checkgroupeditordlg.pas add forgotten new dialog unit for rev 10620 #ecce02979d 2007-02-11 19:14:10 +00:00
checklistboxeditordlg.lfm improve checkgroup editor (patch from Salvatore Coppola) 2007-02-11 16:24:28 +00:00
checklistboxeditordlg.lrs improve checkgroup editor (patch from Salvatore Coppola) 2007-02-11 16:24:28 +00:00
checklistboxeditordlg.pas improve checkgroup editor (patch from Salvatore Coppola) 2007-02-11 16:24:28 +00:00
collectionpropeditform.lfm
collectionpropeditform.lrs
columndlg.pp
componenteditors.pas improve checkgroup editor (patch from Salvatore Coppola) 2007-02-11 16:24:28 +00:00
componentreg.pas
componenttreeview.lrs
componenttreeview.pas IDE: fixed selected image in the component treeview from Martin Smat (#8829) 2007-05-08 02:02:13 +00:00
dbpropedits.pas
fieldseditor.lfm
fieldseditor.lrs
fieldseditor.pas IDE, fixes lazarus freeze after closing fields editor (issue #8925), also improved fields editor so it keeps dataset opened while adding/removing fields 2007-08-06 19:24:46 +00:00
fieldslist.lfm
fieldslist.lrs
fieldslist.pas IDE, removed unnecesary comment 2007-08-07 06:36:41 +00:00
formeditingintf.pas IDE: implemented registering custom component base classes for designer 2007-01-16 18:28:15 +00:00
frmselectprops.lfm (IDE): 2007-07-30 16:33:41 +00:00
frmselectprops.lrs (IDE): 2007-07-30 16:33:41 +00:00
frmselectprops.pas IDEIntf: clean up uses sections 2007-08-09 21:40:18 +00:00
graphicpropedit.lfm (IDE): 2007-07-30 16:33:41 +00:00
graphicpropedit.lrs (IDE): 2007-07-30 16:33:41 +00:00
graphicpropedit.pas
graphpropedits.pas IDEIntf: clean up uses sections 2007-08-09 21:40:18 +00:00
helpfpdoc.pas
idecommands.pas IDE: fixed compilation with fpc 2.3.1; TShiftState is now declared with {$PACKSET 1} 2007-06-27 09:23:39 +00:00
idedialogs.pas
ideexterntoolintf.pas
idehelpintf.pas
ideimagesintf.pas - added TLResources.Find by Name and ValueType (it was by Name only before) 2007-07-06 02:32:22 +00:00
idemsgintf.pas added package prettymessages - an IDE add-on to reduce FPC hints 2007-04-25 16:37:19 +00:00
idetextconverter.pas codetools: implemented function to convert simple functions to constants, h2pas: new tools to reduce IFDEFs and fucntions to constant conversion 2007-08-08 18:22:43 +00:00
idewindowintf.pas
imagelisteditor.lfm ideintf: improved layout of image list editor 2007-08-12 15:05:55 +00:00
imagelisteditor.lrs ideintf: improved layout of image list editor 2007-08-12 15:05:55 +00:00
imagelisteditor.pp * Step 1 of the native imagelist implementation 2007-04-05 00:00:37 +00:00
lazideintf.pas IDE: compiling a package now shows it in the MainBar caption, building the IDE does not save virtual projects 2007-03-31 12:41:20 +00:00
lazstringgridedit.lfm fixes grid's line widths in several forms 2007-04-17 18:58:04 +00:00
lazstringgridedit.lrs fixes grid's line widths in several forms 2007-04-17 18:58:04 +00:00
lazstringgridedit.pas
listviewpropedit.lfm ide: extending listview items editor control width and reanchoring them (now at least russian labels fit to width) (issue #0009370) 2007-08-02 15:48:24 +00:00
listviewpropedit.lrs ide: extending listview items editor control width and reanchoring them (now at least russian labels fit to width) (issue #0009370) 2007-08-02 15:48:24 +00:00
listviewpropedit.pp LCL: default values of ListItem and TreeNode image index set to -1 for Delphi compatibility (bug #9192) 2007-07-03 13:26:02 +00:00
macrointf.pas
Makefile regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux 2007-04-01 19:38:53 +00:00
Makefile.fpc
maskpropedit.lfm (IDE): 2007-07-30 16:33:41 +00:00
maskpropedit.lrs (IDE): 2007-07-30 16:33:41 +00:00
maskpropedit.pas
menuintf.pas
newfield.lfm
newfield.lrs
newfield.pas
newitemintf.pas
objectinspector.pp object inspector: only show scollbars in the component treeview, if they are needed (bug #9081) from Graeme 2007-06-19 06:22:16 +00:00
objinspstrconsts.pas improve checkgroup editor (patch from Salvatore Coppola) 2007-02-11 16:24:28 +00:00
oi_box.bmp
oi_comp.bmp
oi_control.bmp
oi_form.bmp
packageintf.pas IDE: replaced the Cancel button with "Skip this package", when an error is shown during loading of multiple packages, bug(8655) 2007-07-06 20:18:38 +00:00
projectintf.pas IDEIntf+IDE: added new project type: console application - a program using TCustomApplication 2007-08-12 11:54:11 +00:00
propedits.pp clean up 2007-08-12 18:00:35 +00:00
README.txt
srceditorintf.pas added package prettymessages - an IDE add-on to reduce FPC hints 2007-04-25 16:37:19 +00:00
stringspropeditdlg.lfm IDE: improved strings property editor layout (#8770) from Graeme 2007-04-27 09:24:31 +00:00
stringspropeditdlg.lrs IDE: improved strings property editor layout (#8770) from Graeme 2007-04-27 09:24:31 +00:00
stringspropeditdlg.pas
texttools.pas added package SimpleIDEIntf to test IDE plugins easier 2007-01-04 19:51:33 +00:00
treeviewpropedit.lfm ide: extending treeview items editor control width and reanchoring them (now at least russian labels fit to width) 2007-08-02 15:36:54 +00:00
treeviewpropedit.lrs ide: extending treeview items editor control width and reanchoring them (now at least russian labels fit to width) 2007-08-02 15:36:54 +00:00
treeviewpropedit.pas LCL: default values of ListItem and TreeNode image index set to -1 for Delphi compatibility (bug #9192) 2007-07-03 13:26:02 +00:00

This directory contains the IDE interfaces for experts/plugins.

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