Commit Graph

21152 Commits

Author SHA1 Message Date
michl
3266c2537c AnchorDocking: Add option FloatingWindowsOnTop to show single windows in front of main window. Issue #38271, #19272
git-svn-id: trunk@65034 -
2021-04-20 20:43:17 +00:00
wp
c1f7659285 TAChart/ChartEditorDemo: Move controls of LegendDlg to a new TChartLegendFrame unit.
git-svn-id: trunk@65033 -
2021-04-20 20:30:58 +00:00
balazs
8bf5d3e924 Opkman: Hide open button, when the package is not installed via OPM.
git-svn-id: trunk@65032 -
2021-04-20 19:28:15 +00:00
balazs
beabfcbd53 Opkman: Add "external" to package udpates(Options).
git-svn-id: trunk@65031 -
2021-04-20 19:26:23 +00:00
martin
7a676cf380 SynEdit: improve naming in advanced mouse opts
git-svn-id: trunk@65030 -
2021-04-20 18:57:02 +00:00
martin
98442b5353 SynEdit: improve naming in advanced mouse opts
git-svn-id: trunk@65029 -
2021-04-20 18:56:58 +00:00
wp
ddcacccef2 TAChart: Refactor saving/restoring of chart axis parameters in charteditor demo. Rename classes with Chart prefix to simplify general usage .
git-svn-id: trunk@65028 -
2021-04-20 15:04:08 +00:00
martin
0340add854 SynEdit: partly fix unfolding lines with mixed collapse and expand info
git-svn-id: trunk@65027 -
2021-04-20 13:55:52 +00:00
wp
f71e02adf7 TAChart: Refactor series editor in charteditor demo.
git-svn-id: trunk@65026 -
2021-04-20 10:07:09 +00:00
wp
67a1d35c1a TAChart: Refactor charteditor demo.
git-svn-id: trunk@65025 -
2021-04-19 21:11:37 +00:00
martin
a2f76da804 SynEdit: workaround for issue #38766 / fpc generates bad code on aach64
git-svn-id: trunk@65024 -
2021-04-19 18:05:15 +00:00
wp
f9511cf9c4 TAChart: Add option to trigger click tools by double click to charteditor demo. Fix warning of undefined function result. Fix crash in legend editor when compiled with -CR.
git-svn-id: trunk@65023 -
2021-04-18 17:37:10 +00:00
wp
4239a4409d TAChart: Clean up the chart editor demo.
git-svn-id: trunk@65022 -
2021-04-18 15:35:48 +00:00
wp
64f8842557 TAChart: Fix two variable name typos
git-svn-id: trunk@65021 -
2021-04-18 08:50:17 +00:00
wp
21890d5c7b TAChart: Fix charteditor demo crashing when compiled with -CR
git-svn-id: trunk@65020 -
2021-04-18 08:44:59 +00:00
wp
37a8b37c8f TAChart: Fix crash in charteditor due to streaming error.
git-svn-id: trunk@65019 -
2021-04-17 20:14:50 +00:00
mattias
39035d597a IDEIntf: objectinspector: fixed frreing not used prop editors
git-svn-id: trunk@65013 -
2021-04-17 11:34:48 +00:00
mattias
c54a8fa65a lazutils: less hints
git-svn-id: trunk@65012 -
2021-04-17 11:30:56 +00:00
mattias
4927175872 lazutils: less hints
git-svn-id: trunk@65011 -
2021-04-17 11:28:55 +00:00
mattias
b9fb3cc8bc codetools: FindDeclarationOfIdentAtParam return proc head instead of proc
git-svn-id: trunk@65010 -
2021-04-17 11:22:26 +00:00
mattias
4a77082939 codetools: test rename proc
git-svn-id: trunk@65009 -
2021-04-17 11:21:39 +00:00
wp
9b55e4347c TAChart: Fix typo in previous commit.
git-svn-id: trunk@65006 -
2021-04-15 22:03:58 +00:00
wp
0cc90519c6 TAChart: Fix Manhattan series color issue for gtk3. Issue #38759.
git-svn-id: trunk@65005 -
2021-04-15 21:53:22 +00:00
wp
87b1cb08ba TAChart: Fix false colors in TManhattanSeries. Issue #38759.
git-svn-id: trunk@65002 -
2021-04-15 21:12:07 +00:00
michl
0a2e80cbc4 DockedFormEditor: Preparing for SyncCodeAndForm
git-svn-id: trunk@65001 -
2021-04-15 20:09:53 +00:00
juha
7b18690162 Remove an obsolete dbg message when deleting a comp. Remove "var" from params when not needed.
git-svn-id: trunk@65000 -
2021-04-15 19:22:38 +00:00
pascal
cb6eb68d7e codetools: added test TTestRefactoring.TestRenameProcReferences
git-svn-id: trunk@64998 -
2021-04-15 12:40:31 +00:00
juha
4d1cf08cde Docs: Updates for LCL and LazControls. Issue #38754, patch from Don Siders.
git-svn-id: trunk@64997 -
2021-04-14 18:34:08 +00:00
wp
34fc70c20f TurboPower_IPro: Add event OnHotURL which provides the URL in the mouse-over-hyperlink hint window.
git-svn-id: trunk@64995 -
2021-04-14 17:44:42 +00:00
michl
ca6d5a9984 AnchorDockingDsgn: Revert revision 64816 #9432e8db16 as it breaks loading of default layout. Issue #38753
git-svn-id: trunk@64994 -
2021-04-14 16:31:20 +00:00
martin
37ed94e5eb FpDebug, test: DisAssembler testcase
git-svn-id: trunk@64993 -
2021-04-14 16:28:39 +00:00
martin
b3d254310b FpDebug: Disassemble, fixed multibyte NOP Issue #0038625
git-svn-id: trunk@64992 -
2021-04-14 16:28:37 +00:00
martin
ee40b8f4c1 FpDebug: Disassemble, fixed 64bit register for push/pop Issue #0038626
git-svn-id: trunk@64991 -
2021-04-14 14:34:59 +00:00
martin
776651b5e3 FpDebug, test: DisAssembler testcase
git-svn-id: trunk@64990 -
2021-04-14 14:34:57 +00:00
michl
703b0f188a DockedFormEditor: Refresh all PageControls after options are changed, so tab position is correctly changed.
git-svn-id: trunk@64987 -
2021-04-13 18:31:49 +00:00
martin
f9c4dc1d8f Debugger, GDBMI: fix stacklist, display unit, if available. Issue #0038708
git-svn-id: trunk@64983 -
2021-04-13 13:19:08 +00:00
pascal
052438a840 codetools: test for regression due to generic type fixes
git-svn-id: trunk@64980 -
2021-04-13 08:16:29 +00:00
mattias
01bf54a2cc codetools: test RenameIdentifier
git-svn-id: trunk@64978 -
2021-04-12 18:49:28 +00:00
martin
07bdec6e7c LazDebuggerFp: Fixed updating breakpoint-state
git-svn-id: trunk@64976 -
2021-04-12 03:44:39 +00:00
bart
b13a85dc22 T(Float)SpinEditEx: fix a comment
git-svn-id: trunk@64970 -
2021-04-11 16:40:23 +00:00
bart
5aa58ba7b8 T(Float)SpinEditEx: set default Value of MaxValue to 0. This is compaitble with the behaviour of SPinEdit in Delphi. Issue #0038738.
git-svn-id: trunk@64969 -
2021-04-11 16:39:34 +00:00
bart
52dc4d2bd5 T(Float)SpinEditEx: remove property EditorEnabled, since it duplicates DirectInput property (which I forgot...)
git-svn-id: trunk@64968 -
2021-04-11 16:24:32 +00:00
bart
ad2c6398fb T(Float)SpinEditEx: publish property EditorEnabled.
git-svn-id: trunk@64967 -
2021-04-11 16:04:32 +00:00
mattias
55040cc650 codetools: added test for FindDeclaration proc property
git-svn-id: trunk@64966 -
2021-04-11 15:49:23 +00:00
mattias
25a802c34b codetools: fix for fpc 3.2+
git-svn-id: trunk@64965 -
2021-04-11 14:59:24 +00:00
martin
4c8ebc85fe LazDebuggerFp: Fixed updating breakpoint-state
git-svn-id: trunk@64963 -
2021-04-10 23:48:14 +00:00
martin
5452565811 GdbmiDebugger, test: change expectations for fixed "array of string"
git-svn-id: trunk@64962 -
2021-04-10 23:48:12 +00:00
martin
3e94b2c2da GdbmiDebugger: improve shortstring index access
git-svn-id: trunk@64961 -
2021-04-10 23:48:11 +00:00
martin
bfc0e25216 GdbmiDebugger: fix "array of string" for gdb 10.1 / use (foo^+0) instead of foo^ Issue #0038674
git-svn-id: trunk@64960 -
2021-04-10 23:48:09 +00:00
martin
caeb20c1c4 GdbmiDebugger, test: more output, to compare test results
git-svn-id: trunk@64959 -
2021-04-10 23:48:07 +00:00
martin
05d6300123 GdbmiDebugger: fix for none-seh exception-block stepping (step out from finally)
git-svn-id: trunk@64958 -
2021-04-10 23:48:04 +00:00
martin
3bfe6e5a2c GdbmiDebugger, Test: minor fixes
git-svn-id: trunk@64957 -
2021-04-10 23:48:02 +00:00
martin
474161d379 GdbmiDebugger: Update "RunGdbmi" script (use testbase)
git-svn-id: trunk@64956 -
2021-04-10 23:48:00 +00:00
martin
a2dba12437 Debugger: fix unbalanced DebuglnEnter
git-svn-id: trunk@64955 -
2021-04-10 23:47:58 +00:00
martin
2c0b13fb1f GdbmiDebugger: skip shortstring for gdb 10.1 as it may cause errors / Add code to ignore (expected) internal errors
git-svn-id: trunk@64954 -
2021-04-10 23:47:55 +00:00
bart
8c6dd0ff09 T(Float)SpinEditEx: implement property EditorEnabled.
git-svn-id: trunk@64953 -
2021-04-10 21:49:10 +00:00
bart
f5663f4a16 T(Float)SpinEditEx: disable changing the value with ArrowKeys if control is ReadOnly.
git-svn-id: trunk@64952 -
2021-04-10 21:13:59 +00:00
michl
5ac03d9c51 DockedFormEditor: GTK2: Focus designer at FakeMenu click
git-svn-id: trunk@64951 -
2021-04-10 20:02:34 +00:00
michl
3cdc590972 DockedFormEditor: Cleanup: Move form associated methods from ResizeControl to FormAccess
git-svn-id: trunk@64950 -
2021-04-10 19:02:33 +00:00
michl
e7b765a763 DockedFormEditor: Refactoring: Move SourceEditor into SourcePageControl to reduce code overhead
git-svn-id: trunk@64946 -
2021-04-09 20:20:02 +00:00
michl
8191d53f6c DockedFormEditor: AnchorDesigner: If control is clicked and border sized, change BorderSpacing.Around
git-svn-id: trunk@64945 -
2021-04-09 19:10:40 +00:00
michl
f42f58fea5 DockedFormEditor: Cleanup name space for better reading: Rename SourceEditorWindow to SourceWindow
git-svn-id: trunk@64944 -
2021-04-09 12:59:15 +00:00
michl
8e8bab9ffd DockedFormEditor: Set csOpaque in FormClient control style, so designed form is painted correct. Issue #38702. Patch by Martok
git-svn-id: trunk@64943 -
2021-04-07 21:06:28 +00:00
michl
a02fe87685 DockedFormEditor: Prevent flickering at sizing when Resizer has visible scrollbars.
git-svn-id: trunk@64942 -
2021-04-07 18:58:39 +00:00
michl
1764fd30fb DockedFormEditor: Cleanup: Remove not needed TResizeForm
git-svn-id: trunk@64941 -
2021-04-07 17:49:07 +00:00
michael
e89aceb58c * Patches from Joellin to improve LCL export of fpreport: borders, linewidth, fonts
git-svn-id: trunk@64939 -
2021-04-07 09:40:20 +00:00
maxim
3624a43153 DockedFormEditor: added new files to the package
git-svn-id: trunk@64936 -
2021-04-06 22:44:16 +00:00
maxim
14a6a0f4f4 DockedFormEditor: fixed compilation (removed no longer existing units from the package)
git-svn-id: trunk@64935 -
2021-04-06 22:38:38 +00:00
michl
f75c36c2b8 DockedFormEditor: Use clWindow as resize bars background color for better dark theme support
git-svn-id: trunk@64934 -
2021-04-06 21:29:58 +00:00
michl
dd531abe78 DockedFormEditor: Create ResizeControl dynamically to be full DPI aware. Issue #38702
git-svn-id: trunk@64933 -
2021-04-06 20:54:52 +00:00
mattias
13450f46a2 codetools: FindReferences for unit names
git-svn-id: trunk@64931 -
2021-04-06 00:11:28 +00:00
maxim
8686aefe45 Anchordocking: fixed typo, regenerated translations and updated Russian translation
git-svn-id: trunk@64930 -
2021-04-05 22:27:26 +00:00
michl
d0d6fcc053 DockedFormEditor: Fixed new created application doesn't show code tab after revision 64923 #90d5a28700
git-svn-id: trunk@64928 -
2021-04-05 16:06:00 +00:00
michl
d1651733f2 DockedFormEditor: Fixed dimensions of form with menu are wrong. Issue #38701
git-svn-id: trunk@64924 -
2021-04-04 21:39:58 +00:00
michl
90d5a28700 DockedFormEditor: Create ModulePageControl in empty SourceEditorWindow at cloning a unit
git-svn-id: trunk@64923 -
2021-04-04 21:06:58 +00:00
balazs
3c3bdedabf Opkman: Assign nil to download thread to prevent dangling pointers.
git-svn-id: trunk@64921 -
2021-04-04 11:47:40 +00:00
wp
49cd28f16b TAChart: Avoid too many notifications to the ChartExtentLink.
git-svn-id: trunk@64919 -
2021-04-04 09:01:15 +00:00
wp
9abd98a3ea TAChart/TChartExtentLink: Automatically sync chart sides when the axis title size changes.
git-svn-id: trunk@64917 -
2021-04-03 20:47:59 +00:00
wp
f1e4528ce3 TAChart/TChartExtentLink: Fix alignment of chart sides having no axes (property AlignMissingAxes)
git-svn-id: trunk@64916 -
2021-04-03 20:06:32 +00:00
michl
32bbb65e68 DockedFormEditor: Some missed debug lines added
git-svn-id: trunk@64915 -
2021-04-03 20:02:23 +00:00
michl
cf64cce4f8 AnchorDocking: Option MultiLinePages added
git-svn-id: trunk@64914 -
2021-04-03 18:40:14 +00:00
michl
4b78f92518 DockedFormEditor: Optional show debug output in IDE
git-svn-id: trunk@64913 -
2021-04-03 13:32:29 +00:00
wp
691f8578fc TAChart: Clearer code in TAChartExtentLink
git-svn-id: trunk@64911 -
2021-04-03 12:03:31 +00:00
wp
b2fec33aad TAChart: Fix TAChartExtentLink ignoring the size of the axis title.
git-svn-id: trunk@64909 -
2021-04-03 11:40:55 +00:00
mattias
8c91f78ac6 anchordocking: layout
git-svn-id: trunk@64908 -
2021-04-03 11:04:30 +00:00
mattias
74b6997d63 ide: on app activate: invalidate file state cache immediately
git-svn-id: trunk@64899 -
2021-04-02 17:26:11 +00:00
martin
176d2080c3 LazDebuggerFp: fixed race conditions / Cache variables must only be used for calls by main-thread.
git-svn-id: trunk@64888 -
2021-03-28 20:26:25 +00:00
martin
e75dd9a3a6 FpDebug: fix compilation with -dWITH_REFCOUNT_DEBUG
git-svn-id: trunk@64887 -
2021-03-28 20:26:23 +00:00
martin
57e759e6ee GdbmiDebugger: publish new config properties
git-svn-id: trunk@64886 -
2021-03-28 20:26:21 +00:00
martin
4b10871614 GdbmiDebugger: fix missing inherited call / for TRefCountedObject
git-svn-id: trunk@64884 -
2021-03-28 20:26:17 +00:00
martin
a6b862f417 LazLogger: fix missing inherited call / for TRefCountedObject
git-svn-id: trunk@64883 -
2021-03-28 20:26:15 +00:00
martin
b7ca687f37 Debugger, GDBMI: Fix uninitialized result
git-svn-id: trunk@64880 -
2021-03-28 13:18:05 +00:00
martin
8c6c10dd8b DebuggerGdbmi: Deal with cygwin path
git-svn-id: trunk@64877 -
2021-03-27 23:50:46 +00:00
martin
1b907520c7 Test Debugger, GDBMI: ArgC/Env Utf8 handling for cygwin builds
git-svn-id: trunk@64876 -
2021-03-27 23:50:44 +00:00
martin
d515edebc4 Debugger, GDBMI: ArgC/Env/ExeName Utf8 handling for cygwin builds
git-svn-id: trunk@64875 -
2021-03-27 23:50:41 +00:00
michl
59f20b5871 DockedFormEditor: AnchorDesigner: Select parent when child is no selectable design control
git-svn-id: trunk@64854 -
2021-03-21 21:28:53 +00:00
michl
d6d91c0ccb DockedFormEditor: Only designer selectable controls can be used in AnchorDesigner
git-svn-id: trunk@64852 -
2021-03-21 19:43:24 +00:00
juha
60fe218c22 LazUtils: Remove a stray debugging statement. Issue #38649.
git-svn-id: trunk@64851 -
2021-03-21 18:02:28 +00:00
balazs
5912848083 Opkman: Crash in online package manager. Issue #38648.
git-svn-id: trunk@64847 -
2021-03-21 08:07:56 +00:00
bart
966ee04907 LazUtils: in CopyDirTree() add a PathDelim to both SourceDir and TarGetDir before testing wether TarGetDir is a subdirectory of SourceDir. Issue #0038644.
git-svn-id: trunk@64845 -
2021-03-20 16:55:26 +00:00
balazs
32d3a2159b Opkman: Change Install button caption.
git-svn-id: trunk@64844 -
2021-03-20 13:13:32 +00:00
mattias
bd5b47ce14 codetools: GetCompatiblePublishedMethods check if class or property missing
git-svn-id: trunk@64842 -
2021-03-20 11:28:01 +00:00
balazs
a4e3ce8735 Opkman: Update interface before package compressing. Prevent form close and show crHourGlass cursor during compress.
git-svn-id: trunk@64840 -
2021-03-20 08:14:30 +00:00
wp
bd831082aa TAChart: Avoid ListChartSource.CopyFrom adding NaN-Points at the end when copying from a DbChartSource and RecordCount is not correct.
git-svn-id: trunk@64839 -
2021-03-19 23:49:09 +00:00
martin
1f29891c35 IDE, Project: Add config for NSPrincipalClass (MacOS)
git-svn-id: trunk@64837 -
2021-03-19 20:28:42 +00:00
michl
965b69876b AnchorDocking: Enable normal CloseButton icon only for Win32, other widgetsets can't handle it. Related to revision 64812 #ccb4169a92, Issue #35806
git-svn-id: trunk@64830 -
2021-03-17 20:33:59 +00:00
martin
da9b3f55f6 Syn Test, fix compile
git-svn-id: trunk@64828 -
2021-03-16 20:40:26 +00:00
martin
38d12137b3 SynEdit: fix for replace in column-mode selection
git-svn-id: trunk@64827 -
2021-03-16 20:40:24 +00:00
martin
0de591ed36 SynEdit: Tests for keep caret x
git-svn-id: trunk@64826 -
2021-03-16 16:05:36 +00:00
martin
9c4e45f598 SynEdit: Fix uninitialized var for "keep caret X"
git-svn-id: trunk@64825 -
2021-03-16 16:03:20 +00:00
martin
e5e203904d FpDebug: fix nil pointer in value evaluate (editor hint on identifier)
git-svn-id: trunk@64824 -
2021-03-16 16:03:18 +00:00
michl
4a439a8841 DockedFormEditor: Prevent AV when cloning a pascal unit to new created SourceEditorWindow
git-svn-id: trunk@64819 -
2021-03-15 12:58:36 +00:00
pascal
1ceca464e8 codetools: added DISCARDRESULT to IsKeyWordProcedureSpecifier
git-svn-id: trunk@64817 -
2021-03-15 10:08:54 +00:00
michl
9432e8db16 AnchorDockingDsgn: Just load config from file, when file is available or settings from ADLayoutDefault.lrs will be ignored
git-svn-id: trunk@64816 -
2021-03-15 00:34:38 +00:00
michl
0a5bd9f64e AnchorDocking: Fixed IDE with AnchorDockingDesgn cannot close cloned source editor, issue #38296
git-svn-id: trunk@64815 -
2021-03-15 00:21:50 +00:00
michl
3ef2b000df AnchorDocking: Revert revision 64798 #970b6b43d6, 64805 #9777df5da6 and 64806 as it is not clear for user and open a new clean window can be implemented otherwise
git-svn-id: trunk@64813 -
2021-03-15 00:08:14 +00:00
michl
ccb4169a92 AnchorDocking: Use default close button, so it scaled in HighDPI, issue #35806
git-svn-id: trunk@64812 -
2021-03-14 21:51:30 +00:00
wp
2c5911c6d3 TAChart: Fix compilation with FPC 3.0.4, issue #38623. Undo part of r64450 #47499875e6 which does not compile with 3.0.4 either.
git-svn-id: trunk@64811 -
2021-03-14 21:30:50 +00:00
michl
b73594affa AnchorDocking: Fixed size of close buttons very small on High DPI, patch from Sven Barth, issue #35806
git-svn-id: trunk@64807 -
2021-03-14 19:22:14 +00:00
michl
ccf0334712 AnchorDockingDsgn: Enable FreeWindowOnClose per default
git-svn-id: trunk@64806 -
2021-03-14 18:57:19 +00:00
michl
9777df5da6 AnchorDocking: Closing with caFree with PopupMenu added, missed part of revision 64798 #970b6b43d6, issue #38296
git-svn-id: trunk@64805 -
2021-03-14 13:43:49 +00:00
wp
6b6de2da43 TAChart: Add wordwrapping feature to chart title and footer.
git-svn-id: trunk@64804 -
2021-03-14 12:01:23 +00:00
wp
3289f2c7f1 TAChart: Register TStringMultiLinePropertyEditor for TAChartAxisTitle.Caption
git-svn-id: trunk@64803 -
2021-03-14 10:33:57 +00:00
juha
f4cb483f2d IDE: Fix reading ancestor type TFrame for object in LFM when it is not a direct ancestor. Issue #38585, patch from Martok.
git-svn-id: trunk@64800 -
2021-03-14 07:41:46 +00:00
wp
2d5c00038e TAChart: Add wordwrapping feature to axis title.
git-svn-id: trunk@64799 -
2021-03-14 00:27:35 +00:00
michl
970b6b43d6 AnchorDocking: Allow caFree on closing, Fixed IDE with AnchorDockingDesgn cannot close cloned source editor, issue #38296
git-svn-id: trunk@64798 -
2021-03-13 22:38:35 +00:00
juha
c050ef9fca GdbmiDebugger: Revert one StrLIComp optimization.
git-svn-id: trunk@64785 -
2021-03-11 20:26:46 +00:00
martin
0b328ad5de GdbmiDebugger: Fixed broken string compare optimization
git-svn-id: trunk@64782 -
2021-03-10 22:49:50 +00:00
juha
63fc1a91aa IDE: Options page to specify type of project created on startup + other startup options. Issue #38105.
git-svn-id: trunk@64781 -
2021-03-10 19:53:06 +00:00
martin
82c6e8b284 FpDebug: Change debugging flags on process creation. Allow debugged 32bit processes to launch 64bit sub-processes without the debugger interfering. Sub-processes are anyway currently not debugged. Issue #0038546
git-svn-id: trunk@64779 -
2021-03-10 18:38:39 +00:00
juha
41c2e02039 IDE: Guess ancestor type TFrame using heuristics. Issue #38585.
git-svn-id: trunk@64769 -
2021-03-09 09:11:14 +00:00
juha
2fa9987008 IDE, Codetools: Simplify LoadAncestorDependencyHidden. Use "out" parameter when appropriate.
git-svn-id: trunk@64762 -
2021-03-07 13:24:51 +00:00
mattias
4ec7483328 codetools: updated controller types, issue #38596
git-svn-id: trunk@64761 -
2021-03-07 11:39:46 +00:00
michl
47a75ed8b8 DockedFormEditor: Debug texts added
git-svn-id: trunk@64760 -
2021-03-06 21:03:11 +00:00
juha
64d868d252 FPReport designer: Fix adding report variables on some widgetsets. Issue #38140.
git-svn-id: trunk@64753 -
2021-03-05 22:32:59 +00:00
mattias
8faf2f2b80 codetools: fixed event assignment completion keep spaces in front of := operator
git-svn-id: trunk@64750 -
2021-03-05 18:26:11 +00:00
juha
9046b533af LazUtils: New LazStartsStr and similar functions. StartsStr etc. in StrUtils return False for empty sub-string, thus Delphi incompatible.
git-svn-id: trunk@64743 -
2021-03-04 08:58:54 +00:00
martin
3205592cba GdbmiDebugger: Fix formatting result value / broken somewhere in recent "string speedup" changes
git-svn-id: trunk@64742 -
2021-03-03 20:13:24 +00:00
juha
bb79fd08da SynEdit: Revert one more change. BasedMix can be empty.
git-svn-id: trunk@64739 -
2021-03-03 14:45:34 +00:00
wp
4d7eac2eb8 Opkman: Less hints
git-svn-id: trunk@64738 -
2021-03-03 11:31:27 +00:00
wp
09075a320b Opkman: Avoid unnecessary LCL scaling steps for VTV. Issue #37886.
git-svn-id: trunk@64737 -
2021-03-03 11:21:39 +00:00
mattias
e7683e534c chmhelp: fixed compile fpc 3.0.4
git-svn-id: trunk@64735 -
2021-03-03 10:31:37 +00:00
mattias
210c56552a chmhelp: fixed reading index, issue #30302
git-svn-id: trunk@64733 -
2021-03-03 10:24:54 +00:00
mattias
3679936306 IDEIntf: comment
git-svn-id: trunk@64732 -
2021-03-03 10:24:09 +00:00
juha
dfb8608d9a SynEdit: Restore Copy() calls. SetLength() may make a string longer with garbage in the end.
git-svn-id: trunk@64730 -
2021-03-03 10:21:52 +00:00
balazs
8445edd27f Opkman: Less hint + Fix high dpi bug, when displaying rating stars. Issue #37886.
git-svn-id: trunk@64727 -
2021-03-02 21:22:24 +00:00
michl
817c9aa159 DockedFormEditor: Simplify code - use just one method to find ModulePageControl
git-svn-id: trunk@64726 -
2021-03-02 19:52:56 +00:00
mattias
16eb8abc21 cody: fixed vk_up on empty
git-svn-id: trunk@64724 -
2021-03-02 18:04:30 +00:00
mattias
3386007fe0 synedit: fixed compile
git-svn-id: trunk@64722 -
2021-03-02 13:52:59 +00:00
ondrej
64d6ca58a7 SynEdit: improve StartsStr optimization from r64527 #077ebbe494 (do not convert PChar to string)
git-svn-id: trunk@64721 -
2021-03-02 12:41:42 +00:00
wp
1ff32ae62f TAChart: Fix occasional crash due to r64662 #d58c41bcad
git-svn-id: trunk@64715 -
2021-03-01 17:13:56 +00:00
balazs
6bdff78d46 Opkman: Fix mouse wrong X coordinate.
git-svn-id: trunk@64714 -
2021-03-01 16:19:30 +00:00
balazs
09d883d029 Opkman: Fix high dpi bug. Issue #37886.
git-svn-id: trunk@64711 -
2021-03-01 15:16:45 +00:00
juha
64ce0937ca LHelp: Remove MouseAndKeyInput package from Makefile.fpc dependencies.
git-svn-id: trunk@64705 -
2021-03-01 09:16:22 +00:00
mattias
341a3f7a74 codetools: fixed TFindDeclarationTool.FindUnitReferences search in uses section, bug #38559
git-svn-id: trunk@64704 -
2021-02-28 23:34:09 +00:00
mattias
efc5ef502b lazutils: UTF8BOMToUTF8: sanity check
git-svn-id: trunk@64700 -
2021-02-28 22:39:58 +00:00
mattias
bacadab499 codetools: less hints
git-svn-id: trunk@64699 -
2021-02-28 22:39:26 +00:00
mattias
ed63a0aaea codetools: less hints
git-svn-id: trunk@64696 -
2021-02-28 22:12:36 +00:00
michl
4f5681375a DockedFormEditor: Set hint offset same as in designer
git-svn-id: trunk@64695 -
2021-02-28 21:39:00 +00:00
mattias
d3ab310266 codetools: fixed parsing var w:word platform = 1 platform
git-svn-id: trunk@64692 -
2021-02-28 21:33:21 +00:00
mattias
17781940eb codetools: added tests
git-svn-id: trunk@64691 -
2021-02-28 21:32:43 +00:00
michl
72176c6fc0 DockedFormEditor: Focus source editor after switching per F12 to make bookmarks immediately working
git-svn-id: trunk@64690 -
2021-02-28 20:04:20 +00:00
mattias
4ba43eba0b codetools: fixed parsing var c:word = 1 deprecated, issue #38554
git-svn-id: trunk@64688 -
2021-02-28 08:59:14 +00:00
mattias
f7e8f4b52e codetools: test bug #38554
git-svn-id: trunk@64687 -
2021-02-28 08:58:42 +00:00
mattias
65e16d03fb fpdebug: less hints
git-svn-id: trunk@64686 -
2021-02-28 08:52:37 +00:00
mattias
59447e864b lazutils: less hints
git-svn-id: trunk@64685 -
2021-02-28 08:52:18 +00:00
mattias
0e564b2d8b datetimectrls: less hints
git-svn-id: trunk@64684 -
2021-02-28 08:52:07 +00:00
mattias
ac82b9e9bc codetools: less hints
git-svn-id: trunk@64683 -
2021-02-28 08:51:52 +00:00
balazs
7a882b653e Opkman: Add "2.0.12" to Lazarus versions.
git-svn-id: trunk@64678 -
2021-02-27 15:56:23 +00:00
juha
401d451c71 LazUtils: Revert the big TMask change. It must be worked on later.
git-svn-id: trunk@64675 -
2021-02-27 09:15:16 +00:00
martin
433bb3d412 Debugger: Fix updating CPU Register values. Issue #0038534
git-svn-id: trunk@64674 -
2021-02-27 01:00:10 +00:00
martin
06eb834614 Implement "Select code block"
git-svn-id: trunk@64672 -
2021-02-26 22:01:33 +00:00
martin
249e2b5f08 Fix Compile
git-svn-id: trunk@64670 -
2021-02-26 20:39:27 +00:00
michl
441ac1e643 DockedFormEditor: Enable option "Allow size control" by default
git-svn-id: trunk@64669 -
2021-02-26 20:34:54 +00:00
michl
b083a28eb0 DockedFormEditor: Show hint for changed values in AnchorDesigner
git-svn-id: trunk@64668 -
2021-02-26 20:22:18 +00:00
juha
d82f15fb2b LazUtils: Replace TMask with a faster and better version from José Mejuto.
git-svn-id: trunk@64667 -
2021-02-26 16:17:16 +00:00
juha
b8a5b2df73 LazUtils: Update unit test for Masks.
git-svn-id: trunk@64666 -
2021-02-26 08:25:24 +00:00
juha
4113f5b16f LazUtils: Use a new exception type EMaskError for TMask. Helps testing a new implementation.
git-svn-id: trunk@64665 -
2021-02-25 10:13:11 +00:00
wp
99b12d5c6b TAChart: Legend resolves clDefault (better dark mode). Default Chart.Color is clForm now.
git-svn-id: trunk@64664 -
2021-02-24 22:41:15 +00:00
wp
0b71099783 Components: Add copyright notes to all folders to which Roland Hahn has contributed images.
git-svn-id: trunk@64663 -
2021-02-24 22:17:51 +00:00
wp
d58c41bcad TAChart: Replace hard-coded rgb colors by system colors to make charts compatible with dark mode.
git-svn-id: trunk@64662 -
2021-02-24 21:25:09 +00:00
juha
26cd6c23a9 LazUtils: Update unit test for Masks.
git-svn-id: trunk@64661 -
2021-02-24 20:25:02 +00:00
juha
ccc0360221 LazUtils: Add Unicode text to Masks test project. Now fails with mask '[ä]'.
git-svn-id: trunk@64654 -
2021-02-23 17:47:06 +00:00
juha
564ca97446 LazUtils: Move unit test project for Masks from LCL dir to LazUtils dir.
git-svn-id: trunk@64653 -
2021-02-23 14:06:34 +00:00
martin
be8da43baa SynEdit: Update Firebird 4.0 highlighter. Issue #0038520 Patch by Gabor Boros
git-svn-id: trunk@64652 -
2021-02-22 18:54:04 +00:00
zoran
f290c78554 DateTimePicker - add OnShowHint event
git-svn-id: trunk@64651 -
2021-02-22 12:15:58 +00:00
juha
efa1689fb3 ToDoList: Replace wrong StartsStr with EndsStr. Harmonize uses sections.
git-svn-id: trunk@64648 -
2021-02-22 09:50:59 +00:00
juha
96b72acee6 LHelp: Remove dependency for package LazMouseAndKeyInput.
git-svn-id: trunk@64647 -
2021-02-22 08:39:20 +00:00
juha
c96db30993 Jedi Code Format: Unify formatting for "type" and "var" in class and record. Issue #38525, patch from Domingo Galmés.
git-svn-id: trunk@64646 -
2021-02-21 21:51:06 +00:00
juha
d01c4c6496 SynEdit: Fix compilation with FPC 3.0.4.
git-svn-id: trunk@64645 -
2021-02-21 15:34:09 +00:00
juha
6b75fab65e Jedi Code Format: Enable preprocessor parsing by default. Add config file also for future use. Issue #38498, patch from Domingo Galmés.
git-svn-id: trunk@64636 -
2021-02-21 08:35:25 +00:00
juha
b2aa58981c SynEdit: Cleanup.
git-svn-id: trunk@64628 -
2021-02-20 20:40:46 +00:00
juha
a523ee94b3 SynEdit: Optimize parsing CompletionList. Use faster string comparison.
git-svn-id: trunk@64626 -
2021-02-20 13:14:27 +00:00
michl
89deb31d9e DockedFormEditor: Fixed flickering at anchoring control
git-svn-id: trunk@64624 -
2021-02-19 21:09:36 +00:00
martin
0c46287ea3 SynEdit: publish OnContextPopup, OnResize. Issue #038511
git-svn-id: trunk@64622 -
2021-02-19 02:13:52 +00:00
maxim
ced0827e1b DockedFormEditor: updated Russian translation
git-svn-id: trunk@64619 -
2021-02-18 22:12:24 +00:00
juha
350c9735d0 LazUtils: Optimize PosI(), the case-insensitive version of Pos().
git-svn-id: trunk@64616 -
2021-02-18 12:28:20 +00:00
michl
0d468e1564 DockedFormEditor: Fixed AV when options are modified and Anchor tab is shown
git-svn-id: trunk@64607 -
2021-02-17 21:05:35 +00:00
michl
ae5a9b54d1 DockedFormEditor: Option AllowSizing added
git-svn-id: trunk@64606 -
2021-02-17 20:39:32 +00:00
mattias
9baf8fe81d codetools: fixed GetSmartHint other unit
git-svn-id: trunk@64603 -
2021-02-17 13:59:24 +00:00
mattias
6eb0f734c5 examples: easter: enabled win32 gui app
git-svn-id: trunk@64600 -
2021-02-17 13:23:20 +00:00
mattias
f5caaeec5c sqldblaz: added TMySQL80Connection
git-svn-id: trunk@64599 -
2021-02-17 13:16:27 +00:00
mattias
531da16b59 sqldblaz: added TMySQL80Connection
git-svn-id: trunk@64598 -
2021-02-17 13:15:58 +00:00
michl
c681a65d52 DockedFormEditor: Disable all designers of forms and show code in source editor window when a designer is shown in a other source editor window
git-svn-id: trunk@64596 -
2021-02-16 22:33:25 +00:00
michl
5cc908ff89 DockedFormEditor: Fixed a bug with multiple source editor windows
git-svn-id: trunk@64595 -
2021-02-16 21:12:42 +00:00
juha
26427d65ae Docs: Updates for LCL, LazUtils. LazControls. Issue #38490, patch from Don Siders.
git-svn-id: trunk@64594 -
2021-02-16 20:18:40 +00:00
michl
2743adba42 DockedFormEditor: Refactoring: Use DockedTabMaster instead of IDETabMaster
git-svn-id: trunk@64593 -
2021-02-16 20:08:20 +00:00
juha
1f5fc709d3 LHelp: Focus TOC TreeView in a proper way. Sending key VK_T caused text being deleted in Lazarus source editor.
git-svn-id: trunk@64590 -
2021-02-16 11:53:53 +00:00
juha
98e62261f7 LHelp: Cleanup, improve a variable name.
git-svn-id: trunk@64589 -
2021-02-16 11:53:52 +00:00
michl
54dc02b128 DockedFormEditor: Changed logic of moving of control - only free sides can be moved - a docked side stays docked
git-svn-id: trunk@64587 -
2021-02-15 19:27:22 +00:00
juha
95fb12724c LHelp: Tweak string and extension handling.
git-svn-id: trunk@64585 -
2021-02-15 15:43:33 +00:00
juha
3f78f0d62d New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar.
git-svn-id: trunk@64583 -
2021-02-15 08:43:50 +00:00
maxim
9434f5f507 LHelp: Regenerated translations, updated Russian translation. Also reverted not entirely correct changes from Ukrainian translation after r64579 #d01a19e924 (let maintainer handle such updates).
git-svn-id: trunk@64582 -
2021-02-14 22:33:47 +00:00
michl
9a22c9a8f7 DockedFormEditor: focus source editor after changing to tab code
git-svn-id: trunk@64581 -
2021-02-14 22:17:02 +00:00
ondrej
e80edc6b0d SynEdit: revert wrong changes (ScreenRowToRow->ScreenXYToTextXY, RowToScreenRow->TextXYToScreenXY) during the circular dependency removal
git-svn-id: trunk@64580 -
2021-02-14 18:46:26 +00:00
wp
d01a19e924 LHelp: Replace icons by high-dpi versions drawn by Roland Hahn. Redesign "About" box to show application icon.
git-svn-id: trunk@64579 -
2021-02-14 17:21:39 +00:00
michl
eb1efb5fd6 DockedFormEditor: Set focus on designer only when tab of SourceEditorWindow notebook is changed, not when active editor is changed, to prevent stealing focus from ObjectInspector
git-svn-id: trunk@64578 -
2021-02-14 15:45:26 +00:00
michl
b34cb9897a DockedFormEditor: Minor refactoring DockedFormAccess
git-svn-id: trunk@64577 -
2021-02-14 15:42:58 +00:00
michl
58c7171e6c DockedFormEditor Refactoring: Remove not needed code, rename a method
git-svn-id: trunk@64576 -
2021-02-13 22:33:47 +00:00
michl
e1df656379 DockedFormEditor: Fixed AV on designer default method creation (mouse double click)
git-svn-id: trunk@64573 -
2021-02-13 21:35:48 +00:00
martin
8b81b7cfd3 Debugger: Revert recent upper/lowercase changes
git-svn-id: trunk@64570 -
2021-02-13 14:30:50 +00:00
maxim
f24ef4bcda DockedFormEditor: renamed "Designer" tab to "Form" for better clarity, regenerated translations and updated Russian translation
git-svn-id: trunk@64569 -
2021-02-13 14:15:58 +00:00
mattias
62c37ad72a updated Makefiles
git-svn-id: trunk@64567 -
2021-02-13 13:01:14 +00:00
mattias
2cf64fa695 mouseandkeyinput: added makefiles
git-svn-id: trunk@64566 -
2021-02-13 13:00:58 +00:00
mattias
7282d3c425 lhelp: less hints
git-svn-id: trunk@64565 -
2021-02-13 12:42:40 +00:00
juha
436b2d3a74 Debugger: Fix a wrong change in r64527 #077ebbe494.
git-svn-id: trunk@64563 -
2021-02-13 08:54:07 +00:00
maxim
9f27264e00 DockedFormEditor: improved Russian translation
git-svn-id: trunk@64562 -
2021-02-13 01:09:11 +00:00
maxim
8ba5ad224f LHelp: updated Russian translation
git-svn-id: trunk@64561 -
2021-02-12 23:28:11 +00:00
maxim
4e6f87204a DockedFormEditor: removed unused resource strings for color hints (colors are self-evident from my POV anyway), improved wording of captions, regenerated translations and finished Russian translation
git-svn-id: trunk@64560 -
2021-02-12 23:22:31 +00:00
michl
c862011cd9 DockedFormEditor: Improved scrolling - awareness of ScrollCode scLine & scPage
git-svn-id: trunk@64559 -
2021-02-12 22:23:22 +00:00
wp
b9656b6bf5 LHelp: Fix LCLscaling. See also issue #38479
git-svn-id: trunk@64558 -
2021-02-12 22:12:14 +00:00
michl
12f029a586 DockedFormEditor: Anchors entry is scrollable per mouse wheel
git-svn-id: trunk@64557 -
2021-02-12 21:56:35 +00:00
michl
aa347b8cec DockedFormEditor: MouseWheel on ScrollBars scrolls designer
git-svn-id: trunk@64556 -
2021-02-12 19:16:11 +00:00
martin
14dc58d892 FpDebug: test and helper apps, fixed some compile errors
git-svn-id: trunk@64555 -
2021-02-12 18:31:09 +00:00
martin
068feeb931 FpDebug: remove MemMgr.DefaultContext. All MemRead/Write must go via a location-context.
git-svn-id: trunk@64554 -
2021-02-12 18:31:07 +00:00
michl
d0a8ca2502 DockedFormEditor: Fixed AV after revision 64547 #7e625598d0
git-svn-id: trunk@64551 -
2021-02-12 13:29:34 +00:00
michl
5264d8bc1c DockedFormEditor: Remove not needed method LongestCaption after revision 64543 #023f7860d7
git-svn-id: trunk@64550 -
2021-02-12 12:42:07 +00:00
juha
95c347474a LazUtils: In GetSupportedEncodings return codepage names as they are. They are already mixed case.
git-svn-id: trunk@64549 -
2021-02-12 10:33:10 +00:00
juha
d608622e30 IdeIntf: Reduce calls to UpperCase() and LowerCase().
git-svn-id: trunk@64548 -
2021-02-12 10:26:41 +00:00
michl
7e625598d0 DockedFormEditor: Hide tab "Code" when just code without form is edited
git-svn-id: trunk@64547 -
2021-02-12 00:28:02 +00:00
maxim
018f2c310e DockedFormEditor: improved wording of captions, regenerated translations and partially updated Russian translation
git-svn-id: trunk@64546 -
2021-02-11 23:55:54 +00:00
martin
d4fabf2c65 DebuggerGdbmi/DebugIntf: fix address calculation, do not calc negative addresses. Patch by Christo Crause Issue #0032240
git-svn-id: trunk@64545 -
2021-02-11 23:27:25 +00:00
martin
ac0e547a58 FpDebug,AVR: fix communication with gdbserver / thread safety. Patch by Christo Crause Issue #0038443
git-svn-id: trunk@64544 -
2021-02-11 23:18:12 +00:00
maxim
023f7860d7 DockedFormEditor: improved layout of options frame
git-svn-id: trunk@64543 -
2021-02-11 23:04:29 +00:00
martin
6857851554 FpDebug/LazDebugger: add asserts for thread safety
git-svn-id: trunk@64542 -
2021-02-11 22:40:29 +00:00
martin
ccf7d87898 LazDebuggerFp: run MemMgr and similar always in Thread to avoid data races
git-svn-id: trunk@64541 -
2021-02-11 22:40:27 +00:00
martin
dee9846c86 DebuggerTests: clean up / change naming for temp exe files
git-svn-id: trunk@64540 -
2021-02-11 22:40:25 +00:00
martin
eab19f455a LazDebuggerFp: replace TThread.Queue with App.QueueAsync
git-svn-id: trunk@64539 -
2021-02-11 22:40:23 +00:00
martin
fa5c3112f3 FpDebug, LazDebuggerFp: call FOnThreadProcessLoopCycleEvent for deProcessExits / Ensure breakpoints are handled in the loop-thread / some breakpoint fixes
git-svn-id: trunk@64538 -
2021-02-11 22:40:21 +00:00
martin
f6d3eca79a Tests, LazDebuggerFp: more aggressive timing/scheduling for faster test runs
git-svn-id: trunk@64537 -
2021-02-11 22:40:19 +00:00