Commit Graph

67494 Commits

Author SHA1 Message Date
Juha
c74edf04a6 IDE: Cleanup of the searchfrm unit. Issue #40929, patch by n7800. 2024-04-28 09:14:47 +03:00
Juha
8d6b64698d IDE: Simplify option flag management in FindInFiles. No need to remember numerical indexes. Issue #40915, patch by n7800. 2024-04-28 09:12:14 +03:00
Martin
762f48aeb5 FpDebug: fix out of range in line-address lookup 2024-04-28 00:10:50 +02:00
Martin
85652d22ca IdeDebugger: ValueFormatter "Ordinal to name" 2024-04-28 00:10:03 +02:00
Martin
ee125ebe32 IdeDebugger: Value-formatters, match expression/name 2024-04-27 18:56:30 +02:00
wp_xyz
066b6f09a2 Images: Remove the Android, Arduino, GitHub and Raspberry icons (cannot be used without restrictions) 2024-04-26 18:42:31 +02:00
Maxim Ganetsky
fe9dbeb8a9 IDEDebugger: regenerated translations and updated Russian translation 2024-04-26 16:59:19 +03:00
Maxim Ganetsky
612d836c17 IDEDebugger: improved caption 2024-04-26 16:58:17 +03:00
Maxim Ganetsky
d68ed7f5d7 IDEIntf: regenerated translations and updated Russian translation 2024-04-26 16:57:25 +03:00
wp_xyz
1f76660947 Tools/icons_to_html: reads image sizes from files (by Roland Hahn) 2024-04-26 13:08:40 +02:00
wp_xyz
cb4b896c31 Images: Add new general-purpose images by Roland Hahn (Chart, database, layer, github, ...) 2024-04-26 13:07:31 +02:00
Martin
f874fee43d IdeDebugger: fix display enum watches with out of range value. 2024-04-26 11:54:27 +02:00
Juha
c4d26f3da9 TurboPower_IPro: Fix memory leak in TIpHtmlInternalPanel.SelectPrinterDlg. Issue #40924, patch by michalgw. 2024-04-26 00:59:26 +03:00
Juha
2b05839fba LazBuild: Make the value for "--build-ide" parameter optional. "=" can be left out. 2024-04-26 00:59:26 +03:00
Juha
d784606f77 LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
Martin
308396194c SynGutter: reduce invalidating/painting 2024-04-25 22:45:50 +02:00
Martin
49f44c8ee1 Fix checking modal result, handle mrCancel. Issue: #40920 2024-04-25 21:47:15 +02:00
Martin
0002e72121 SynEdit: Fix SynEditMarkupHighAll MaybeDropOldMatches 2024-04-25 17:32:53 +02:00
Martin
c250e622d1 SynEdit: SynEditMarkupHighAll, tests 2024-04-25 17:22:57 +02:00
Martin
e80bce48a4 SynEdit: SynEditMarkupHighAll, remove unused code 2024-04-25 17:22:56 +02:00
Martin
78cf30a16a SynEdit: Fix for SynEditMarkupHighAll, keep AFirstKeptValidIdx 2024-04-25 17:22:56 +02:00
Martin
ad3c41af62 SynEdit: Fix SynEditMarkupHighAll MaybeDropOldMatches and DeleteInvalidMatches 2024-04-25 17:22:56 +02:00
Martin
3f6c2f860d SynEdit: fix FindStartPointUsedExistingMatch 2024-04-25 17:22:56 +02:00
Martin
21f3e40a14 SynEdit: rename some variables 2024-04-25 17:22:55 +02:00
wp_xyz
30046f3bba IDE/ImagelistEditor: Add button to paste image from clipboard. 2024-04-25 16:37:53 +02:00
Maxim Ganetsky
f130c3af96 IDE, DockedFormEditor: fixed deprecation warnings, patch by Don Siders, issue #40921 2024-04-25 02:12:06 +03:00
Martin
fcaca1fe6a IdeDebugger: ValueFormatter "Custom Displayformat" 2024-04-22 21:23:10 +02:00
Martin
72fa9a1c96 IdeDebugger: missing button caption 2024-04-22 15:19:46 +02:00
Martin
af5212d267 Codetools: Add a few more keywords to Ident-Completion. 2024-04-22 14:04:02 +02:00
mattias
f28670b9d0 ide: build ide using lazbuild:rename startlazarus.exe, issue #40917 2024-04-22 11:08:26 +02:00
Martin
1b27926055 IDE: Guttermarks, improve layout 2024-04-22 02:23:22 +02:00
Martin
7dfa9c442c IDE: Guttermarks (warn/hint) adjust priority 2024-04-21 22:48:49 +02:00
Martin
fca464e951 SynEdit: fix MarksGutter deduplication 2024-04-21 22:48:11 +02:00
Martin
73cb3d87f4 LazDebuggerFp: avoid calling QuickPause twice. 2024-04-21 19:36:49 +02:00
Martin
6b5a7e75ea FpDebug: workaround, when hardcoded int3 is allowed as user breakpoint, don't stop on internal breakrequest. Issue #40910 2024-04-21 19:36:08 +02:00
Martin
7d11cc3fe8 LazDebuggerFp, FpDebug: Handle multipl-breakpoint at the same address. 2024-04-21 16:59:09 +02:00
Martin
0b2c6bd8fa FpDebug: Allow breakpoints on lines without code (search up to N lines below). 2024-04-21 16:59:08 +02:00
Maxim Ganetsky
3f1548052d IDEDebugger: updated Russian translation 2024-04-21 17:51:05 +03:00
Martin
ac0faad39a LazDebuggerFp: fix "variant" converter for dwarf-2 2024-04-21 11:30:04 +02:00
Martin
3b321550c3 Update po 2024-04-20 21:59:23 +02:00
Martin
00628a8d26 SynEdit: "Marks-gutter, use all columns before ..." / limit repeated icons Issue #40914 2024-04-20 21:59:10 +02:00
Martin
9fb7aaf3e8 SynEdit: Fix 2 columns with debug-lines "Marks-gutter, use all columns before ..." Issue #40914 2024-04-20 19:58:41 +02:00
ccrause
b73bed0fed FpDebug: Handle partial overlap between breakpoint data and AData buffer. By CCrause. MR: !279 2024-04-20 17:04:27 +02:00
Martin
baef7180da SynEdit: Marks-gutter, overlap/resize marks if not enough space. Issue #40914 2024-04-20 16:38:37 +02:00
Martin
8bcc164019 SynEdit: Marks-gutter, use all columns before icons get out of visible range. Issue #40914 2024-04-20 16:38:37 +02:00
Juha
f8a04256ff IdePackager: Remove IDEMsgIntf dependency from PackageSystem. 2024-04-20 17:07:51 +03:00
Juha
83bb996e3c IDE: Optimize checking UTF8 codepoint size in "Find in Files". Issue #40904, patch by n7800. 2024-04-20 16:01:00 +03:00
Juha
94e7abc281 LCL: Fix a deprecated message in LCLProcs. 2024-04-20 16:01:00 +03:00
Martin
7ec595fc3a Merge branch 'xtensa-stack-registers' into 'main'
Xtensa - Store all registers read for current stack frame.

See merge request freepascal.org/lazarus/lazarus!280
2024-04-20 10:16:12 +00:00
ccrause
fc4f5ae329 Xtensa - Store all registers read for current stack frame. 2024-04-20 10:20:41 +02:00