Commit Graph

253 Commits

Author SHA1 Message Date
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
Martin
4bf617c018 IdeDebugger: Breakpoint dialog, drag/drop breakpoints-groups to reorder 2023-07-25 01:23:09 +02:00
Martin
72907f810a IdeDebugger: Breakpoint dialog, drag/drop breakpoints into groups 2023-07-25 01:23:09 +02:00
Martin
9b2b70e384 IdeDebugger: Change Breakpoints dialog to Treeview (VTV). Add group by "breakpoint-group" 2023-07-25 01:23:09 +02:00
Martin
25db56ee57 IdeDebugger: add Destroy-callback to TIDEBreakPointGroup 2023-07-25 01:23:09 +02:00
Martin
cc98242bec IdeDebugger: Treeview, update embedded controls on resize 2023-07-25 01:23:08 +02:00
Maxim Ganetsky
477cd6947f IDEConfig: moved relevant translations from IDE 2023-07-24 02:22:21 +03:00
Juha
095b604997 IDE: Move MsgViewShowFPCMsgLinesCompiled to EnvironmentOptions. Allows to reduce dependencies. Cleanup, reorder. 2023-07-23 22:35:22 +03:00
Juha
636e902e6a Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
Martin
34b7126915 IdeDebugger: Fix deleting multiple selected watches / crashed if some sub-watches were selected 2023-07-23 14:33:56 +02:00
Martin
3c1dcebf6f IDE, Debugger: Fixed "copy all" after ae1c9e4710 "add "copy line" to callstack window." Issue #40392 2023-07-21 01:40:41 +02:00
Maxim Ganetsky
8a1b73b989 IDEDebugger: updated Russian translation 2023-07-21 02:07:29 +03:00
Martin
ae1c9e4710 IDE, Debugger: add "copy line" to callstack window. Issue #40392 Patch by Bruno K 2023-07-20 19:21:34 +02:00
mattias
79893d2cbe updated makefiles 2023-07-14 16:42:45 +02:00
Martin
d80518932f IDE, Debugger: Add "Enabled" to breakpoint properties dialog 2023-07-13 18:50:32 +02:00
mattias
0cf38f57c7 IDE: added option for global star directory excludes 2023-07-09 22:20:56 +02:00
Juha
e65a102527 Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00