Commit Graph

22076 Commits

Author SHA1 Message Date
Michaël Van Canneyt
64c277e14c * Resource string needed in html actions form editor 2022-06-18 11:46:48 +02:00
Michaël Van Canneyt
032a7e5066 * Sort fields 2022-06-18 11:46:48 +02:00
Michaël Van Canneyt
f22dd06ca5 * Fix after refactor: only show not yet present actions 2022-06-18 11:46:48 +02:00
Michaël Van Canneyt
8417f25861 * Exit in case of failure when getting resource list 2022-06-18 11:46:48 +02:00
Michaël Van Canneyt
eb356cc2b9 * ResourceID and AutoApplyUpdates properties 2022-06-18 11:46:48 +02:00
Michaël Van Canneyt
2d01d6356a * Sort IDS 2022-06-18 11:46:48 +02:00
Michaël Van Canneyt
6630dad84d * Bringtofront when loading recent project group 2022-06-18 11:46:47 +02:00
mattias
66b36cd172 codetools: fixed some tests 2022-06-17 17:35:23 +02:00
mattias
6b9fd935b2 codetools: parse underscore in decimals 2022-06-17 17:20:11 +02:00
Marc
1966405611 FpDebug: Initialize mask register 2022-06-15 22:52:56 +02:00
Martin
4e97ffa45f LazUtils: TXMLConfig fixed crash with uninitialized result value. (If "CreateNodes" is false, and [] value is not cached) 2022-06-15 13:12:28 +02:00
Michaël Van Canneyt
7c5ccb3178 * RPC Client component 2022-06-14 20:18:54 +02:00
Michaël Van Canneyt
831c7e33a1 * RPC Client component 2022-06-14 20:18:54 +02:00
Michaël Van Canneyt
f25e729f20 * OntSetupHTTPRequest 2022-06-14 20:18:54 +02:00
Michaël Van Canneyt
0416e2e946 * Correct js file reference 2022-06-14 20:18:54 +02:00
Michaël Van Canneyt
c06965e4aa * Improve HTML File detection 2022-06-14 20:18:54 +02:00
Michaël Van Canneyt
853114ab51 * Set initial directory to project directory 2022-06-14 20:18:54 +02:00
Juha
7dfdebb389 LazUtils: Fix a recently introduced bug in LConvEncoding. Issue #39795, patch by Alexey Torgashin. 2022-06-13 23:31:50 +03:00
Martin
e2f50ee30d FpDebug: fixed memory leak in FindExportedSymbolInUnit 2022-06-13 22:05:22 +02:00
Juha
4b08ccf47b LazUtils: Add encoding ISO-8859-5 to LConvEncoding. Issue #39795, patch by Alexey Torgashin. 2022-06-13 19:46:22 +03:00
Željan Rikalo
68b7b9fad9 Qt,Qt5: use Release() instead of Destroy() to prevent potential crash. 2022-06-13 14:28:11 +02:00
Martin
90453ce72b Debugger: Inspect-Win, implement paging for large arrays 2022-06-12 22:14:12 +02:00
Martin
1328b8a1ab FpDebug: tests 2022-06-12 22:14:12 +02:00
Martin
0b051af509 IDE, FpDebug: evaluate more sub-items for Inspect Dialog. 2022-06-12 22:14:12 +02:00
Martin
f65d3b93ee Debugger: FpDebug, LazDebuggerIntf, Inspect-Win, basic distinction for proc/func/ref types. 2022-06-12 22:14:12 +02:00
Marc
d942d2ec7f Revert "FpDebug: Handle exceptions in disassembler", since the disassember doesn't generate exceptions anymore
This reverts commit 96271ad5c6.
2022-06-12 18:09:20 +02:00
Marc
9c4acef131 FpDebug: Fix check in groupP and change exceptions into asserts 2022-06-12 18:06:07 +02:00
Juha
7cd0c6804d LazUtils: Add encoding ISO-8859-16 to LConvEncoding. Issue #39794, patch by Alexey Torgashin. 2022-06-12 18:50:23 +03:00
Martin
41cb28febf FpDebug: fix crash on nil object 2022-06-12 11:43:05 +02:00
wp_xyz
9f508f3c7d ToDoList: Fix caption of first exported column to be "Type" rather than "Done". 2022-06-11 11:47:16 +02:00
mattias
45b403df81 projectgroups: clean up 2022-06-10 15:46:05 +02:00
mattias
bb5c50df1e projectgroups: do not bring editor to front on start 2022-06-10 15:45:20 +02:00
Martin
96271ad5c6 FpDebug: Handle exceptions in disassembler 2022-06-10 15:41:58 +02:00
Juha
8c90f8e536 LazReport: Update DefExportFilterClass. Issue #39749, patch by Soner. 2022-06-10 00:56:19 +03:00
Martin
f2cbe3d582 FpDebug: PascalParser fix nil object access. 2022-06-09 17:46:25 +02:00
Martin
b0de3bcc01 FpDebug: Use PrettyPrinter and rdkPrePrinted for (nested) not-yet-implemented types (LazDebuggerIntf) 2022-06-09 17:46:24 +02:00
Martin
e7b23f98d0 LazDebuggerIntf, FpDebug: add array and structure types 2022-06-09 17:46:23 +02:00
Martin
e3d41a28e0 FpDebug: Provide access to internal nested type info 2022-06-09 17:46:23 +02:00
mattias
ead96e373b datetimectrls: set lpk to designtime 2022-06-09 13:18:01 +02:00
Juha
262fe00e31 LazUtils: Add ISO-8859-9 and ISO-8859-14 to the supported encoding list. Issue #39785, patch by Don Siders. 2022-06-08 11:52:12 +03:00
Juha
573be15eaf LazUtils: Add function ISO_8859_14ToUTF8 also to interface section. Issue #39784. 2022-06-07 23:08:33 +03:00
Juha
494fa2abc8 LazUtils: Add encoding ISO-8859-14 to LConvEncoding. Issue #39784, patch by Alexey Torgashin. 2022-06-07 13:00:43 +03:00
Martin
464d077fd4 DebuggerIntf, FpDebug: add PChar vs String 2022-06-07 00:35:59 +02:00
Martin
caa6e333a2 Codetools: prevent endless loop in FindExpressionTypeOfTerm 2022-06-06 21:08:57 +02:00
Martin
01a6b1dd5f DebuggerIntf, FpDebug: add boolean 2022-06-06 21:08:57 +02:00
Martin
19e0cbf641 DebuggerIntf, FpDebug: add char/widechar 2022-06-06 20:54:36 +02:00
Martin
99495ba51a FpDebugDebugger: fix retrieving stack without limit (fix copy stack to clipboard) 2022-06-04 23:06:11 +02:00
Martin
9fb19f8b7d EditorMacroScript: fix skipping self-test 2022-06-04 23:06:11 +02:00
wp_xyz
4d2e74a353 Turbopower_ipro: Fix alignment of text in table cells, issue #39767. 2022-06-01 00:30:22 +02:00
Marc
16321fbd3e FpDebug: Fix range error 2022-05-31 21:47:04 +02:00