Commit Graph

60555 Commits

Author SHA1 Message Date
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
michl
7bfd45feed IDE: Missed part for revision 64918 #143823e00f: IDE with AnchorDockingDsgn throws AV when unit is cloned in SourceEditor to new SourceEditor. Issue #38699
git-svn-id: trunk@64940 -
2021-04-07 13:12:04 +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
bart
1cdf85def9 MaskEdit: use escaping with '\' in sets as well. Allows to have ']' in a set, which was impossible before.
git-svn-id: trunk@64938 -
2021-04-07 08:08:10 +00:00
dmitry
e1deb6db08 cocoa: bug #38711. The themes enabled for Cocoa teHeader drawing is now imlpemented to make sure virtual tree view draws headers nicely
git-svn-id: trunk@64937 -
2021-04-07 05:01:00 +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
bart
1ddd3cc19b MaskEdit: rename a type and it's associated variable and procedure.
git-svn-id: trunk@64932 -
2021-04-06 17:06:08 +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
fa42d863cd IDE: Fixed components window closes but component does not appear in form. Issue #38706
git-svn-id: trunk@64929 -
2021-04-05 16:27:49 +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
bart
2e2c6107f2 MaskEdit: have Char_Set and Char_SetFixed, analogue to e.g. Char_Letter and Char_LetterFixed
git-svn-id: trunk@64927 -
2021-04-05 12:41:13 +00:00
bart
680a74ac4e MaskEdit: factor out ParseSet.
git-svn-id: trunk@64926 -
2021-04-05 12:04:23 +00:00
bart
e95298f4e2 MaskEdit: use a lookup table for "simple cMask tokens" in SetEditMask.
git-svn-id: trunk@64925 -
2021-04-05 11:47:17 +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
zeljko
14ef04d220 Qt5: fixed error message
git-svn-id: trunk@64922 -
2021-04-04 13:48:47 +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
zeljko
a3a9c7213c Qt5: Implemented extend LCL TLazAccessibleObject accessibility functionality. patch by Dmitry Boyarintsev and David Jenkins. issue #38604
git-svn-id: trunk@64920 -
2021-04-04 10:41:06 +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
michl
143823e00f IDE: Fixed IDE with AnchorDockingDsgn throws AV when unit is cloned in SourceEditor to new SourceEditor. Issue #38699
git-svn-id: trunk@64918 -
2021-04-03 21:17:34 +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
mattias
14676d7a8e IDE: less verbosity
git-svn-id: trunk@64912 -
2021-04-03 12:06:26 +00:00
wp
691f8578fc TAChart: Clearer code in TAChartExtentLink
git-svn-id: trunk@64911 -
2021-04-03 12:03:31 +00:00
mattias
6ad65c8d94 IDE: default position of object inspector: consider docked controls in MainIDEBar
git-svn-id: trunk@64910 -
2021-04-03 11:57:07 +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
bart
f217ea7fc4 MaskEdit: coding style and indentation. No functional changes.
git-svn-id: trunk@64907 -
2021-04-03 10:18:37 +00:00
bart
47a0ef2d84 MaskEdit: simplify ClearChar()
git-svn-id: trunk@64906 -
2021-04-03 10:08:54 +00:00
bart
3236750d4e MaskEdit: refactor SetEditMask.
git-svn-id: trunk@64905 -
2021-04-03 10:02:36 +00:00
bart
c3c7456d6f MaskEdit: if an exception is raised inside SetEditMask, make the control UnMasked (otherwise havoc will occur).
git-svn-id: trunk@64904 -
2021-04-02 21:52:01 +00:00
bart
9124789bc5 MaskEdit: new exception type for errors in EditMask.
git-svn-id: trunk@64903 -
2021-04-02 21:34:20 +00:00
bart
bf15a643ab MaskEdit: add some comments about sets in the EditMask.
git-svn-id: trunk@64902 -
2021-04-02 21:08:38 +00:00
bart
1402472897 LCL: start implemention sets in TMaskEdit. Experimental and disabled by default. Delphi does not support this.
Implementation may change in the future.

git-svn-id: trunk@64901 -
2021-04-02 20:55:07 +00:00
michl
7afc1df1e9 IDE: Remove OnIdle-handler of CodeBrowser when searching is finished
git-svn-id: trunk@64900 -
2021-04-02 19:10:56 +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
mattias
165e812983 IDE: search results view: fixed close while docked
git-svn-id: trunk@64898 -
2021-04-02 13:25:25 +00:00
juha
047a6801cc Docs: Updates for LCL. Issue #38696, patch from Don Siders.
git-svn-id: trunk@64897 -
2021-04-02 09:57:29 +00:00
martin
dbd1e52b63 IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter.
git-svn-id: trunk@64896 -
2021-03-31 19:37:03 +00:00
martin
f803f8f8c4 IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter.
git-svn-id: trunk@64895 -
2021-03-30 21:53:23 +00:00