Commit Graph

269 Commits

Author SHA1 Message Date
Martin
ee6b4fce64 IDE, Debugger: Asm Window, invalidate after colors changed 2024-01-11 12:32:21 +01:00
Martin
f96bef27b6 IDE: EditorOptions - Colors, added color settings for debug-disassembler view 2024-01-11 02:38:37 +01:00
mattias
656d6ffc5d clean up 2023-12-07 11:16:10 +01:00
Martin
415660120f 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 2023-11-15 22:02:07 +01:00
Martin
eb6e46b08f Debugger: Assembler view - stop wheel scroll from moving selection 2023-10-09 18:36:44 +02:00
Martin
27d50a74a8 Debugger: Assembler view, don't ctrl-jump when clicking gutter for changing breakpoint. 2023-10-08 14:04:22 +02:00
mattias
34222c3fa8 updated makefiles 2023-09-12 16:25:55 +02:00
ACTom
57381cefb7 Translations: Chinese translation update, merge request !233 2023-09-07 03:15:30 +03:00
Martin
b38ca94a08 IdeDebugger: fix parsing ".." range for arrays (after ^ deref) 2023-09-03 18:32:05 +02:00
mattias
c5bc78b070 updated makefiles 2023-09-03 17:11:29 +02:00
Juha
858c6931fc IDE: Use the correct IDE build date/time. Set it in lazarus.pp which always gets compiled. Issue #40467, patch by n7800. 2023-09-02 14:41:58 +03:00
Martin
2234c02716 IdeDebugger: Watches, fix updating array-nav-bar while scrolling 2023-08-22 12:45:34 +02:00
Martin
ab8f817be8 IdeDebugger: Watches, hide array-nav-bar when collapsing 2023-08-20 15:55:37 +02:00
Martin
7def84841a IdeDebugger: fix crash in watches (changing watch, with open children) 2023-08-20 15:54:24 +02:00
mattias
8d92e3b67d updated makefiles 2023-08-14 20:31:20 +02:00
mattias
44c8d90058 ide: fixed ide macro loop detection 2023-08-14 20:03:01 +02:00
ACTom
29240dfd2b IDE: Chinese translation update, merge request !225 2023-08-09 22:27:56 +03:00
mattias
13fd89ae20 ide: RemoveNonExistingPaths: check star dirs 2023-08-04 23:27:24 +02:00
mattias
68920c7d01 ide+codetools: less hints 2023-08-03 18:07:54 +02:00
mattias
74f240f5f3 ide: identifier completion: gather units in star dirs 2023-08-03 18:07:38 +02:00
mattias
243d0cc711 ide: extended TrimSearchPath to consider star directories 2023-08-03 14:28:41 +02:00
mattias
edac588a96 ide: added FileIsInSPDirectory 2023-08-03 13:44:43 +02:00
mattias
f9870ed298 ide: using cache and support star dirs 2023-08-03 11:12:57 +02:00
mattias
3d5b43f3b1 ide: using SearchFileInSearchPath 2023-08-03 07:08:41 +02:00
mattias
009dc40cbb ide: started SearchFileInSearchPath 2023-08-02 17:29:18 +02:00
mattias
dd6cb894c8 ide: TConvertDelphiProjPack.CheckPackageDep: use cache 2023-08-02 13:47:30 +02:00
mattias
a461609d36 ide: using cache when searching files in codebrowser, checkcompileroptions and findrenameidentifier 2023-08-02 13:28:49 +02:00
mattias
6e6941f2f0 ide: resourcestrings and refactored 2023-08-02 12:25:42 +02:00
mattias
1a972b0fbf idedebugger: added missing file 2023-08-02 01:35:24 +02:00
mattias
9874d86630 IDE: check for star directories when searching unit path 2023-07-31 20:20:05 +02:00
mattias
ff3d7af6ce ide: fixed star directory (not) matching . and .. 2023-07-31 19:24:00 +02:00
mattias
e4e743849f ideconfig: added RelateDirectoryMasks and tests 2023-07-31 13:30:36 +02:00
Maxim Ganetsky
5652e05efd IDEDebugger: fixed crashes when manipulating breakpoints in BreakPoints dialog, patch by Martin 2023-07-29 16:19:30 +03:00
Martin
dbdec84476 IdeDebugger: Breakpoint window, defer showing "new group" drag target, until mouse moves in drag. 2023-07-26 13:45:41 +02:00
Martin
04b3d4b5d2 IdeDebugger: Breakpoint window, fix crash in delete selected breakpoints 2023-07-26 13:36:37 +02:00
Martin
02f62a1b49 IdeDebugger: Breakpoint properties, check for valid group name 2023-07-26 13:24:42 +02:00
Martin
a3f455d604 IdeDebugger: Breakpoint dialog, fix crash due to unexpected handle creation in VTV 2023-07-26 11:58:09 +02:00
Martin
7ed1710d3d IdeDebugger: Breakpoint dialog, layout changes 2023-07-25 20:07:20 +02:00
Maxim Ganetsky
561f7e17e0 IDEDebugger: updated Russian translation 2023-07-25 18:22:32 +03:00
Martin
8a75cf4755 IdeDebugger: Breakpoint dialog, fixed showing plain (no tree) list 2023-07-25 14:44:37 +02:00
Martin
0643c39980 IdeDebugger: Breakpoint dialog, enable/disabl all breakpoint in each group 2023-07-25 14:31:41 +02:00
Martin
46731b05ee IdeDebugger: Breakpoint dialog, fix BreakGroups 2023-07-25 14:31:41 +02:00
Martin
7bd3a63ee6 IdeDebugger: Breakpoint dialog, fix crash due to BreakGroup used as breakpoint. 2023-07-25 13:42:20 +02:00
Martin
f01fd2064b IdeDebugger: Breakpoint dialog, fix crash due to BreakGroup used as breakpoint. 2023-07-25 13:34:42 +02:00
Martin
a2fa2d33cd AMEND IdeDebugger: Breakpoint dialog, fix dragging multiple items (onto an empty group header) 2023-07-25 12:36:18 +02:00
Juha
cc4760393b Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
Juha
8e7b4f0289 Tweak uses sections. Formatting. 2023-07-25 10:59:47 +03:00
Martin
7fc1e4ff7f small fixes 2023-07-25 02:10:33 +02:00
Martin
006e1d73ed small fixes 2023-07-25 01:55:59 +02:00
Martin
a94c7262d6 small fixes 2023-07-25 01:52:59 +02:00