Commit Graph

67046 Commits

Author SHA1 Message Date
Bart
a3ba11e5c3 T(Float)SpinEditEx: In InitializeWnd set Text to represent FValue, otherwise NullValueBehavious will be applied in call to UpdateControl. 2024-02-21 23:44:44 +01:00
dsiders
f6555a287e Docs: LCL/various. Adds missing unit overview content, external references in:
* customdrawn_android.xml
* customdrawn_common.xml
* customdrawn_mac.xml
* customdrawn_winxp.xml
* customdrawncontrols.xml
* customdrawndrawers.xml
2024-02-21 17:41:34 +00:00
wp_xyz
805f05ea99 LCL/TreeView component editor: Fix typo in previous commit 2024-02-20 20:39:25 +01:00
wp_xyz
3da3224506 LCL: New layout for the TreeView component editor, issue #40748, patches "4_treeeditor_toolbar" and "5_treeeditor_fix_modified" by n7800 2024-02-20 20:24:27 +01:00
wp_xyz
fc844f5fc1 LCL: New layout for the TreeView component editor, issue #40748, patch "3_treeeditor_editing" by n7800 2024-02-20 18:39:18 +01:00
wp_xyz
43f05f787a LCL: New layout for the TreeView component editor, issue #40748, patch "2_treeeditor_cleanup" by n7800 2024-02-20 18:35:47 +01:00
wp_xyz
235fee3c1d LCL: New layout for the TreeView component editor, issue #40748, patch "1_treeeditor_formatting" by n7800 2024-02-20 18:26:29 +01:00
mattias
d71e4b610a codetools: clean up 2024-02-20 18:20:08 +01:00
mattias
2770584c3a codetools: fixed IsDottedIdentifier 2024-02-20 18:19:37 +01:00
mattias
b0a664c5d5 turbopower_ipro: fixed init props after break line when last token hast different props than first 2024-02-20 18:16:56 +01:00
Martin
05af6f9a4f IdeDebugger: Change precision used for float types. issue #40768 2024-02-19 22:56:30 +01:00
Martin
22f04e340f IdeDebugger: Return correct precision for float value. Old code was returning "single" for all float types - related to issue #40768 2024-02-19 22:56:30 +01:00
dsiders
83af74cb1f Docs: LCL/comctrls. Fixes invalid content and typos in TTreeNode topics. Issue
#40783.

* TListItem
* TTreeNode.StateIndex
2024-02-19 17:39:46 +00:00
Maxim Ganetsky
48bf073b61 LCL: regenerated translations and updated Russian translation 2024-02-19 16:58:25 +03:00
Martin
41753d66f5 Merge branch 'tbreaklocationmap-avr' 2024-02-19 12:24:52 +01:00
Martin
b0a5ee38f8 FpDebug: refactor new TFpBreakPointTargetHandler / adjust visibility of fields / move creation to factory method 2024-02-19 12:23:45 +01:00
ccrause
dcd15396b9 Further refactoring of TFpBreakPointMap and TGenericBreakPointTargetHandler for x86 and AVR 2024-02-19 12:23:45 +01:00
Juha
b4061b200f LCL: Allow access to buttons in CheckGroup and RadioGroup. Issue #40738, patch by n7800. 2024-02-19 13:09:32 +02:00
DomingoGP
d4f86c3268 Jedi code format: partial undo of 4c6f93909c 2024-02-18 22:41:51 +01:00
Martin
bf4f462b46 LazDebuggerFp: improved tests 2024-02-18 20:58:52 +01:00
Martin
5aac59d315 DebuggerTestBase: compile test case with older fpc 2024-02-18 20:58:51 +01:00
Maxim Ganetsky
06cc24b19f IDE: regenerated translations and updated Russian translation 2024-02-18 22:08:37 +03:00
Maxim Ganetsky
abffe34f33 IDEIntf: regenerated translations and updated Russian translation 2024-02-18 22:08:37 +03:00
DomingoGP
2c0cded09d Jedi code format: Support for unicode identifiers (allowed by delphi). 2024-02-18 18:36:46 +01:00
wp_xyz
6a91a7a772 LCL: Fix compilation of descendants of SpinEdit-like controls with FPC 3.3.1 2024-02-18 16:45:06 +01:00
Bart
5168d97f96 T(Float)SpinEditEx: fix setting (initial) value if NullValueBehaviour = nvbShowTextHint. 2024-02-18 16:02:53 +01:00
Juha
893885c9db LazBuild: Improve output messages and error codes. Issue #40781, patch by n7800. 2024-02-18 15:14:06 +02:00
wp_xyz
448d584096 LCL: Add missing button hints to the TreeView component editor 2024-02-18 12:56:41 +01:00
wp_xyz
e5c820b1d3 TAChart: More changes related to issue #40780. Patch by raspberryrabbit. 2024-02-18 11:34:16 +01:00
wp_xyz
ac88bf7dbe LCL: Improved Save/Open for TreeView component editor. Part of patch by n7800, submitted for issue #40748 2024-02-18 01:23:20 +01:00
wp_xyz
d21d97c82a LCL: Use ButtonPanel in TreeView component editor. Enable keyboard shortcuts. Part of patch by n7800, submitted for issue #40748 2024-02-18 00:48:01 +01:00
wp_xyz
8c636b64e7 LCL: Improved handling of enabled/disabled controls in TreeView component editor. Part of patch by n7800, submitted for issue #40748 2024-02-18 00:04:09 +01:00
wp_xyz
c7ee48d7fa LCL: Consistent names of the controls on the TreeView component editor form. Part of patch by n7800 (submitted for issue #40748) 2024-02-17 23:38:55 +01:00
wp_xyz
361f0379c8 LCL: Fix colons in label captions in TreeView component editor. 2024-02-17 23:28:24 +01:00
wp_xyz
1339ae70e9 LCL: Use SpinEdit controls for ImageIndex selection in TreeView component editor. Issue #40748. Part of patch by n7800 2024-02-17 23:10:26 +01:00
Martin
37315271a4 IdeDebugger: change value formatter for AlphaColor. Don't force registration of IdentToInt. See Issue #40772 2024-02-17 22:34:55 +01:00
DomingoGP
4c6f93909c Jedi code format: improved i18n support. 2024-02-17 18:33:08 +01:00
wp_xyz
ca58c47ab7 TAChart: (hopefully) fix compilation with FPC 3.3.1. Issue #40780. 2024-02-17 17:12:43 +01:00
wp_xyz
0642c65d04 TAChart: Add demo for AxisClickTool 2024-02-17 15:59:27 +01:00
wp_xyz
9e3e23a440 TAChart: Fix axis click tool sometimes detecting wrong axis part. 2024-02-17 15:46:11 +01:00
rich2014
f3d26660e7 Cocoa: Fix ItemIndex issue of TComboBox with csDropDownList at init 2024-02-17 21:22:43 +08:00
Martin
d019706897 Ide, Debugger: Always bring Watches, Locals to front (not focus) if items are added (optional) Issue #40771 2024-02-17 13:48:02 +01:00
Martin
3aa483c0c0 IdeDebugger: enable formatting checkbox in Console In/Out Window 2024-02-17 11:25:24 +01:00
Martin
0b1f218698 SynEdit: fix range check introduced in a7a0b3ee3a - Issue #40778 2024-02-16 14:06:14 +01:00
wp_xyz
710136974c Images: Updated tab-close icons for the Search dialog. By Roland Hahn. 2024-02-16 11:47:14 +01:00
Martin
ef78dcf1ba FpDebug: move some breakpoint checks to TFpBreakPointTargetHandler 2024-02-15 21:32:31 +01:00
Martin
c6d52ae4b7 FpDebug: split TBreakLocationMap. Make TFpBreakPointTargetHandler a separate class. 2024-02-15 20:33:34 +01:00
Maxim Ganetsky
f6ccc8d26d IDE: don't wrap strings in memos of i18n project options, allows to avoid corruption when saving long strings to .lpi 2024-02-15 17:03:58 +03:00
Juha
19e571678c SynEdit: Rename TCodeTemplate as TTemplate and TCodeTemplateList as TTemplateList. Templates are not necessarily code. 2024-02-15 15:34:04 +02:00
Juha
50cdb0becc TurboPower_ipro: Revert a wrong change made by accident in TIpHtmlProps.SetFontName. 2024-02-15 14:45:26 +02:00