Commit Graph

1120 Commits

Author SHA1 Message Date
paul
519194cb6c ideintf: add TComponentEditorDesigner CanCopy method similar to CanPaste
git-svn-id: trunk@35966 -
2012-03-14 07:24:37 +00:00
martin
a4e43e4501 AnchorEditor: commit keyboard changes. Issue #0020826
git-svn-id: trunk@35960 -
2012-03-14 00:41:15 +00:00
mattias
3e9e907062 IDE: switched to new laz2_xml
git-svn-id: trunk@35937 -
2012-03-13 20:55:43 +00:00
mattias
534d860289 IDE: utility function GetJITMethod
git-svn-id: trunk@35729 -
2012-03-05 11:21:19 +00:00
juha
f9525156e2 Designer: Make FormStyle=fsStayOnTop in Menu editor, issue #21405
git-svn-id: trunk@35655 -
2012-03-02 20:47:15 +00:00
juha
a0fb17b27e IDE: Unite duplicate (single word) resourcestrings and name them consistently.
git-svn-id: trunk@35486 -
2012-02-19 15:50:48 +00:00
mattias
7448696074 IDE: anchor editor: extended hints with notes about borderspacing
git-svn-id: trunk@35447 -
2012-02-18 14:28:18 +00:00
juha
2550bbf3be IDE: unify some common resource strings. Add hints for Path Edit dialog
git-svn-id: trunk@35361 -
2012-02-13 19:57:58 +00:00
juha
b1a90d72e4 Menu Designer: use class instead of record for TDesignerMenuItem, rename some variables.
git-svn-id: trunk@35347 -
2012-02-13 08:00:15 +00:00
juha
6b19f5e2aa IDE: inite resource strings for Undo, Redo, Cut, Copy and Paste
git-svn-id: trunk@35323 -
2012-02-12 14:35:42 +00:00
juha
4ef51619f5 IDE: collect common resource strings in one place, remove duplicates
git-svn-id: trunk@35321 -
2012-02-12 13:04:36 +00:00
juha
c82d1b544d IDE: use resource lisAdd instead of lisCodeTemplAdd in many places.
git-svn-id: trunk@35320 -
2012-02-12 13:03:15 +00:00
martin
bcee3c3ca7 IDE: Enable Tracking for scrollboxes. issue #21240
git-svn-id: trunk@35244 -
2012-02-08 19:51:27 +00:00
mattias
0bf369ec20 IDE: free designer on idle, do not free while processing the closequery
git-svn-id: trunk@34737 -
2012-01-14 18:18:25 +00:00
mattias
fc55260fbc IDE: replaced some cycle with circular dependency
git-svn-id: trunk@34590 -
2012-01-04 23:53:33 +00:00
mattias
48657d7019 IDE: renamed circle detection with cycle detection
git-svn-id: trunk@34541 -
2012-01-02 17:13:43 +00:00
mattias
0d84f6918e IDE: using IsValidUnitName
git-svn-id: trunk@34317 -
2011-12-20 09:33:01 +00:00
maxim
d0e1af2495 IDE: fixed Tab Order dialog layout, bug #20901
git-svn-id: trunk@34192 -
2011-12-14 20:05:54 +00:00
mattias
c37254b8ff IDE: designer: allow dotted unit names, bug #20892
git-svn-id: trunk@34175 -
2011-12-14 10:03:56 +00:00
juha
241f651b88 IDE / Designer: Formatting
git-svn-id: trunk@33523 -
2011-11-14 09:33:03 +00:00
juha
ab94abe6d8 IDE / Designer: fix access violation when switching designer / lfm source. Issue #18506
git-svn-id: trunk@33522 -
2011-11-14 09:32:50 +00:00
juha
436d4002ce Designer: don't use IDEDialogLayoutList for AnchorEditor and TabOrderEditor. They are modeless IDE windows.
git-svn-id: trunk@33004 -
2011-10-21 15:44:12 +00:00
juha
f1ce0599f2 AnchorEditor: remove a useless StringList.Sort.
git-svn-id: trunk@32968 -
2011-10-19 06:37:18 +00:00
mattias
ce6a9b8431 IDE: creating component name from class name: check if removing leading T starts with a number
git-svn-id: trunk@32838 -
2011-10-12 07:24:55 +00:00
maxim
610e13e273 IDE: TOIAddRemoveFavouriteDlg is a resourceless form so it should use CreateNew, patch from cobines, bug #20411
git-svn-id: trunk@32676 -
2011-10-04 21:57:06 +00:00
mattias
5b28299656 IDE: jitforms: using GetPropList for safer align, bug #19109
git-svn-id: trunk@32566 -
2011-09-30 14:19:13 +00:00
mattias
df7c65a674 IDE: anchor editor: fixed reading space
git-svn-id: trunk@32560 -
2011-09-29 18:56:32 +00:00
mattias
785a28d88e LCL: TControlBorderSpacing.GetSideSpace and GetSpace were swapped, fixed
git-svn-id: trunk@32543 -
2011-09-28 13:07:25 +00:00
juha
776eb29c39 Designer: Close MenuEditor when linked MainMenu/PopupMenu is destroyed , issue #19964, patch from Flávio Etrusco
git-svn-id: trunk@31958 -
2011-08-12 09:14:11 +00:00
juha
7e2778735b IDE: TabOrderDlg enhancement from Flávio Etrusco. Issue #0019908
git-svn-id: trunk@31883 -
2011-08-05 23:17:32 +00:00
juha
63be6b3a21 Designer: Fixed wrong coordinated when getting a non-WinControl parent for a new component. Issue #19891
git-svn-id: trunk@31862 -
2011-08-04 16:42:15 +00:00
sekelsenmat
73542b658a Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls
git-svn-id: trunk@31767 -
2011-07-20 14:39:50 +00:00
mattias
51e1742910 IDE: clean up
git-svn-id: trunk@31329 -
2011-06-22 07:52:10 +00:00
juha
042dd6b290 IDE & designer: add layout management to anchor editor and tab order dialog
git-svn-id: trunk@31095 -
2011-06-05 10:54:20 +00:00
mattias
72ce7a70f6 IDE: property editor for TControl.TabOrder
git-svn-id: trunk@30427 -
2011-04-22 14:46:32 +00:00
juha
4f019d9f5b Designer: fix tab orders in Anchor editor window. (no layout changes although it looks so by the commit)
git-svn-id: trunk@30406 -
2011-04-20 18:13:16 +00:00
juha
57bc360c3f Designer: Set buttons enabled state after selection change
git-svn-id: trunk@30405 -
2011-04-20 18:13:09 +00:00
juha
79c76f7cd9 Designer: Synchronize property value in Object Inspector with Tab Order dialog
git-svn-id: trunk@30404 -
2011-04-20 16:05:28 +00:00
juha
47e46eae59 Designer: synchronize Tab Order tree selection with Designer selection
git-svn-id: trunk@30401 -
2011-04-20 12:46:18 +00:00
juha
a53269bb43 Designer: Add 3 dots to Align, Scale and Size menu items. They open modal dialogs.
git-svn-id: trunk@30390 -
2011-04-19 21:38:52 +00:00
juha
c1c6acdc2b IDE: "Tab Order Editor" -> "Tab Order"
git-svn-id: trunk@30389 -
2011-04-19 21:38:47 +00:00
juha
815bdde47c Designer: change SwapNodes from function to procedure in Tab Order dialog
git-svn-id: trunk@30353 -
2011-04-17 20:01:43 +00:00
juha
71961a04c9 Designer: Update Enable state of buttons in Tab Order dialog while user navigates it
git-svn-id: trunk@30350 -
2011-04-17 14:55:06 +00:00
juha
1977485b9c IDE: Add new image for Tab Order to main menu and Designer popup menu
git-svn-id: trunk@30349 -
2011-04-17 14:16:33 +00:00
maxim
dee28f6a01 IDE, Tab order dialog: improved localization
git-svn-id: trunk@30343 -
2011-04-17 12:05:49 +00:00
juha
da0e5e00ab Designer: formatting + add icon for AnchorEditor popup menu caption
git-svn-id: trunk@30337 -
2011-04-17 10:10:24 +00:00
juha
2f0e51c639 Designer: make TabOrder dialog respond to changed form and added component.
git-svn-id: trunk@30334 -
2011-04-17 07:07:08 +00:00
juha
4e77a0efec Designer: add Anchor Editor to Designer's popup menu.
git-svn-id: trunk@30328 -
2011-04-16 18:01:16 +00:00
juha
7d2cf39b54 Designer: make some AnchorEditor public functions private.
git-svn-id: trunk@30327 -
2011-04-16 17:15:45 +00:00
juha
eb5924a313 Designer: make Tab Order dialog work as modeless dialog.
git-svn-id: trunk@30325 -
2011-04-16 17:15:35 +00:00