Commit Graph

67020 Commits

Author SHA1 Message Date
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
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
Martin
2b3310eb90 FpDebug: refactor HasBreakpointInfoForAddress 2024-02-13 22:31:28 +01:00
Bart
44e3241162 TShellTreeView: rename a function, no functional changes. 2024-02-13 19:29:40 +01:00
wp_xyz
cad367e40a TreeView/IDE: Rename treeview component editor icons to lower-case 2024-02-13 19:27:54 +01:00
wp_xyz
3c248e6539 TreeView/IDE: New icons for TreeView component editor, by Roland Hahn. 2024-02-13 19:18:05 +01:00
Maxim Ganetsky
e8d9b898c3 IDEDebugger: updated Russian translation 2024-02-13 17:16:35 +03:00
Martin
01cc379a88 IdeDebugger: value formatter for currency 2024-02-13 11:42:50 +01:00
Martin
ba0c38e2b4 Codetools: fix crash when trying to add declaration for "foo := unit1;" Patch by WooBean007 2024-02-13 10:59:37 +01:00
Martin
e72f2533e7 Fix compilation of tests 2024-02-13 10:46:07 +01:00
wp_xyz
7b6e360bce aggpas: Prevent potential overflow error. Issue #40765. 2024-02-13 00:47:00 +01:00
Abou Al Montacir
8f1c337b19 GTK3: Code cleaning.
Removed legacy comments.
2024-02-12 22:47:02 +01:00
Bart
1b2d06b80d TShellTreeView: fix crash if ObjectTypes is changed at runtime. Issue #40766. 2024-02-12 18:45:41 +01:00
Bart
0f3f955e2b TFileSearcher: also check if we already visted a directory if we don't arrive there via a symlink. 2024-02-12 18:00:56 +01:00