Commit Graph

62907 Commits

Author SHA1 Message Date
Martin
4d3a8af105 FpDebug: Fix uninitialized result in watch-to-intf 2022-06-18 18:08:08 +02:00
Martin
b2c9e115f8 Debugger: Watches, do not evaluate watches that are collapsed. 2022-06-18 12:18:41 +02:00
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
dsiders
56f1e203b6 Docs: LCL/filectrl. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-18 01:19:48 +01:00
dsiders
1989d8b90e Docs: LCL/extdlgs. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-18 01:19:46 +01:00
dsiders
fb8f4bd664 Docs: LCL/editbtn. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-18 01:19:45 +01:00
dsiders
7a89aa3cb2 Docs: LCL/dialogs. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-18 01:19:44 +01: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
dsiders
d7a9722c7e Docs: LCL/dblogdlg. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-17 00:27:25 +01:00
dsiders
2deb16f384 Docs: LCL/dbgrids. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-17 00:27:25 +01:00
dsiders
ff41e924a1 Docs: LCL/dbextctrls. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-17 00:27:24 +01:00
dsiders
1f9d01d765 Docs: LCL/dbctrls. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-17 00:27:23 +01:00
dsiders
6672c9b0b4 Docs: LCL/dbactns. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-17 00:27:22 +01:00
dsiders
617364cf44 Docs: LCL/controls. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-17 00:27:21 +01:00
Maxim Ganetsky
e09f60e25a IDE: regenerated translations and updated Russian translation 2022-06-17 01:45:38 +03:00
Martin
1c9afcf9d5 Debugger: Watches, re-add showing classname for objects 2022-06-16 15:13:03 +02:00
Martin
2c0a47c295 Debugger: Watches, added Data-Address 2022-06-16 14:54:37 +02:00
Martin
02d88b37e8 Debugger: Watches, fixed displaying "len" prefix for arrays 2022-06-16 14:54:08 +02:00
Martin
e685106a2f Debugger: Watches, drag nested watches to un-nested. Create a new non-nested watch for the item. 2022-06-16 13:33:02 +02:00
Martin
f5984e214f Debugger: Watches, fix drag/drop new index 2022-06-16 12:33:08 +02:00
Martin
2e08d4c01a IdeDebugger: fix internal storage 2022-06-16 11:40:09 +02:00
Marc
1966405611 FpDebug: Initialize mask register 2022-06-15 22:52:56 +02:00
dsiders
ca21d54657 Docs: LCL/comctrls. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-15 20:03:58 +01:00
dsiders
c164441ac9 Docs: LazUtils/laz2_xmlcfg. Adds missing TXMLConfig.FindChildNode topic. 2022-06-15 20:03:26 +01:00
Martin
fd69a9ce4b Debugger: fix nil pointer access in watch-result 2022-06-15 13:12:28 +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
dsiders
7771de23e5 Docs: LCL/comboex. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-15 10:39:25 +01:00
dsiders
dc6c004037 Docs: LCL/colorbox. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-15 10:39:24 +01:00
dsiders
2fdb162980 Docs: LCL/clipbrd. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-15 10:39:24 +01:00
dsiders
532e45199f Docs: LCL/checklst. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-15 10:39:23 +01:00
dsiders
66ae020e30 Docs: LCL/calendarpopup. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-15 10:39:22 +01:00
dsiders
1c446da141 Docs: LCL/calendar. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-15 10:39:20 +01:00
Maxim Ganetsky
aec85a45b4 IDE: fixed typo in keymapping import method (TSaveDialog -> TOpenDialog) and enabled autosize for import/export buttons, issue #39797 2022-06-15 01:11:28 +03:00
Dmitry Boyarintsev
0b9dbd2a6d IDE: adding Export/Import key mapping, issue #39797 2022-06-15 00:57:57 +03:00
dsiders
59fbc4f9ee Docs: LCL/calcform. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-14 21:51:17 +01:00
dsiders
a6dbf90460 Docs: LCL/buttons. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-14 21:51:17 +01:00
dsiders
09d974065f Docs: LCL/buttonpanel. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-14 21:51:16 +01:00
dsiders
9d2ddef6fd Docs: LCL/asyncprocess. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-14 21:51:16 +01:00
dsiders
734d7f0e53 Docs: LCL/actnlist. Removes extra spaces in topics. Updates tagging for True and False values. 2022-06-14 21:51:16 +01:00
Martin
770127ba3a Debugger: Watches, "copy name" to take expression from sub-watches 2022-06-14 22:36:01 +02:00
Martin
3c5a7c2742 Debugger, VTV: fix pop-up menu versus dragging. Only drag on left mouse -- Fix clearing controls that are invisible after scrolled by an expanding node. 2022-06-14 22:36:01 +02:00
Martin
d1ca85c248 Debugger: Watches, change how sub-watches(nested) are retrieved. 2022-06-14 22:36:01 +02:00
Michaël Van Canneyt
7c5ccb3178 * RPC Client component 2022-06-14 20:18:54 +02:00