lazarus/ideintf
martin 6c2f247b5d IDE/SynEdit: Added basic macro recorder
git-svn-id: trunk@35456 -
2012-02-18 16:56:27 +00:00
..
docs docs: example 2012-01-29 10:59:06 +00:00
images IDEIntf: missing images 2011-05-27 07:47:37 +00:00
languages regenerated translations; updated Russian translation 2012-01-07 14:51:50 +00:00
actionseditor.lfm IDEIntf: fixed TActionListEditor if ActionList=nil, bug #17969 2010-11-18 18:39:12 +00:00
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 externhelp: fixed showing options 2010-02-24 15:13:17 +00:00
checkgroupeditordlg.lfm
checkgroupeditordlg.pas
checklistboxeditordlg.lfm ideintf: use actions with shortcuts in the check list box editor, show button hints 2010-04-27 03:39:15 +00:00
checklistboxeditordlg.pas ideintf: use actions with shortcuts in the check list box editor, show button hints 2010-04-27 03:39:15 +00:00
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: free designer on idle, do not free while processing the closequery 2012-01-14 18:18:25 +00:00
componentreg.pas IDE: moved registration of base packages to formeditor.pp 2011-12-04 11:48:39 +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 IDE: renamed build macros in compiler options frame to IDE macros 2012-01-07 11:57:32 +00:00
dbpropedits.pas ide: try to load field names from FieldDefs when Fields property is empty. Issue #18944 2012-02-06 20:05:27 +00:00
fieldseditor.lfm IDE, Fields Editor corrections and improvements, from Marcelo B Paula, issue #17762 2010-10-30 02:28:54 +00:00
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: Enable Tracking for scrollboxes. issue #21240 2012-02-08 19:51:27 +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 lcl+codetools: CreateRelativePath: support for double pathdelims 2010-02-09 13:36:20 +00:00
idecommands.pas IDE/SynEdit: Added basic macro recorder 2012-02-18 16:56:27 +00:00
idedialogs.pas IDEIntf: added IgnoreQuestions, compile package: ignore compile failures 24h, bug #16903 2010-07-17 10:12:10 +00:00
ideexterntoolintf.pas IDE: fixed compilation 2010-10-27 17:15:33 +00:00
idehelpintf.pas help: ide directives 2012-01-30 11:43:19 +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 IDE: editor for additions to the fpc messages 2012-02-05 18:16:34 +00:00
ideoptionsintf.pas IDEIntf: comment 2011-11-20 23:22:32 +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 ideintf: the form position was not stored on form close because OnFormClose handler was never set + formatting (the second part of bug #0021270) 2012-02-17 09:22:08 +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 IDEIntf: fixed StringGrid editor form layout 2010-05-08 17:53:22 +00:00
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 IDE: fixed GetPossibleOwnersOfUnit finding units in project directory 2012-02-05 14:22:35 +00:00
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 lcl: change TCustomMaskEdit.EditMask to protected. Issue #20790 2011-12-01 21:36:28 +00:00
menuintf.pas IDE: add a new EditorFileManager to Windows menu 2012-02-17 12:41:38 +00:00
newfield.lfm IDE, NewField Editor improvements (size of Edit, change fieldname, and enable size field), from Marcelo B Paula, issue #17768 2010-11-02 20:09:31 +00:00
newfield.pas IDE, NewField Editor improvements (size of Edit, change fieldname, and enable size field), from Marcelo B Paula, issue #17768 2010-11-02 20:09:31 +00:00
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: clean up 2012-01-07 20:47:18 +00:00
objinspstrconsts.pas Fix character casing in resource string 2012-01-06 16:23:54 +00:00
oifavouriteproperties.pas IDEIntf: allow writing WidgetSetRestrictions in OI 2012-01-22 13:23:05 +00:00
packageintf.pas IDE: checked all places where TPkgFile.Filename should use GetFullFilename, save package files on save package 2012-02-15 22:28:12 +00:00
projectintf.pas IDEIntf: deprecated TLazProject.ShortDescription 2012-01-31 00:29:20 +00:00
projectresourcesintf.pas IDEIntf: added TLazProject.Resources 2011-10-01 19:49:29 +00:00
propedits.pp IDEIntf: shortcut editor: added VK_ESCAPE 2012-02-01 21:46:18 +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 SynEdi: more debugln for undo 2012-01-31 19:26:25 +00:00
statusbarpropedit.pp
stringspropeditdlg.lfm
stringspropeditdlg.pas ideintf: strings property editor: count characters instead of bytes (issue #17753) 2010-11-02 09:54:49 +00:00
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.