Commit Graph

68623 Commits

Author SHA1 Message Date
Martin
ece901da4c Merge branch 'IdeProject/ExtraModes' into 'main'
IdeProject: Adjusting options in "standard" build modes (Release and Debug)

See merge request freepascal.org/lazarus/lazarus!344
2024-10-03 00:44:35 +02:00
Martin
65513c7997 Clear ExternalDebugInfo for release mode 2024-10-03 00:43:28 +02:00
n7800
9a31f4eb34 IdeProject: Adjusting options in "standard" build modes (Release and Debug) 2024-10-02 22:38:33 +00:00
Martin
4e7251cd25 LazLogger: missing "const" for array param 2024-10-03 00:23:16 +02:00
Martin
721778cdd4 Revert "Installer, Win: Add OPT="-OoNOSTACKFRAME" to fpc build. Help the debugger unwind callstacks"
This reverts commit b4244d781b.
2024-10-02 23:49:13 +02:00
Martin
4e49ef3eeb IDE: SourceEditor hide statusbar if no editors are open (anchor dock). Issue #40819 2024-10-02 21:56:13 +02:00
Maxim Ganetsky
6ed6e91651 Minimap: made layout of config frame somewhat more unified with other option tabs 2024-10-02 16:58:33 +03:00
Martin
b97a15169d SynEdit: some optimization to avoid unnecessary Log/Phys point conversions. 2024-10-02 13:44:21 +02:00
Željan Rikalo
f528ace9dc Qt5, Qt6: simplified code, use GetTextExtentExPoint from lclintf implementation. 2024-10-02 13:05:27 +02:00
mattias
da15e4ef07 lcl gtk2: AppRemoveStayOnTopFlags: ignore active window only if geometry is odd 2024-10-02 09:26:43 +02:00
Martin
cbf7a97b7f SynEdit: fix marks gutter autosizing 2024-10-01 22:02:25 +02:00
Martin
7ca0e94781 IdeDebugger: Display "Pass count" in breakpoint property dialog. Issue #30355 2024-10-01 17:53:30 +02:00
Martin
642c3148a8 IdeDebugger: Callstack, copy-all, limit how many non-evaluated indexes are represented before skipping to next evaluated line. 2024-10-01 17:33:15 +02:00
Maxim Ganetsky
0890ebc97d IDE: regenerated translations and updated Russian translation 2024-10-01 18:27:28 +03:00
Maxim Ganetsky
0297779c9a IDEDebugger: updated Russian translation 2024-10-01 18:27:28 +03:00
Maxim Ganetsky
4bfc627204 IDEIntf: improved Russian translation 2024-10-01 18:27:28 +03:00
Maxim Ganetsky
f67c5cc9bb IDEIntf: improved strings property editor dialog i18n 2024-10-01 18:27:28 +03:00
Martin
459dbb1401 SynEdit: Mark-Gutter, allow setting a fixed width for columns 2024-10-01 17:11:47 +02:00
Martin
78e9a717ea IdeDebugger: increase width for icon in breakpoint dialog. Issue #40941 2024-10-01 15:44:32 +02:00
Martin
b64613cf00 SynEdit: CSS-Highlighter fixes - issue #41087 2024-10-01 15:27:35 +02:00
Martin
ec3a425203 SynEdit: fix shell HL multi-line string. Issue #40584 2024-10-01 14:40:14 +02:00
Martin
233d6bee21 SynEdit: fix memleak with recent BookMark changes. 2024-10-01 12:56:24 +02:00
Martin
12101bac42 Debugger: Reduce amount of updates events. (Callstack, TListView.EndUpdate may cause a complete redraw) 2024-10-01 12:34:31 +02:00
Martin
3fe27ebdce IDE: user defined markup, improved captions 2024-10-01 08:45:48 +02:00
Martin
cca69fe196 IdeDebugger: Add up/down navigation to callstack 2024-09-30 23:46:51 +02:00
Martin
b854ec9036 LazDebuggerFp: fix cancelling large stack-count updates. 2024-09-30 20:45:21 +02:00
Martin
d228d3d3f7 IdeDebugger: Reduce updates of Callstack-view. Fix/Change "copy all frames" to copy all evaluated frames up to the currently displayed. Issue #41040 2024-09-30 20:44:42 +02:00
Maxim Ganetsky
f07e90600a Minimap: added Russian translation 2024-09-30 19:53:10 +03:00
Maxim Ganetsky
1925dbb6c2 Minimap: improved config frame layout, i18n-ed 2024-09-30 19:53:10 +03:00
Martin
66b94d7af1 IDE, SourceEditor: fix debug popup menu. Issue #41088 2024-09-30 18:01:25 +02:00
Maxim Ganetsky
f1cd4734bf IDE: regenerated translations and updated Russian translation 2024-09-30 18:35:00 +03:00
Maxim Ganetsky
ed3a186a37 IDE: made captions of editor selection mode status more prominent and shorter 2024-09-30 18:33:34 +03:00
Martin
665bae1dd1 Debugger: Make "HitCount" act like "Condition", any break actions (break, but also enable/disable other break, logging, snapshots) will only act if the HitCount has been reached. (previously only "break" was prevented). Issue #40676 2024-09-30 15:35:33 +02:00
mattias
94b543ea66 deb: env opts for linux arm64 2024-09-30 15:33:37 +02:00
Martin
093f489b9b IDE: SourceEditor,fixes for 3rd-party registered StatusBar panels 2024-09-30 14:00:10 +02:00
mattias
e375a961ce ide: fixed keep WriteConfigFile on cancel, fixed keeping order in config, except for search paths 2024-09-30 10:10:21 +02:00
Martin
ac3e802b81 IDE, SourceEditor: remove debugln 2024-09-30 10:08:55 +02:00
Martin
a6efcfc510 IDE, SourceEditor: use constants to refer to status panels 2024-09-30 10:05:01 +02:00
Martin
214c5bedbb IDE: SourceEditor, show selection mode indicator. Issue #40599 2024-09-30 10:05:00 +02:00
Juha
452014a2ee IDE: Show "Open Folder" popup MenuItem in source editor StatusBar. Was broken by fcc0fe6d11. 2024-09-30 10:50:07 +03:00
Juha
740ef32740 IDE: Fix alignment of hint text when not using TurboPowerIproDsgn renderer. Issue #40931. 2024-09-30 01:10:10 +03:00
Martin
a88065b606 IDE: SourceEditor, show selection mode indicator, fix empty column selection Issue #40599 2024-09-29 23:59:26 +02:00
Juha
6b0b18c09d Tests: Remove C-style operators. Compilations depends on fpc.cfg. Issue #41074, patch by n7800. 2024-09-30 00:04:06 +03:00
mattias
e44a70d872 lcl: gtk2: do not restack against a non form gdk window, issue #41041 2024-09-29 22:09:20 +02:00
Martin
8ded4ddfd4 IDE: SourceEditor, show selection mode indicator with char count. Issue #40599 2024-09-29 21:30:22 +02:00
Martin
7928b08ac2 IDE: SourceEditor, show selection mode indicator with char count. Issue #40599 2024-09-29 21:28:39 +02:00
Martin
fcc0fe6d11 IDE: SourceEditor, show selection mode indicator. Issue #40599 2024-09-29 21:12:41 +02:00
mattias
904136f96f minimap: hide control on unhook 2024-09-29 19:29:37 +02:00
Michaël Van Canneyt
d617364c85 - Remove unused method 2024-09-29 17:54:23 +02:00
Martin
1bc39f7331 FpDebug: Linux, Improve ReadData for partial reads 2024-09-29 16:41:20 +02:00