Michaël Van Canneyt
e9df17213c
* OpenAPI support
2024-11-22 14:17:34 +01:00
Martin
2031d9ec48
AnchorDocking: Ensure splitters are in the parents clientrect.
...
Workaround for:
- Splitters at the far right/bottom use "splitter left side"=99.99% which move the splitter out, if the main window shrinks
- Issue #41178
2024-11-20 13:44:33 +01:00
Maxim Ganetsky
f9f76a8675
FPDebug: added test executable file to .gitignore, committed automatically generated FpTest.res
2024-11-19 01:03:12 +03:00
Martin
2fa8d8fe5c
FpDebug: test - don't access forms for console runner
2024-11-18 20:46:28 +01:00
Martin
dd2ffad6b3
FpDebug: fix reading extended and tests for fpc 3.2.2
2024-11-18 18:20:11 +01:00
Martin
e07a1eeaec
FpDebug: Move asm testcase from LazDebuggerFp to FpDebug.
2024-11-18 17:17:35 +01:00
Martin
516ae9bcf5
FpDebug: change test case to console test-runner
2024-11-18 17:03:21 +01:00
Maxim Ganetsky
6e43556427
Translations: French translation update by Gilles Vasseur, issue #41248
2024-11-18 02:30:56 +03:00
Martin
4d21661950
FpDebug: improve handling enum with negative ord value.
2024-11-17 23:13:57 +01:00
Martin
d93235de52
FpDebug: fix range check error with enum values (negative ord value). Issue #41240
2024-11-17 13:15:53 +01:00
Martin
c0a07ff85f
FpDebug: add protection against huge line numbers
2024-11-16 23:16:54 +01:00
Martin
fdee6e8947
FpDebug: Line-Addr-Map, better check for max line offset.
2024-11-16 14:43:49 +01:00
Martin
e98044f52f
FpDebug: Line-Addr-Map, use Hash/Dictionary for filenames
2024-11-16 12:50:53 +01:00
wp_xyz
b7f4fd1d74
IconFinder: Avoid closing the IDE options dialog when the user presses ENTER after typing a search phrase.
2024-11-14 23:48:29 +01:00
Martin
add8755ea8
DockedFormEditor: Adjust scrollbar for "fake" main-menu. Pull Request !380
2024-11-13 21:10:29 +01:00
Martin
d461637604
FpDebug: Change line-num/address mapping. Improve performance. Issue #41230
2024-11-13 14:48:00 +01:00
wp_xyz
d82e6b2dca
IconFinder: Fix compilation of IconViewer demo
2024-11-13 00:12:39 +01:00
Martin
95a133b379
LazDebuggerFp: test, change testcase to use Test* instead of Assert* => so it will write logs
2024-11-12 22:58:06 +01:00
Martin
8afda09539
FpDebug: Fixed MemManage read from register and sign extend (if register is smaller than expected source size)
2024-11-12 22:58:06 +01:00
Martin
4d88956173
FpDebug: Allow MemManage read extended to other float types. Fixed test for new soft fpu extended
2024-11-12 22:58:06 +01:00
Martin
35b94fb26f
FpDebug: test, fixed for pascal parser new context
2024-11-12 22:58:06 +01:00
Martin
5932ef9aef
FpDebug: test, remove old test, now covered by LazFpDebugger test.
2024-11-12 22:58:05 +01:00
mattias
dfb7c2bd04
codetools: fixed ExtractFuncResultType for complex types and class operator
2024-11-10 18:03:33 +01:00
mattias
6f72566182
codetools: added test for advanced record completion class operator
2024-11-10 18:01:56 +01:00
wp_xyz
e16acf9623
IconFinder: Further speedup of icon reading.
2024-11-09 22:46:55 +01:00
Maxim Ganetsky
ceb2ada507
JCF2: updated Russian translation
2024-11-09 22:14:23 +03:00
Maxim Ganetsky
7d2a74d680
IconFinder: regenerated translations and updated Russian translation
2024-11-09 22:13:39 +03:00
wp_xyz
3788e25cc6
IconFinder: Display icon count. Update demo projects.
2024-11-09 00:12:46 +01:00
wp_xyz
39252c56ba
IconFinder: Fix crash when icon folders are added/hidden while an icon is selected in the viewer.
2024-11-08 22:34:56 +01:00
Martin
0a86b7b053
Anchordocking: fix default monitor, if no monitor is set in config (0/zero may not be the default on all systems)
2024-11-08 21:26:25 +01:00
Martin
eeca861ba4
FpDebug: mask range check
2024-11-08 20:07:14 +01:00
DomingoGP
4a2319c986
Jedi code format: new option to remove comments in the current editor window.
2024-11-08 19:15:03 +01:00
wp_xyz
b5e2e98d35
IconFinder: Fix failure to display BMP icons.
2024-11-08 18:51:51 +01:00
DomingoGP
efef2162f8
Jedi code format: takes into account the obfuscation options.
2024-11-08 14:23:04 +01:00
wp_xyz
25a1a645ec
IconFinder: Inherit TIconList from TFPHashObjectList rather than TFPGObjectList to speed up TThumbnailViewer.ReadMetadata by factor 2.
2024-11-08 12:25:48 +01:00
Martin
929c9e68ca
LazDebuggerFp: fix asm-step-over wrongly stops at finally block in nested code. Issue #41226
2024-11-06 15:55:27 +01:00
Martin
93da1812b9
FpDebug: Asm-step-over, ignore unloading library events
2024-11-06 15:55:26 +01:00
wp_xyz
aef3e62e80
IconFinder: Avoid duplicate processing of default image folder.
2024-11-03 17:49:33 +01:00
wp_xyz
b07267959f
TAChart: Fix duplicate "virtual" directive of TBasicChartSeries.ClipRectChanged ( https://forum.lazarus.freepascal.org/index.php/topic,69114.msg536109.html ).
2024-10-31 00:00:33 +01:00
wp_xyz
a775e7be7c
virtualtreeview: partially revert 402cffbdfd
, issue #41210
2024-10-30 13:39:01 +01:00
Maxim Ganetsky
1ec7c2e565
Translations: Turkish translation update by Onur ERÇELEN, merge request !371
2024-10-30 01:38:59 +03:00
DomingoGP
5db320a961
Jedi code format: better version info for command line tool.
2024-10-29 10:29:02 +01:00
Michaël Van Canneyt
41e0703552
* Settings to skip mysql version check
2024-10-28 22:24:11 +01:00
Maxim Ganetsky
d4ab57fa3a
LazReport: updated Russian translation
2024-10-28 19:16:04 +03:00
Maxim Ganetsky
6b81298251
JCF2: updated Russian translation
2024-10-28 19:16:04 +03:00
DomingoGP
1db5f4272e
Jedi code format: add support for "Whitesmiths" format style.
2024-10-28 10:44:55 +01:00
Jesus Reyes A
01c4f3588d
LazReport: Implements CRLF script function, patch by Maxim Ganetsky and João Cezar Tissot, issue #41089
2024-10-27 22:25:38 -06:00
Maxim Ganetsky
9653546873
JCF2: updated Russian translation
2024-10-27 16:35:30 +03:00
Maxim Ganetsky
e7cee39fc3
JCF2: added missing i18n assignment
2024-10-27 16:35:03 +03:00
n7800
9de423baed
IDE: Refactoring the KeyValuesToCaptionStr function of the IdeCommands unit
2024-10-27 12:33:55 +02:00