Martin
|
8cf144ce33
|
Debugger: Watch-property-dialog, don't allow "all up" for display-format tabs
|
2024-03-01 17:54:23 +01:00 |
|
DomingoGP
|
482d9b7e20
|
Jedi code format: refactorize error messages.
|
2024-03-01 11:44:16 +01:00 |
|
DomingoGP
|
cbe87487db
|
Jedi code format: fix the var count for stats.
|
2024-03-01 11:33:56 +01:00 |
|
wp_xyz
|
105219a3b7
|
TAChart: Support ChartAxis.Position cuAxis. For this, add OrthogonalAxisIndex property and corresponding property editor.
|
2024-03-01 00:26:45 +01:00 |
|
Juha
|
b8b0b042be
|
IDE: Add hints and some tweaks to the options dialog. From n7800.
|
2024-02-29 19:15:35 +02:00 |
|
Juha
|
e253e8cfb4
|
IDE: Support uppercase '.LPI' and '.LPR' files better. Issue #40708.
|
2024-02-29 13:55:24 +02:00 |
|
Martin
|
2f82e03da2
|
Debugger: DisplayFormat, highlight tabs with modified (non-default) settings
|
2024-02-29 11:56:51 +01:00 |
|
Martin
|
e7c9c254c4
|
Debugger: adjust defaults for new DisplayFormat / fix config-frame
|
2024-02-29 09:21:29 +01:00 |
|
Martin
|
8ca43789be
|
LeakView: Fix resolve. Outdated use of ImageBase, which is now RelocationOffset
|
2024-02-28 22:23:33 +01:00 |
|
Martin
|
e63848796c
|
Merge branch 'InternalExceptionBreakPoints' by ccrause
|
2024-02-28 21:13:58 +01:00 |
|
ccrause
|
f808839e56
|
Fix TAvrMemManager.ReadMemory to read multi-byte values from registers by assuming the bytes are stored in consecutive registers.
|
2024-02-28 21:07:12 +01:00 |
|
ccrause
|
6915cc97fe
|
Implement CallParamDefaultLocation for AVR.
|
2024-02-28 21:07:12 +01:00 |
|
ccrause
|
88a0e31b16
|
For AVR the .text section can start at address 0, rather check if section is not allocated before ignoring it.
|
2024-02-28 21:07:12 +01:00 |
|
ccrause
|
d30cfb0a95
|
Ensure ErrNo is within the limits of Integer to prevent range error when ReadUnsignedInt returns false.
|
2024-02-28 21:07:11 +01:00 |
|
ccrause
|
0375bb8ae9
|
Add InternalExceptionBreakPoints property to LazDebuggerFp properties.
|
2024-02-28 21:07:11 +01:00 |
|
Martin
|
3149c5261f
|
Debugger: New DisplayFormat for Watches
|
2024-02-28 18:49:19 +01:00 |
|
Martin
|
8b491579a1
|
Debugger: Replace TWatchValue.DisplayFormat with TWatchValue.IsMemDump. All other DisplayFormat settings are on TWatch only.
|
2024-02-28 17:42:00 +01:00 |
|
Martin
|
adc63a1a42
|
Debugger: Remove IDbgWatchValueIntf.Value in favour of IDbgWatchValueIntf.ResData.CreatePrePrinted
|
2024-02-28 17:42:00 +01:00 |
|
Juha
|
fee8dbf80e
|
LazUtils: Remove an inaccurate comment about optimization in UTF8CodepointSizeFast.
|
2024-02-28 10:37:08 +02:00 |
|
Martin
|
8117ca5a5d
|
LazDebugger: Remove TWatchDisplayFormat from debugger backends.
|
2024-02-28 00:52:45 +01:00 |
|
Martin
|
be387c3f21
|
FpDebug: Remove TWatchDisplayFormat from PascalBuilder
|
2024-02-28 00:52:45 +01:00 |
|
Martin
|
be31fbc4ad
|
LazDebuggerGdbmi: Return more values via the new API. Moved handling of Displayformat to IDE.
|
2024-02-28 00:52:45 +01:00 |
|
Martin
|
38e0022ccc
|
LazDebuggerGdbmi: fix ParseGDBString
|
2024-02-28 00:52:44 +01:00 |
|
Martin
|
a4af1db7c2
|
DebuggerGdbmi: removed unused variables for TDisplayFormat
|
2024-02-28 00:52:44 +01:00 |
|
Martin
|
74c69d2d0a
|
DebuggerGdbmi: minor update to tests
|
2024-02-28 00:52:44 +01:00 |
|
Martin
|
e183ea0b5f
|
Debuggers: Add define FORCE_LAZLOGGER_DUMMY
|
2024-02-28 00:52:43 +01:00 |
|
Maxim Ganetsky
|
2f4ead8848
|
IDEIntf: updated Russian translation
|
2024-02-28 02:45:29 +03:00 |
|
Juha
|
642e3bac61
|
IDE: In options dialog highlight category nodes in bold. Issue #39365, patch by n7800.
|
2024-02-27 17:42:41 +02:00 |
|
Bart
|
0261f3b5ee
|
Win32: small optimization in TWin32WSCustomListView.SetProperty.
Add comment to explain why this code is there in the first place, since on first sight it might not make much sense.
|
2024-02-26 22:27:39 +01:00 |
|
Bart
|
57bb5a13e1
|
Win32: make ListView columns not-clickable if ColumnClick is False. Issue #40787.
|
2024-02-26 18:28:12 +01:00 |
|
wp_xyz
|
d6b0e5c07d
|
LCL/TTimeEdit: New properties TimeAMString and TimePMString to allow specifying also the AM/PM string used by TTimeEdit.
|
2024-02-26 15:36:33 +01:00 |
|
Juha
|
5e3b6bce5d
|
IDE: Adjust options dialog tab order. Add a Ctrl-F shortcut. From n7800.
|
2024-02-26 10:35:50 +02:00 |
|
Juha
|
f47d94ce9c
|
LCL: Publish TButtonPanel.ShowHint. From n7800.
|
2024-02-26 10:31:26 +02:00 |
|
wp_xyz
|
d85a691fb1
|
LCL/TTimeEdit: Add new properties TimeFormat and TimeSeparator for more flexibility in formatting.
|
2024-02-25 18:54:22 +01:00 |
|
Juha
|
8e1fc0cf60
|
IDE: Fix component palette configuration when a component is installed or uninstalled after the user configuration.
|
2024-02-25 16:29:25 +02:00 |
|
Bart
|
148735d8fb
|
TCustomTabControl: rename a method. No functional changes.
|
2024-02-25 13:29:39 +01:00 |
|
Bart
|
5e54b2f921
|
TCustomTabControl: don't check for parent in call to FindNextControl in ActivateFirstControlOnPage. Part of issue #40775.
|
2024-02-25 13:25:24 +01:00 |
|
Martin
|
641a76447b
|
VTV: fix getting handle when not yet shown. Issue #40791
|
2024-02-25 12:59:13 +01:00 |
|
Bart
|
f3aa0586d9
|
TCustomTabControl: don't steal foucus in ActivateFirstControlOnPage. Part of issue #40775.
|
2024-02-24 14:33:16 +01:00 |
|
Bart
|
e5a637999d
|
TCustomTabControl: activate first control on page after page changed. Issue #40775.
|
2024-02-24 13:47:49 +01:00 |
|
rich2014
|
b0bb460a46
|
Cocoa: Fix the issue that the Space key on the Button does not work
|
2024-02-24 16:31:47 +08:00 |
|
wp_xyz
|
82784f13b1
|
LCL/IDE: Fix tab order in Treeview component editor
|
2024-02-24 01:24:05 +01:00 |
|
Maxim Ganetsky
|
02bc007955
|
IDEIntf: regenerated German translation
|
2024-02-24 02:53:30 +03:00 |
|
wp_xyz
|
c4e07b3619
|
LCL/IDE: Improvements of TTreeview component editor. Issue #40748. Parts of patch by n7800.
|
2024-02-24 00:44:15 +01:00 |
|
Juha
|
6c9fa22be3
|
IDE: Inform a user earlier that renaming a unit is not possible through "Rename identifier" feature. Issue #40744.
|
2024-02-24 01:12:26 +02:00 |
|
Bart
|
88827aa909
|
Win32: fix TListView losing focus after EndUpdate. Issue #40786.
|
2024-02-23 22:56:08 +01:00 |
|
Juha
|
280ada98b2
|
Codetools: Prevent a crash in FindIdentififerReference on the name of a program. Issue #40753.
|
2024-02-22 23:53:40 +02:00 |
|
Juha
|
9ad00fb5a7
|
IDE: Fix saving a program with a dotted name. Issue #40760.
|
2024-02-22 23:04:15 +02:00 |
|
dsiders
|
b060a7330f
|
Docs: LCL/comctrls. Fixes invalid See Also links introduced in 92e6f4ffa7 .
|
2024-02-22 20:09:43 +00:00 |
|
dsiders
|
92e6f4ffa7
|
Docs: LCL/comctrls. Updates EditorEditingDone and EditorKeyDown topics in TCustomTreeView for changes in 7716068e .
|
2024-02-22 19:20:12 +00:00 |
|