n7800
e9e5a30568
ComponentList: Call OnGetCreationClass to display frame selection dialog
2024-07-29 12:58:01 +00:00
rich2014
bf65ea023c
Cocoa: remove some unit comments
2024-07-29 20:21:18 +08:00
rich2014
75f660bcee
Cocoa: fix the issue in ListBox / CheckListBox introduced @ad8dd1d
2024-07-29 20:13:39 +08:00
wp_xyz
1e7cf4ebe3
Revised default project icon (less memory usage). Text in logos as graphic, no need for a special font. All by Roland Hahn.
2024-07-29 12:26:08 +02:00
Martin
0a223f247c
LazDebuggerFp: fix hook for i2o intrinsic.
2024-07-28 21:39:07 +02:00
Martin
0b109f4e2d
FpDebug: fixes for flatten-intrinsic
2024-07-28 21:39:07 +02:00
Martin
50e99af185
SynEdit: removed incorrect assert
2024-07-28 21:38:58 +02:00
rich2014
faeab730e0
Cocoa: remove unused unit references
2024-07-28 22:41:19 +08:00
rich2014
b1e0da3394
Cocoa: remove circular unit references, add CocoaCallback/CocoaListView/CocoaWSListView unit
2024-07-28 22:41:11 +08:00
Michaël Van Canneyt
35b44a860b
* Some improvements to file browser:
...
* Configure is now in tools - options
* Allow to display files in the main tree instead of in a separate filelist, allowing a more global overview
* Use icons for files/directories in tree view.
* Allow to specify root directory
* Split controller to separate unit
* File browser reacts now on project open event and changes selected dir.
2024-07-28 16:00:18 +02:00
mattias
fdef402c5a
codetools: added TestCompareIdentifiers
2024-07-27 22:08:58 +02:00
mattias
e1482c3582
codetools: added tests for RenameIdentifier, simplified RenameIdentifier
2024-07-27 21:36:49 +02:00
Juha
1393bae4a7
LCL-GTK3: Make AnchorDocking display dock names properly. Issue #40341 , patch by Anton Kavalenka.
2024-07-27 13:23:19 +03:00
wp_xyz
987f140c91
LCL/PopupMenu: Make TPopupMenu.PopupPoint a writable property.
2024-07-27 12:12:28 +02:00
mattias
00f3d3b397
codetools: added tree of PCodeToolPos
2024-07-27 09:21:04 +02:00
mattias
3e38d50ffa
codetools: added test
2024-07-27 09:21:04 +02:00
Martin
1c61ed510e
FpDebug: flatten intrinsic, fix a nil pointer, fix array expand
2024-07-26 21:06:43 +02:00
Martin
98ff9dab59
SynEdit: fixed defer any actions that need the true ClientRect, until AutoSize was done. (required after recent IDE change, to defer All-AutoSizing)
2024-07-26 20:13:40 +02:00
Martin
d7d77c934e
FpDebug: flatten intrinsic, add optional info about depth/fields for each element
2024-07-26 20:13:40 +02:00
rich2014
4146e268cc
Cocoa/ListView: in vsReport, fix long-standing issues, Merge branch 'cocoa/listview'
2024-07-27 00:37:46 +08:00
rich2014
ad8dd1dba2
Cocoa/ListView: in vsReport, fix the issues related to Multi Selection
2024-07-27 00:35:27 +08:00
rich2014
74415b6056
Cocoa/ListView: in vsReport, fix the issue in ItemDisplayRect()
2024-07-27 00:35:27 +08:00
rich2014
16f03ef620
Cocoa/ListView: in vsReport, fix the issue RowHeight and Spacing related
2024-07-27 00:35:27 +08:00
rich2014
c78b33853a
Cocoa/ListView: in vsReport, fix the issue of double-clicking to enter editing
2024-07-27 00:35:27 +08:00
Martin
a5486f6a71
FpDebug: new intrinsic i2o => show object that implements an interface.
2024-07-25 21:15:24 +02:00
Martin
a16aac7aa5
FpDebug: fix compile 32bit linux
2024-07-25 21:08:16 +02:00
Martin
be343003c0
FpDebug: fix incorrect class typecasts
2024-07-25 21:08:16 +02:00
Martin
da812e6d12
FpDebug: flatten intrinsic, fixes for use with slices (no cache)
2024-07-24 22:07:08 +02:00
Martin
9c975dcca8
FpDebug: flatten intrinsic, improve cache. Some values may be computed, the "key" string" does not account for that.
2024-07-24 22:07:08 +02:00
Martin
25c65cfd8b
FpDebug: flatten intrinsic, option to handle arrays
2024-07-24 22:07:08 +02:00
Martin
c238c026d1
FpDebug: Change slice-operator. Add "disable" for terms that handle the slice themself (substring)
2024-07-24 22:07:08 +02:00
zeljan1
f9e932cb46
Qt5,Qt6: Fixed ugly item sizes in TListView with ViewStyle vsIcon,vsSmallIcon. issue #23187
2024-07-24 20:31:22 +02:00
Martin
f6c415d958
FpDebug: FIX, Array-slices [n..m], check if they are in active part of condition. If not, don't create multiple results.
2024-07-24 19:24:24 +02:00
Martin
64b2dbfaea
FpDebug: Array-slices [n..m], check if they are in active part of condition. If not, don't create multiple results.
2024-07-24 13:04:39 +02:00
Martin
c4deaeadcf
FpDebug: Conditionals (?IF or Try/N) must flag variant returns in slices
2024-07-24 13:04:38 +02:00
Maxim Ganetsky
0c424bf0be
LCL-Gtk3: Allow TForm to be resized to smaller size than initially defined by removing excessive set_size_request() call. Based on patch by Anton Kavalenka, issue #41031 .
2024-07-24 00:24:55 +03:00
Martin
cbfd80ce39
FpDebug: Add "switch" trinary-operator ... ? ... : ...
2024-07-23 19:40:32 +02:00
Martin
9a1ba57dc4
FpDebug: PascalParser, fix error checking for sub-expressions in brackets
2024-07-23 18:57:04 +02:00
Martin
8bb9d6eece
FpDebug: PascalParser, optimize check for finding left-side of operator / clarify description
2024-07-23 18:56:26 +02:00
rich2014
6e648e3c2e
Cocoa/ListView: fix the issue with empty TListView.Columns, issue #40632
2024-07-23 22:26:00 +08:00
Martin
bafbb1e6fa
FpDebug: fix "override" for GetFullText
2024-07-23 14:20:47 +02:00
Martin
7352ac6ad6
FpDebug: fixes for intrinsic Try/TryN, an invalid address is an error
2024-07-23 14:19:41 +02:00
Michaël Van Canneyt
f660bc1abb
* Set options in code to handle change in enum names
2024-07-23 11:28:47 +02:00
Michaël Van Canneyt
2859af3523
Fix typo in LogOptions. Fixes issue #41029
2024-07-23 10:50:43 +02:00
Martin
f76614452c
FpDebug: more intrinsics: Try, TryN, Ord, Log, Pi, Ln, Sqrt, Sin,Cos,Tan (includes part of issue #40839 )
2024-07-22 23:44:38 +02:00
Michaël Van Canneyt
5bc2f129ed
* Changes by IDE
2024-07-22 22:08:55 +02:00
Michaël Van Canneyt
c4e3b93d4c
* Allow to create pascal constants when creating SQL statements, allow copying of constants to clipboard
2024-07-22 22:08:55 +02:00
Martin
e98a5d2b44
FpDebug: Add cache for flatten intrinsic. / Ensure the same TFpDbgSimpleLocationContext object is used for each watch (on the Parser-expression), so it can act as key.
2024-07-22 13:55:55 +02:00
Martin
948829d942
FpDebug: test for flatten intrinsic
2024-07-22 13:55:55 +02:00
Martin
b61aabee0b
FpDebug: add intrinsic :flatten() to walk object chains.
2024-07-22 13:43:43 +02:00