Commit Graph

59462 Commits

Author SHA1 Message Date
juha
5b1d9b4f7c IDE: Refactor RemoveEmptyMethods->RemoveEmptyMethodsInUnit. Remove repeat loop for parent types, props are already iterated. Prepare for issue #37163.
git-svn-id: trunk@63780 -
2020-08-18 17:35:23 +00:00
juha
125e794a87 Remove useless test for X <> Nil when using "is" operator.
git-svn-id: trunk@63779 -
2020-08-18 17:35:21 +00:00
juha
79aa858900 IdeIntf: Fix a variable used in TBackupComponentList.IsEqual. FLookupRoot -> ALookupRoot.
git-svn-id: trunk@63778 -
2020-08-18 17:35:15 +00:00
martin
9ff4b0dc00 FpDebug: Win, add debugln for ContinueDbgEvent / WaitForDebugEvent
git-svn-id: trunk@63777 -
2020-08-18 11:37:54 +00:00
martin
633b2735dd FpDebug: Test, fix compile
git-svn-id: trunk@63776 -
2020-08-18 11:37:52 +00:00
martin
f2959d4c98 FpDebug: Win, Only read ThreadState once per thread.
git-svn-id: trunk@63775 -
2020-08-18 00:04:04 +00:00
wp
ddd10328bd IDE: High-dpi logo in splash and about forms, by Roland Hahn.
git-svn-id: trunk@63774 -
2020-08-17 21:50:59 +00:00
martin
8386c71041 FpDebug: Tests for structure/class members to have DW_AT_const_value
git-svn-id: trunk@63773 -
2020-08-17 21:50:42 +00:00
martin
5b077144a9 FpDebug: PascalBuilder, add missing output for some type declarations
git-svn-id: trunk@63772 -
2020-08-17 21:50:40 +00:00
martin
4145a55fee FpDebug: small optimization for GetDerefAddress: TFpDbgMemLocation
git-svn-id: trunk@63771 -
2020-08-17 21:50:38 +00:00
martin
2e3e27feb2 FpDebug: Allow ClassType.Field => for static fields / return type on none static fields
git-svn-id: trunk@63770 -
2020-08-17 21:50:36 +00:00
martin
67a21fe3bb FpDebug: Allow structure/class members to have DW_AT_const_value
git-svn-id: trunk@63769 -
2020-08-17 21:50:35 +00:00
martin
ee5e720d74 FpDebug: Safety checks for Value <> nil. (In case of broken dwarf info)
git-svn-id: trunk@63768 -
2020-08-17 21:50:33 +00:00
martin
83816792fb fpdebug test - ifdef 2.6.4
git-svn-id: trunk@63767 -
2020-08-17 21:50:31 +00:00
wp
7924956a5a LCL: Add procedure for high-quality image scaling, by Roland Hahn
git-svn-id: trunk@63766 -
2020-08-17 21:41:42 +00:00
joost
3547e13299 fpmake: regenerated
git-svn-id: trunk@63765 -
2020-08-17 19:40:29 +00:00
martin
2bba45a96c FpDebug: SetRegisterValue for Windows
git-svn-id: trunk@63764 -
2020-08-16 20:23:35 +00:00
wp
3ea304cd6e TAChart: Add demo for TChartLiveView.
git-svn-id: trunk@63763 -
2020-08-16 17:06:43 +00:00
wp
14ce141c40 TAChart: Fix early crash of new ChartLiveView
git-svn-id: trunk@63762 -
2020-08-16 17:03:16 +00:00
wp
57d9bae48d TAChart: Change MIME type of palette icons to "image/png"
git-svn-id: trunk@63761 -
2020-08-16 16:22:16 +00:00
wp
9798763888 TAChart: Register TChartLiveView. Add new property "ExtentY".
git-svn-id: trunk@63760 -
2020-08-16 16:20:58 +00:00
martin
46f288366e SynEdit: Drag-Selection copy/move - Allow line/column selections Issue #0037431 -- Prevent applying fold info, in case of smColumn
git-svn-id: trunk@63759 -
2020-08-16 15:57:17 +00:00
martin
3efdc51977 SynEdit: Drag-Selection copy/move - Allow line/column selections Issue #0037431
git-svn-id: trunk@63758 -
2020-08-16 15:40:55 +00:00
martin
447eff955c SynEdit: Drag-Selection copy/move - Select newly dropped text (except if persistent selection exists) Issue #0037433
git-svn-id: trunk@63757 -
2020-08-16 15:40:53 +00:00
martin
e7835738c3 SynEdit: Drag-Selection copy/move - Allow copy to immediately next to source-selection Issue #0037432 - Also set DragCursor to indicate acceptance of drop.
git-svn-id: trunk@63756 -
2020-08-16 15:40:51 +00:00
martin
e773812f85 SynEdit: Improved IsPointInSelection
git-svn-id: trunk@63755 -
2020-08-16 15:40:49 +00:00
bart
ff62abace0 SpinEx: allow to read the inernal formatsettings of TCustomFloatSpinEditEx (needed for derived controls).
git-svn-id: trunk@63754 -
2020-08-16 13:47:24 +00:00
martin
1f229f6246 FpDebug: Fix compile on Windows
git-svn-id: trunk@63753 -
2020-08-16 12:40:36 +00:00
martin
289361a48d SynEdit: Update "change gutter" (yellow/green change indicators) to follow undo/redo. Issue #0032865 and issue #0037209
git-svn-id: trunk@63752 -
2020-08-16 12:40:34 +00:00
joost
a733105c1c fpDebug: Ability to do simple function-calls
git-svn-id: trunk@63751 -
2020-08-16 10:20:37 +00:00
juha
00242caf3c IdeIntf: Add caption to a GroupBox with LCL-QT5 to prevent a layout error. Issue #37576.
git-svn-id: trunk@63750 -
2020-08-16 07:54:12 +00:00
martin
4f1e4291fd Reverted last commit 63748 #20305fab48
git-svn-id: trunk@63749 -
2020-08-15 18:50:43 +00:00
martin
20305fab48 Gdbmi-SSH-Debugger: recognize #10 as line-end, even if different from local line-end. Issue #0021834
git-svn-id: trunk@63748 -
2020-08-15 18:15:15 +00:00
martin
4c43d00d8f SynEdit: Update Half/Full-Width chars. Issue #0037548
git-svn-id: trunk@63747 -
2020-08-15 16:07:59 +00:00
martin
46e375aef5 TurboPowerIPro: workaround for issue #37574 // Allocate a larger amount of memory, to lessen the likelihood of an access violation
git-svn-id: trunk@63746 -
2020-08-15 13:05:56 +00:00
juha
3fa7867154 LCL-Win32: Support TComboBox.TextHint also in older versions of Windows. Issue #30682, patch from Serge Anvarov.
git-svn-id: trunk@63745 -
2020-08-15 10:25:55 +00:00
juha
b8d20c837f LCL: Formatting of TCustomMemo code. Remove useless setters.
git-svn-id: trunk@63744 -
2020-08-15 09:10:06 +00:00
juha
298d6ab8fb LCL-GTK3: Remove duplicate procedure FreeStrings. Already in generic WS code.
git-svn-id: trunk@63743 -
2020-08-15 09:10:05 +00:00
martin
bf03175720 GDBMIDebugger: ignore exceptions from the IDE, when calling the eval/hint callback
git-svn-id: trunk@63740 -
2020-08-15 02:29:43 +00:00
martin
68b18e0e2b IDE: prevent exceptions (in debugger eval hint) from being passed back to the debugger
git-svn-id: trunk@63739 -
2020-08-15 02:29:41 +00:00
martin
084616c388 CodeTools: Speed up TextToHTML for large text. Issue #037561
git-svn-id: trunk@63738 -
2020-08-15 02:29:39 +00:00
wp
0d14011057 TAChart: Initial commit of TChartLiveView
git-svn-id: trunk@63737 -
2020-08-14 21:27:39 +00:00
wp
d578ab9494 TAChart: Add FullExtentBroadcaster.
git-svn-id: trunk@63736 -
2020-08-14 21:25:53 +00:00
juha
52a2cdbb1b LCL-Win32: Implement native Combobox.TextHint support for Windows.
git-svn-id: trunk@63735 -
2020-08-14 14:35:53 +00:00
juha
dc8ca7a17f LCL: Restore type TEmulatedTextHintStatus. The state thsChanging was needed after all.
git-svn-id: trunk@63734 -
2020-08-13 17:34:01 +00:00
juha
728e2b9639 LCL: Move function CreateEmulatedTextHintFont to unit StdCtrls as a global function.
git-svn-id: trunk@63733 -
2020-08-13 17:33:59 +00:00
juha
c5dd93a0e4 LCL-GTK2: Apply DisplaySettings properties of TCalendar also during runtime. Issue #37450, patch from Cyrax.
git-svn-id: trunk@63732 -
2020-08-13 15:32:45 +00:00
juha
0011948d52 LCL: Implement TextHint for TComboBox. Issue #30682.
git-svn-id: trunk@63731 -
2020-08-13 11:23:38 +00:00
juha
32e975d46c LCL: Formatting for TCustomEdit code. Remove useless comments.
git-svn-id: trunk@63730 -
2020-08-13 11:23:36 +00:00
juha
953b2ef2b1 LCL: Move function CreateEmulatedTextHintFont to TWinControl for future. Replace emulated hint status with a boolean.
git-svn-id: trunk@63729 -
2020-08-13 11:23:33 +00:00