Commit Graph

23463 Commits

Author SHA1 Message Date
DomingoGP
ad0f0b2083 Jedi code format: Fix typo. Sorry :-) 2024-02-09 22:56:14 +01:00
DomingoGP
3da31a8d5f Jedi code format: Add a warning in configuration of sort uses clauses. issue #40756. 2024-02-09 22:35:13 +01:00
DomingoGP
306e9ec1ad Jedi code format: dont't use locale when sorting uses clauses.
See: https://forum.lazarus.freepascal.org/index.php?topic=66163.0
2024-02-09 21:35:52 +01:00
DomingoGP
143990a64d Jedi code format: fix typo. 2024-02-09 21:06:34 +01:00
Juha
6a9edfd7dc TurboPower_ipro: Remove file ipcss.inc also from the component package. 2024-02-09 21:18:07 +02:00
Juha
2c81dff5d9 LazUtils: Remove WriteLn() from TStringListUTF8Fast.InsertItem. Causes trouble on Windows. 2024-02-09 10:32:41 +02:00
Juha
890f92e33e LazUtils: Deprecate UTF8CompareLatinTextFast. Implement TStringListUTF8Fast differently. 2024-02-09 01:20:36 +02:00
Juha
08c0f4865d SynEdit, FpDebug, LazUtils, IdeIntf: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:35 +02:00
Juha
bc201de1ed TurboPower_ipro: Optimize 'px' in TIpHtmlNodeCore.GetFontSizeFromCSS. Fix possibly missing Result in function CssMarginToProps. 2024-02-09 01:20:35 +02:00
Juha
c9e4a59c62 TurboPower_ipro: Optimize function FindFontName. Remember previous values. 2024-02-09 01:20:35 +02:00
Juha
de52e5bc44 TurboPower_ipro: Remove unused include file ipcss.inc. Contained duplicate code with unit IpCSS. 2024-02-08 21:18:39 +02:00
Juha
4a639e70c5 TurboPower_ipro: Remove useless code from TIpHtmlParser.ParseHead. 2024-02-08 21:18:39 +02:00
Juha
aecb1d9473 LHelp: Remove UTF8CompareLatinTextFast calls. 2024-02-08 21:18:39 +02:00
Juha
26547663f2 LazUtils: Optimize function CompareFormatArgs in unit Translations. 2024-02-08 21:18:39 +02:00
Martin
998b38112f CodeTools, Test: Add test for FindIdentifierReferences. 2024-02-08 18:47:02 +01:00
wp_xyz
8801ff314b TAChart: Fix occasional crash when Styles are used for series but style list is empty. 2024-02-08 13:05:17 +01:00
ccrause
5404ba0351 Implement SetStackPointerRegisterValue and SetInstructionPointerRegisterValue for AVR. 2024-02-08 01:53:46 +00:00
Bart
180dcc8888 TFileSearcher: don't enter subfolder and don't call OnDirectoryEnter when FSearching = False 2024-02-07 10:40:57 +01:00
Bart
c95ec9df9f TFileSearcher: don't add a pathdelimiter to the path when calling OnQueryDirectoryEnter. 2024-02-07 10:09:21 +01:00
ccrause
eabf701ee5 Fpdebug: protect remote communication in SendMonitorCmd with Enter/LeaveCriticalSection. Also remove unused variables. 2024-02-06 22:20:39 +00:00
Bart
2bae28ff63 TFileSearcher: rename OnQueryDirectoruFound to OnQueryDirectoryEnter and only call it when deciding to enter a directory, not when one is found. 2024-02-06 20:21:03 +01:00
Bart
65e0930568 TFileSearcher: first try at detecting circular links (outside the current tree). 2024-02-06 20:00:31 +01:00
ccrause
fcbad07545 Update FStatus when calling DoLocalStep 2024-02-06 13:05:06 +00:00
ccrause
a4832021a4 Create the correct derived TFpWatchPointData class for TDbgRspProcess. 2024-02-06 13:05:06 +00:00
Bart
6e1eac9018 TFileSearcher: supply fully qualified filename for OnQueryFileFound and OnQueryDirectoryFound events. 2024-02-04 18:30:03 +01:00
wp_xyz
0fd4564df7 TAChart: TBarSeries, TBubbleSeries and TPieSeries now use Styles for extended data point formatting 2024-02-04 17:35:22 +01:00
rich2014
21fc3631d5 Fix #40737: make TMethodNameTable/TMethodNameTableEntry compatible with FPC 3.3.1
The change follows
170c05592b

Patch by Dean Mustakinov, issue #40737.
2024-02-04 21:54:10 +08:00
Juha
0a0a7e5bb5 LazEdit: Support -Sy. 2024-02-04 13:09:36 +02:00
Juha
1e544fb5b9 Designer: Repaint after changing "BorderSpacing" in AnchorEditor or in OI. Issue #40746, by n7800 and myself. 2024-02-03 11:10:03 +02:00
Juha
07941a617c Codetools: Fix compilation. 2024-02-03 07:47:01 +02:00
Juha
34342f269f Revert the Codetools support of dotted names commit (issue #40596). It broke unit tests. 2024-02-03 07:34:44 +02:00
rich2014
2e28bd8b6d Revert "Designer/LCL: Correctly align TMethodNameTable/TMethodNameTableEntry on platforms that require it (e.g. AARCH64)."
This reverts commit 8253bd9f8f.
2024-02-03 09:05:43 +08:00
Martin
f091646a21 FpDebug: improve cache received threadnames, if the thread is not yet known (may be suspended). Issue #40699 Patch by Red_prig (Pavel) 2024-02-02 22:09:59 +01:00
Juha
39fb484747 Don't use "const" for some function parameters related to OutputDirectory. Can cause mysterious errors. 2024-02-02 19:38:20 +02:00
mattias
5469260518 codetools: clean up 2024-02-02 16:07:33 +01:00
wp_xyz
59aff202e1 TAChart: Fix function IncQuarter calculation error for negative NumberOfQuarters. 2024-02-01 16:30:27 +01:00
Martin
ad54dc2ceb FpDebug: Prevent range checks on target address computation 2024-02-01 01:45:20 +01:00
Juha
593bf2d541 IDE,Codetools: Improve support of dotted unit names. Issue #40596, patch by WooBean007. 2024-01-31 11:27:54 +02:00
Maxim Ganetsky
8253bd9f8f Designer/LCL: Correctly align TMethodNameTable/TMethodNameTableEntry on platforms that require it (e.g. AARCH64).
The change follows
170c05592b

Fixes crash on IDE start on AARCH64 platforms when FPC 3.3.1 is used.

Patch by Dean Mustakinov, issue #40737.
2024-01-30 17:45:57 +03:00
Juha
56887ae820 FreeType: Minor optimization for TFreeTypeRenderableFont.DefaultWordBreakHandler. Issue #40703, patch by Alexey Torgashin. 2024-01-30 12:07:28 +02:00
Maxim Ganetsky
5c01e6a88e JCF2: regenerated translations and updated Russian translation 2024-01-29 20:17:36 +03:00
Maxim Ganetsky
090ada5a0a JCF2, Global Settings dialog: improved i18n and layout 2024-01-29 20:17:12 +03:00
Maxim Ganetsky
723cc5ea3c JCF2: regenerated translations 2024-01-29 03:26:13 +03:00
Maxim Ganetsky
e3b98a6d1d JCF2, Global Settings dialog: use standard font sizes, migrated to TButtonPanel (instead of a panel with separate OK/Cancel buttons) 2024-01-29 03:26:13 +03:00
Maxim Ganetsky
9dd8951636 SimpleWebServerGUI: regenerated translations and updated Russian translation 2024-01-29 03:26:12 +03:00
Maxim Ganetsky
8ce757aa5b SimpleWebServerGUI: improved resource strings 2024-01-29 03:26:12 +03:00
ccrause
ceb2b0340b Fpdebug: for qemu one needs to single step over a breakpoint before continue will work. 2024-01-29 00:17:35 +00:00
Martin
5213bd9c76 SynEdit: PascalHighlighter, fixes for proc modifiers in var/type declarations. (no forward or inline) 2024-01-28 22:16:01 +01:00
Martin
bf7bcceebf SynEdit: PascalHighlighter, fixes for proc modifiers in classes. (virtual, override, message, ...)
And treat "automated" like "public".
2024-01-28 22:16:00 +01:00
Martin
3477bc102d SynEdit: don't access dangling pointer to FFoldedLinesView. See commit fb279cada4 and ca21254ef0 2024-01-28 20:08:44 +01:00