Commit Graph

134 Commits

Author SHA1 Message Date
mattias
2fb324362f IDEIntf: fixed missing result
git-svn-id: trunk@14654 -
2008-03-26 14:51:17 +00:00
paul
a647d94b50 ide:
- added TCollectionPropertyEditor.ShowCollectionEditor and EditCollection procedure
- added component editor for THeaderControl to allow sections edit from popup menu or double click

git-svn-id: trunk@14642 -
2008-03-26 04:04:49 +00:00
mattias
75930154ad IDEIntf: OI: added check if property is readonly, TSessionPropertiesPropertyEditor now read only
git-svn-id: trunk@14429 -
2008-03-05 13:26:14 +00:00
mattias
3e7f7a99cc LCL: added hidden published property TForm.LCLVersion, bug #10069
git-svn-id: trunk@14270 -
2008-02-27 11:15:16 +00:00
mattias
968f7479a7 IDE: hide ClientWIdht/Height only for TControl descendants
git-svn-id: trunk@13964 -
2008-02-03 10:59:27 +00:00
mattias
3324817212 IDE: ClientWidth/ClientHeight are now hidden in OI
git-svn-id: trunk@13954 -
2008-02-02 16:08:26 +00:00
paul
4aeb422342 use standard images in collection editor instead of own
git-svn-id: trunk@13157 -
2007-12-05 07:16:32 +00:00
paul
2c862f210c removed TCanvas.Color which only Get and Set TCanvas.Brush.Color (TCanvas.Brush.Color should be used instead)
git-svn-id: trunk@12812 -
2007-11-10 14:23:26 +00:00
mattias
e81fcb8abc codetools: fixed mem leak when searching for overloaded procs with default values, IDE: improved searching for event types declaration for TMethodPropertyEditor
git-svn-id: trunk@12076 -
2007-09-19 09:30:53 +00:00
mattias
c3d8e9f2e7 IDEIntf: changed TPropHookCreateMethod parameters to use propertyowner and propertyname
git-svn-id: trunk@11844 -
2007-08-22 08:50:20 +00:00
marc
6f6c4d5503 * patch from AlbercikCD
git-svn-id: trunk@11842 -
2007-08-21 22:09:32 +00:00
mattias
09bb70e178 clean up
git-svn-id: trunk@11801 -
2007-08-12 18:00:35 +00:00
mattias
dcd6a94ad3 IDEIntf: TDateTimePropertyEditor now tries date+time, date only and time only
git-svn-id: trunk@11798 -
2007-08-12 11:59:49 +00:00
mattias
63a8c982ad gtk intf: fixed crash on paste for 64 bit
git-svn-id: trunk@11697 -
2007-07-31 23:13:06 +00:00
paul
dd8ccf2773 (IDE):
- change poDesktopCenter to poScreenCenter (since some forms has wrong position after poDesktopCenter had been implemented in some widgetsets)

git-svn-id: trunk@11677 -
2007-07-30 16:33:41 +00:00
mattias
68ad9e2527 gtk2 intf: improved combobox style and items
git-svn-id: trunk@11053 -
2007-05-02 18:33:54 +00:00
mattias
83d784f501 IDE: implemented fake methods (-dEnableFakeMethods). ToDos: 1. extend TWriter.OnWriteMethodProperty for fPropPath, 2. test
git-svn-id: trunk@11037 -
2007-04-30 00:36:05 +00:00
mattias
a6d2e13791 replaced calls to MethodName with hooks
git-svn-id: trunk@11036 -
2007-04-29 22:18:42 +00:00
mattias
91e8c58c50 LCL: TCanvas.DrawText: changing and restoring BKMode when Style.Opaque=false
git-svn-id: trunk@10766 -
2007-03-18 21:57:25 +00:00
mattias
cd48c061df LCL: TTreeView: multiselecting node, when selecting
git-svn-id: trunk@10490 -
2007-01-22 16:25:19 +00:00
mattias
3f4887140f LCL: OnResize and OnChangeBounds are now suspended after OnCreate
git-svn-id: trunk@10360 -
2006-12-30 11:48:48 +00:00
mattias
b8a4c2ed02 codetools: reparsing source on searching for a published method body
git-svn-id: trunk@10295 -
2006-12-04 17:08:44 +00:00
vincents
71748fcfa6 ide: TLabel.Caption has a dialog for entering multiline strings in the OI (bug #7395)
git-svn-id: trunk@10280 -
2006-12-03 12:43:23 +00:00
mattias
198bbb69ce IDE: implemented auto adding package when setting TPicture property with TPicturePropertyEditor
git-svn-id: trunk@10263 -
2006-11-29 23:11:02 +00:00
vincents
a51b2a96e2 use EnsureVisible to show collection property editor (bug #7398)
git-svn-id: trunk@10215 -
2006-11-17 14:38:48 +00:00
mattias
6741124cef IDE: renaming components: implemented finding methods with default name
git-svn-id: trunk@10167 -
2006-11-03 11:53:20 +00:00
micha
a4bd9f7713 fix pointer type conversions
git-svn-id: trunk@10039 -
2006-10-04 22:21:04 +00:00
mattias
aaece13776 OI: keeping order of multi selection
git-svn-id: trunk@10023 -
2006-10-02 08:42:06 +00:00
mattias
16b454e50e added InvertColor and RGBColor to graphics.pp from Tom Gregorovic
git-svn-id: trunk@9892 -
2006-09-14 17:52:26 +00:00
mattias
694d469e5e IDEIntf: added revert editor file function, h2pas gui: added tools for extern c and empty c macros
git-svn-id: trunk@9839 -
2006-09-08 15:24:58 +00:00
mattias
be15116595 IDEIntf: added OnShow handler for TIDEMenuSection, h2pas wizard: implemented adding/editing text tools
git-svn-id: trunk@9698 -
2006-08-02 16:36:35 +00:00
mattias
54775b843e adding events for properties of method types of indirect units implemented issue #1990
git-svn-id: trunk@9600 -
2006-07-13 22:06:24 +00:00
mattias
3ea8b26965 fixed uninitialized value
git-svn-id: trunk@9386 -
2006-06-02 10:00:37 +00:00
mattias
085f6ed50a added ideintf/stringspropeditdlg.pas
git-svn-id: trunk@9353 -
2006-05-25 15:13:44 +00:00
mattias
f540eb7d8f implemented context help for OI properties
git-svn-id: trunk@8916 -
2006-03-11 01:50:10 +00:00
mattias
bb2b186050 converted StringGrid Editor, Columns Editor and FindInFiles to lfm from Tomas Gregorovic
git-svn-id: trunk@8763 -
2006-02-17 18:03:26 +00:00
mattias
9c7d7746a8 converted TStringsPropEditorDlg, TCollectionPropertyEditorForm to lfm from Tomas Gregorovic
git-svn-id: trunk@8581 -
2006-01-20 22:34:46 +00:00
vincents
2f8249da7c added explicit typecast to prevent possible range check errors
git-svn-id: trunk@8450 -
2006-01-04 23:23:11 +00:00
vincents
f6c2971980 use StrToQWord instead of StrToInt64 to safely convert string to QWord
git-svn-id: trunk@8447 -
2006-01-04 22:11:58 +00:00
mattias
17092a4e58 implemented make bigide
git-svn-id: trunk@8412 -
2006-01-02 20:39:49 +00:00
vincents
92ced1f2c8 implemented editing QWord properties, needs fix of fpc bug #4653 (issue #1584)
git-svn-id: trunk@8411 -
2006-01-02 14:39:58 +00:00
mattias
6a7d9c6f45 renamed TNonControlForm to TNonControlDesignerForm
git-svn-id: trunk@8334 -
2005-12-18 10:52:54 +00:00
mattias
d94d5c3fb3 fixed TPersistenPropertyEditor for 64bit
git-svn-id: trunk@8225 -
2005-11-26 18:12:26 +00:00
mattias
75890d34bf fixed setting event of an TCollectionItem from Michael VC
git-svn-id: trunk@8113 -
2005-11-08 22:12:50 +00:00
mattias
80dc5d6ce3 started OI checkbox for boolean properties
git-svn-id: trunk@8056 -
2005-11-04 16:53:18 +00:00
vincents
704c675400 fixed format paramaters for status text of TStrings Editor (issue #1381)
git-svn-id: trunk@8038 -
2005-11-02 20:30:23 +00:00
mattias
713c417a73 added missing resourcestrings for propedits memochanged
git-svn-id: trunk@8030 -
2005-11-02 07:46:46 +00:00
vincents
fc09495371 TControl.Hint uses TStringMultilinePropertyEditor, last line ending is stripped from hint and TLabel.Caption from SALVATORE COPPOLA
git-svn-id: trunk@7986 -
2005-10-26 12:22:51 +00:00
mattias
3a45cb4d8d fixed menu editor deleting items
git-svn-id: trunk@7642 -
2005-09-07 22:06:17 +00:00
mattias
b2941a1383 fixed TCollection editor to select last added
git-svn-id: trunk@7610 -
2005-08-31 08:49:25 +00:00