mattias
1cc866061d
IDE: check for R directive and skip updating lrs file
...
git-svn-id: trunk@22855 -
2009-11-28 22:07:39 +00:00
paul
55b9380fff
ide: fix project resources generation:
...
- generate for the temp projects
- generate all resources in the project directory for now because fpc can't search in $R in other directories (there is only one line of code which needs to be changed to save in the output directory)
git-svn-id: trunk@22854 -
2009-11-28 16:50:20 +00:00
mattias
e97ed5a1c9
codetools: LoadFile revert=true: check Revert result
...
git-svn-id: trunk@22853 -
2009-11-28 15:23:23 +00:00
mattias
0d6aff22e1
csOwnedChildsSelectable inverted and renamed to csOwnedChildsNotSelectable
...
git-svn-id: trunk@22852 -
2009-11-28 15:18:27 +00:00
mattias
8ca12569f2
IDE: delete not needed project rc file
...
git-svn-id: trunk@22851 -
2009-11-28 14:47:26 +00:00
mattias
5fd00cffab
codetools: expreval: reading closing bracket if last char
...
git-svn-id: trunk@22850 -
2009-11-28 12:59:13 +00:00
mattias
830714131b
IDE: creating manifest file only for win32/win64 and where the exe is, which can differ from the project directory
...
git-svn-id: trunk@22849 -
2009-11-28 12:55:38 +00:00
dmitry
133e54ac19
cocoa: Refactoring callback name. Added window LCL messages for window Close, CloseQuery, Activate, Deactive
...
git-svn-id: trunk@22848 -
2009-11-28 12:26:04 +00:00
mattias
510e73913d
IDE: code explorer: fixed check for updates, added menu item Rename
...
git-svn-id: trunk@22847 -
2009-11-28 11:55:46 +00:00
mattias
524cc9f759
IDE: designer: fixed selecting non visual above visual
...
git-svn-id: trunk@22846 -
2009-11-28 11:09:22 +00:00
mattias
9a2a11741e
IDEIntf: component treeview: csOwnedChildsSelectable
...
git-svn-id: trunk@22845 -
2009-11-28 00:31:25 +00:00
mattias
446308e0f5
IDE: designer: fixed DrawNonVisualComponent when frame is in a groupbox on a form
...
git-svn-id: trunk@22844 -
2009-11-28 00:27:27 +00:00
mattias
a0d2779d55
IDE: designer: fixed csOwnedChildsSelectable
...
git-svn-id: trunk@22843 -
2009-11-28 00:21:30 +00:00
mattias
ba45db3a02
IDEIntf: GetSelectableComponents: csOwnedChildsSelectable
...
git-svn-id: trunk@22842 -
2009-11-28 00:20:46 +00:00
mattias
bd7a777008
IDE: designer: using GetChildren for selecting
...
git-svn-id: trunk@22841 -
2009-11-28 00:14:33 +00:00
dmitry
6bf8885dc8
cocoa: code cleanup
...
git-svn-id: trunk@22840 -
2009-11-27 22:00:36 +00:00
dmitry
f30c58345f
carbon: added comments about hard-coded edit controls hotkeys
...
git-svn-id: trunk@22839 -
2009-11-27 21:32:19 +00:00
zeljko
7071eb888d
Qt: implemented ListView.OwnerData, we use PaintEvent to fire TListView.OnData(), a trial to fix #15202 .
...
git-svn-id: trunk@22838 -
2009-11-27 18:52:21 +00:00
dmitry
9e78fcec57
carbon: fix for #12174 , #15202 , system control and menu hot-keys conflict. Fixed incorrect radio button switching
...
git-svn-id: trunk@22837 -
2009-11-27 18:28:42 +00:00
mattias
95082ac67f
IDE: designer: renamed private variable
...
git-svn-id: trunk@22836 -
2009-11-27 17:51:58 +00:00
paul
271c760dc1
designer: cleanup
...
git-svn-id: trunk@22835 -
2009-11-27 17:43:45 +00:00
mattias
1d9513d837
IDE: reduced debugging
...
git-svn-id: trunk@22834 -
2009-11-27 17:39:54 +00:00
mattias
a618ec548b
IDE: designer: iterate non visual components only for csInline components
...
git-svn-id: trunk@22833 -
2009-11-27 17:33:55 +00:00
mattias
d095612940
IDEIntf: added GetSelectableComponents
...
git-svn-id: trunk@22832 -
2009-11-27 17:33:11 +00:00
mattias
ed9baa53d3
IDEIntf: comments
...
git-svn-id: trunk@22831 -
2009-11-27 16:59:25 +00:00
mattias
2c31bb4001
clean up
...
git-svn-id: trunk@22830 -
2009-11-27 16:58:05 +00:00
paul
61f9dfb823
designer: draw non-visual components only returned by recursively GetChildren calls
...
git-svn-id: trunk@22829 -
2009-11-27 16:54:47 +00:00
mattias
dfc20b664d
codetools: completeblock: skip if target line is not empty or code behind is more indented
...
git-svn-id: trunk@22828 -
2009-11-27 16:50:24 +00:00
zeljko
3ed535c5f2
Qt: DropFilesEvent() fix for #15200 . We must remove "file://" in front of filename since LCL doesn't parse it.
...
git-svn-id: trunk@22827 -
2009-11-27 15:30:57 +00:00
mattias
507823b744
codetools: expreval: fixed wrong out parameter
...
git-svn-id: trunk@22826 -
2009-11-27 11:20:06 +00:00
mattias
28026aebe8
codetools: expreval: added FreeEvalOperand
...
git-svn-id: trunk@22825 -
2009-11-27 11:13:07 +00:00
mattias
427177187f
codetools: expreval: fixed mem leak
...
git-svn-id: trunk@22824 -
2009-11-27 10:57:40 +00:00
mattias
691f65044f
codetools: expreval: return always true for declared
...
git-svn-id: trunk@22823 -
2009-11-27 10:38:38 +00:00
mattias
a13feabeb5
codetools: clean up old fpc ifdef
...
git-svn-id: trunk@22822 -
2009-11-27 10:34:30 +00:00
mattias
f4b89285e7
codetools: expreval: fixed mem leak
...
git-svn-id: trunk@22821 -
2009-11-27 10:23:04 +00:00
paul
3185a931a9
tpipro: fix indent
...
git-svn-id: trunk@22820 -
2009-11-27 07:48:27 +00:00
paul
b6d78f19d8
designer: set csAncestor for all csInline sub-components
...
git-svn-id: trunk@22819 -
2009-11-27 04:18:21 +00:00
paul
ce5d8e99d8
lcl: minor changes for GetDesignerForm
...
git-svn-id: trunk@22818 -
2009-11-27 04:17:43 +00:00
paul
3a13c17161
designer: fix getting offsets of non-visual ancestor components
...
git-svn-id: trunk@22817 -
2009-11-27 04:10:25 +00:00
paul
0d4b165835
ideintf: show csInline component children in the component treeview, don't allow to drag csAncetor components in the component treeview (todo: fix setting csAncestor)
...
git-svn-id: trunk@22816 -
2009-11-27 03:29:59 +00:00
paul
b255bc1884
designer: correctly calculate non-visual component offsets for the designer form
...
git-svn-id: trunk@22815 -
2009-11-27 02:36:03 +00:00
paul
3058df5224
designer: replace "Cancel" button on all error dialogs with "Ok" button
...
git-svn-id: trunk@22814 -
2009-11-27 02:35:29 +00:00
mattias
5c523c50a9
educationlaz: added minimal and extended component set from Michael Kuhardt
...
git-svn-id: trunk@22813 -
2009-11-26 20:51:07 +00:00
mattias
4a5ccd0c77
IDE: using new eval
...
git-svn-id: trunk@22812 -
2009-11-26 20:47:19 +00:00
mattias
ca19910ffe
codetools: fixed exmaple
...
git-svn-id: trunk@22811 -
2009-11-26 20:45:07 +00:00
mattias
88d5b48c92
codetools: using new eval for conditionals
...
git-svn-id: trunk@22810 -
2009-11-26 20:37:58 +00:00
zeljko
2dcd8e4b2b
Qt: fix for #15192 also tab moving now works in ide source editor.
...
git-svn-id: trunk@22809 -
2009-11-26 20:13:16 +00:00
mattias
7d0ed7d072
codetools: reduced debugging
...
git-svn-id: trunk@22808 -
2009-11-26 19:16:23 +00:00
mattias
58f1799eae
codetools: added example testexpreval
...
git-svn-id: trunk@22807 -
2009-11-26 19:12:41 +00:00
mattias
a39ba22e7d
codetools: clean up
...
git-svn-id: trunk@22806 -
2009-11-26 18:59:49 +00:00