SynEdit: fix selection with smLine (include some selection via gutter) should include folded lines, if the "fold start" line gets selected. Issue #0034760
........
SynEdit: Added checks for revision 59971 #6bedb95bcd (fix selection with smLine should include folded lines - Issue #0034760) - apply only if AutoExtend is true (indicates user input key/mouse) / Setting Selection from code should not be affected.
........
git-svn-id: branches/fixes_2_0@59995 -
FpDebug: limit array/string bounds (max len) / partial fix/workaround to prevent crashes when eval locals while in pro-epi-logue (stack not yet initialized / random data for bounds and other). Issue #0034746
........
FpDebug: Fix typecast
........
FpDebug: Fix length of widestring (avoid trailing random data)
........
FpDebug: change "open array" params to "const"
........
LazDebuggerLldb: change "open array" params to "const"
........
FpDebug: fix accessing Upper-bound-value of open-array. Was missing a context object. Issue #0034781 / Add limit to prevent bad size, if data is corrupt. Issue #34772
........
FpDebug: fix commit 59943 #31fe8e6955 / open-array bounds
........
FpDebug: added dbgs for debugln
........
FpDebug: fix nested array bounds in dwarf3
........
LazDebuggerFp/FpDebug: tests
........
FpDebug: Callstack, adjust to show the current calling line, instead of the line after it. Issue #0034753
........
git-svn-id: branches/fixes_2_0@59990 -
PackageIntf: Detect if a package is installed or not via the packaging interface, function "IsPackageInstalled".
........
Opkman: After a package is opened with "Open package file(.lpk)...", OPM wrongly reports the package as installed when in fact is not.
........
git-svn-id: branches/fixes_2_0@59989 -
Qt,Qt5: implemented TQtWSCustomListView.GetHitTestInfoAt(), TQtWSCustomListView.ItemSetStateImage(), draw StateImages in virtual mode. issue #34742
........
Qt5: fixed wrong Left & Top form positions when form is wsMaximized under MacOS. issue #34698
........
git-svn-id: branches/fixes_2_0@59909 -
LCL: TWinControl: Fixed TGraphicControl.Cursor not working properly with TScrollBox. Issue #34714
........
LCL: Missed removing of capfHasScrollOffset in LCL. Needed for revision 59865 #e676482f09.
........
git-svn-id: branches/fixes_2_0@59869 -
FpDebug: Implemented watch for "SomeString[index]"
........
LazDebuggerFp: Fix, showing pchar and string version for index access of string/pchar
........
git-svn-id: branches/fixes_2_0@59863 -
Fix TCustomIcon.AssignImage / Add / UnshareImage. New images must be created according to FSharedImage.GetImagesClass.
Otherwise "ci := TCursorImage.Create; ci.Assign(Some_TBitMap);" will crash.
........
git-svn-id: branches/fixes_2_0@59857 -
LazDebuggerFp: linux, fix running process-access in debug-thread (needed when accessing outer vars for nested procs, for which stack has not yet been evaluated)
........
Merged revision(s) 59814-59815 #3cffd5e3da-#3cffd5e3da from trunk:
LazDebuggerFp: Implement conditional breakpoints
........
LazDebuggerFp: Implement conditional breakpoints / fix nil access
........
git-svn-id: branches/fixes_2_0@59843 -
LazDebuggerFpLLDB: Enable capturing debug history (snapshots) on idle or break-action
........
LazDebuggerFpLLDB: load dwarf info in thread / process simultaneous with lldb
........
LazDebuggerFpLLDB: load dwarf info in thread / fix memleak
........
git-svn-id: branches/fixes_2_0@59840 -
FpDebug: Fix Dwarf3 on 64bit. The The 32/64bit signature in the dwarf header should only affect references within the dwarf info. But by accident it affected constant addresses. This lead to truncation of some addresses, when dwarf-3 was used with 64 bit targets.
........
git-svn-id: branches/fixes_2_0@59785 -