Commit Graph

23533 Commits

Author SHA1 Message Date
wp_xyz
fd01caa9a2 LCL/IDE: Improved usability of TreeView component editor, patch "treeeditor_fixes" by n7800. Issue #40748. 2024-02-22 00:00:50 +01:00
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
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
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
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
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
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
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
Martin
0b1f218698 SynEdit: fix range check introduced in a7a0b3ee3a - Issue #40778 2024-02-16 14:06: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
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
Juha
9ce73d8f40 SynEdit, IDE: Improve the programming interface of TCodeTemplateList. Not dictated by TStringList interface any more. 2024-02-15 12:33:36 +02:00
Juha
5fa267ce0a SynEdit: Fix memory leak in TCodeTemplateList. 2024-02-15 02:47:22 +02:00
Martin
7d5c98dd45 FpDebug: workaround for https://gitlab.com/freepascal.org/fpc/source/-/issues/40641 2024-02-14 21:49:04 +01:00
Martin
4b6fadabca FpDebug: make TBreakLocationMap a generic with variable storage for the data replaced by a breakpoint 2024-02-14 20:01:56 +01:00
Martin
08b1ca8b65 FpDebug: refactor TBreakLocationMap, split out parts handling Address <> TFpInternalBreakpoint mapping 2024-02-14 20:01:55 +01:00
wp_xyz
e541a44115 Images: New and revised icons by Roland Hahn 2024-02-14 19:54:52 +01:00
Martin
021178a42a LazDebuggerIntf: fix #40762 2024-02-14 18:02:30 +01:00
Martin
b1d880be64 LazDebuggerFp: Remove duplicated RemoveAsync 2024-02-14 17:56:27 +01:00
Martin
b1a91a2333 LazDebuggerFp: further fix reading pty for console window. Remove dangling async call before destroying object. 2024-02-14 17:35:30 +01:00
Juha
760247b8d1 SynEdit: Fix a logic error. Set also an empty value in TCodeTemplate.SetValueWithoutLastEOL. 2024-02-14 10:54:59 +02:00
Juha
a9f0754324 SynEdit, IDE: Refactoring for code template completion. Sort the list after parsing. Issue #40764. 2024-02-14 08:13:59 +02:00
Martin
7044a3b3df SynEdit: fix dragging text, when text has folded areas. Issue #40773 Patch by Olivier Guichard 2024-02-13 23:09:39 +01:00
Martin
e9099ab0e8 FpDebug: further fix reading pty for console window. 2024-02-13 22:31:28 +01:00
Martin
e2e2f26c91 FpDebug: change HasBreakpointInfoForAddress, replace IP-1 by GetInstructionPointerForHasBreakpointInfoForAddress 2024-02-13 22:31:28 +01:00