mattias
|
f771d54e4a
|
set fixes version 3.0
|
2023-12-17 11:23:58 +01:00 |
|
Martin
|
c6d4ee73be
|
Debugger: Correctly store names for function refs. The name was wrongly stored as part of the type, making it equal for all entries in an array. Issue #40604
(cherry picked from commit 415660120f )
|
2023-11-15 22:02:56 +01:00 |
|
mattias
|
f5ee63fd14
|
set fixes version to 3.0RC2
|
2023-10-08 21:13:37 +02:00 |
|
Martin
|
e9bdb9a3a6
|
Debugger: Assembler view, don't ctrl-jump when clicking gutter for changing breakpoint.
(cherry picked from commit 27d50a74a8 )
|
2023-10-08 14:08:23 +02:00 |
|
ACTom
|
43251d855f
|
Translations: Chinese translation update, merge request !233
(cherry picked from commit 57381cefb7 )
|
2023-09-07 03:22:44 +03:00 |
|
Martin
|
c3a1844be1
|
IdeDebugger: fix parsing ".." range for arrays (after ^ deref)
(cherry picked from commit b38ca94a08 )
|
2023-09-03 18:33:23 +02:00 |
|
Martin
|
d25e9d67fe
|
IdeDebugger: Watches, fix updating array-nav-bar while scrolling
(cherry picked from commit 2234c02716 )
|
2023-08-22 19:26:52 +02:00 |
|
Martin
|
d88073b520
|
IdeDebugger: Watches, hide array-nav-bar when collapsing
(cherry picked from commit ab8f817be8 )
|
2023-08-22 19:26:51 +02:00 |
|
Martin
|
c3164a4974
|
IdeDebugger: Treeview, update embedded controls on resize
(cherry picked from commit cc98242bec )
|
2023-08-22 19:26:51 +02:00 |
|
Martin
|
dd2dd4a92e
|
IdeDebugger: fix crash in watches (changing watch, with open children)
(cherry picked from commit 7def84841a )
|
2023-08-20 16:21:16 +02:00 |
|
mattias
|
495a55efd4
|
ide: fixed ide macro loop detection
|
2023-08-17 09:11:08 +02:00 |
|
mattias
|
404580d211
|
updated makefiles
|
2023-08-15 12:52:46 +02:00 |
|
mattias
|
1e0b043129
|
updated makefiles
|
2023-08-10 22:07:59 +02:00 |
|
ACTom
|
f42f906ef1
|
IDE: Chinese translation update, merge request !225
(cherry picked from commit 29240dfd2b )
|
2023-08-09 22:33:54 +03:00 |
|
Martin
|
1b530896b0
|
IdeDebugger: Fix deleting multiple selected watches / crashed if some sub-watches were selected
(cherry picked from commit 34b7126915 )
|
2023-07-23 14:38:14 +02:00 |
|
Juha
|
02e18fb504
|
IdeConfig: Improve recursive macro cycle detection in TransferMacros. Prevents a frozen IDE. Issue #33151.
(cherry picked from commit 606ef3eac7 )
|
2023-07-06 16:49:04 +03:00 |
|
Juha
|
0bc8523ddf
|
Reduce compiler warnings.
(cherry picked from commit c3891ad820 )
|
2023-07-03 16:39:15 +03:00 |
|
mattias
|
50c127b5c0
|
updated makefiles
|
2023-06-30 21:02:31 +02:00 |
|
mattias
|
7b8965e768
|
ide: added /usr/local/share/fpcsrc/$(FPCVer) to default fpcsrc folders
|
2023-06-30 12:00:19 +02:00 |
|
mattias
|
3c735c0d03
|
IDE: fixed parsing long options case insensitive, fixed paths in lazarus.cfg are relative to the cfg not currentdir
|
2023-06-30 10:53:15 +02:00 |
|
mattias
|
fe3389fc58
|
set fixes version to 3.0RC1
|
2023-06-25 17:59:59 +02:00 |
|
Martin
|
6e27366e54
|
IdeDebugger: Fix displaying sets in debug inspector.
|
2023-06-21 12:50:47 +02:00 |
|
Martin
|
b7ff978c70
|
FpDebug: fix mem-leak, if string looks like json, but is not.
|
2023-06-20 00:34:03 +02:00 |
|
Juha
|
b99f4dc28d
|
IDE: Move adding default initial recent projects out from EnvironmentOptions.
|
2023-06-19 22:08:57 +03:00 |
|
Juha
|
6c09197c78
|
IDE: Register EnvironmentOptions editor group in IdeInstances. Remove registration through IDEOptionsIntf.
|
2023-06-19 10:45:09 +03:00 |
|
Juha
|
c339fbb58a
|
Remove IdeConfig dependency from IdeIntf package. It was wrong license-wise (LGPL-GPL). Make a temp copy of InputHistory.
|
2023-06-18 18:37:02 +03:00 |
|
Juha
|
e045ba01d2
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
|
Maxim Ganetsky
|
f80440d58b
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, issue #40312
|
2023-06-12 18:20:35 +03:00 |
|
mattias
|
033c256b3a
|
ide: less hints
|
2023-06-12 06:49:22 +02:00 |
|
Maxim Ganetsky
|
d6656f4a46
|
IDEConfig: enabled i18n, moved translations from IDE
|
2023-06-12 01:56:09 +03:00 |
|
mattias
|
a6933c07a9
|
ideconfig: less dependency on codetools
|
2023-06-11 23:10:53 +02:00 |
|
Juha
|
e4d8512e69
|
Update makefiles for IdeConfig and IdeIntf.
|
2023-06-11 23:55:42 +03:00 |
|
Juha
|
a6d1547803
|
Move unit TransferMacros to IdeConfig package. Add a unit for resourcestrings.
|
2023-06-11 23:37:12 +03:00 |
|
Juha
|
eac9c6e5c6
|
IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies.
|
2023-06-11 20:34:36 +03:00 |
|
Juha
|
a71517e5d2
|
IdeConfig: Remove LCL dependency from RecentListProcs.
|
2023-06-11 20:34:36 +03:00 |
|
Martin
|
ea1e68ed26
|
IdeDebugger: improve unfolding of watches. Allow Pointer to object/array to be unfolded (and dereference them for this)
|
2023-06-11 14:30:46 +02:00 |
|
Martin
|
c583496424
|
IdeDebugger: remove warning
|
2023-06-01 19:57:15 +02:00 |
|
mattias
|
7bc5b63fbb
|
updated makefiles
|
2023-05-27 02:07:12 +02:00 |
|
Maxim Ganetsky
|
2cc65c6157
|
IDEDebugger: updated Russian translation
|
2023-05-20 02:05:34 +03:00 |
|
Martin
|
ee82f625c3
|
Debugger: Inspect-Dialog more info for methods.
|
2023-05-19 19:47:58 +02:00 |
|
Juha
|
6a69340a83
|
IDE: Turn MacroListViewer into a proper IDE window. Prevent crash when switching to a project with less macros.
|
2023-05-17 19:22:45 +03:00 |
|
Martin
|
3c8ad48f60
|
Debugger: Allow project-local converters in watch-properties
|
2023-04-18 12:18:08 +02:00 |
|
Maxim Ganetsky
|
c0f79e7797
|
IDEDebugger: updated Russian translation
|
2023-04-18 02:22:49 +03:00 |
|
Martin
|
e0f95df233
|
Debugger: Improve "copy to clipboard" for watches and locals. (copy multiple entries/selection / copy address)
|
2023-04-17 20:39:03 +02:00 |
|
Juha
|
6bfcb9ed0d
|
IDE: Allow to change color for "Show BorderSpacing" option. Issue #40201, patch by paweld.
|
2023-04-10 10:54:59 +03:00 |
|
Juha
|
abb5f2b097
|
LazUtils: Harmonize the CamelCase names of some units. Add a license header for LazTracer.
|
2023-04-10 09:15:24 +03:00 |
|
Martin
|
32678d8c74
|
Debugger: If results have been evaluated fully (to full depth) in the parent, do not re-eval for child. (Structure and some arrays still to be optimized)
|
2023-03-28 10:53:27 +02:00 |
|
Martin
|
c88f5384ad
|
Debugger: Use part of parent result for nested/child watches (until they evaluate their own full result)
|
2023-03-28 10:53:27 +02:00 |
|
Martin
|
f479581489
|
IdeDebugger: Locals, removed old snapshot code, that was replaced in ad9eaf0474 and now leads to dangling pointers (assign will clear the snapshots, which are now hold by T*LocalValues)
|
2023-03-26 23:43:09 +02:00 |
|
Maxim Ganetsky
|
7f322b45b6
|
IDEDebugger: updated Russian translation
|
2023-03-25 16:39:01 +03:00 |
|