Commit Graph

51 Commits

Author SHA1 Message Date
Martin
75bf0c3c01 SynEdit: reduce compile warnings 2025-03-01 13:28:22 +01:00
n7800
1ef23cb314 SynEdit: Fix a typo in the method name TSynEditStringsLinked.RemoveHanlders 2024-09-23 10:11:37 +00:00
n7800
c58adfa886 SynEdit: Fixed a typo in the TSynGutterLOvProviderCurrentPage destructor 2024-09-08 11:42:01 +00:00
Martin
b1847337ca IDE, SynEdit: Add options for the editor gutter layout. Issue #40170 2024-03-12 13:40:12 +01: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
ondrej
34386c9031 SynEdit: remove circular dependency between SynEdit and SynGutterLineOverview
git-svn-id: trunk@64489 -
2021-02-05 13:53:21 +00:00
juha
6813e28eef LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions.
git-svn-id: trunk@64197 -
2020-12-12 11:41:07 +00:00
juha
6b4b3e9eb4 Synedit: Minor code cleanup. Issue #38035, patch from Cyrax.
git-svn-id: trunk@64111 -
2020-11-06 10:42:03 +00:00
martin
ec643a2cb2 SynEdit: Clean up compiler hints
git-svn-id: trunk@63259 -
2020-05-31 14:20:57 +00:00
martin
237ac26a28 SynEdit: replaced AddFoldChangedHandler with senrLineMappingChanged
git-svn-id: trunk@63208 -
2020-05-22 14:54:20 +00:00
martin
4c5edbe734 SynEdit: Refactor Notification from Lines. Cache in TextViewManager, and deal with TextBuffer changes (no more need to update in senrTextBufferChanged
git-svn-id: trunk@63197 -
2020-05-21 15:48:47 +00:00
martin
690052c603 SynEdit: LineOverview gutter - removed some dead code
git-svn-id: trunk@62612 -
2020-02-07 15:59:49 +00:00
martin
a17ed6695c fix compare function
git-svn-id: trunk@61158 -
2019-05-05 15:53:28 +00:00
martin
eb2966c1f0 SynEdit: fix compare function
git-svn-id: trunk@61157 -
2019-05-05 15:48:43 +00:00
martin
4d8827642a SynEdit: fix potential rangecheck in compare function
git-svn-id: trunk@61150 -
2019-05-05 15:30:00 +00:00
martin
dbfe4e3ba4 SynEdit: overview gutter pen.width for drawing depend on PPI
git-svn-id: trunk@58517 -
2018-07-14 10:27:20 +00:00
martin
1cf8da5039 SynEdit: fix ppi sizing for overview gutter
git-svn-id: trunk@58504 -
2018-07-13 15:36:49 +00:00
ondrej
79aba78f15 SynEdit: remove DoubleBuffered hack because LCL fully supports it now
git-svn-id: trunk@58100 -
2018-06-03 20:51:32 +00:00
juha
b2e65128ee Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
git-svn-id: trunk@57099 -
2018-01-15 10:53:48 +00:00
ondrej
9fea3ea40c synedit: high-DPI fixes. issue #31753
git-svn-id: trunk@55677 -
2017-08-17 17:40:05 +00:00
ondrej
3f21545b7d synedit: high-DPI: implement DoAutoAdjustLayout. issue #31753
git-svn-id: trunk@55675 -
2017-08-17 10:39:39 +00:00
martin
11a202ca0f SynEdit: assert correct method types
git-svn-id: trunk@55604 -
2017-07-30 16:37:07 +00:00
martin
6d96f1c167 SynEdit: Clicks on overview gutter. Issue #30012
git-svn-id: trunk@52292 -
2016-05-09 19:17:28 +00:00
martin
922e30ce7c SynEdit: Fixed overflow error
git-svn-id: trunk@49283 -
2015-06-06 11:38:01 +00:00
juha
4e16799fd7 SynEdit: Initialize variables based on compiler warnings. Contains ToDo items.
git-svn-id: trunk@48478 -
2015-03-24 17:50:59 +00:00
mattias
bbf5a97ebb synedit: TSynEdit has no preferred size
git-svn-id: trunk@48241 -
2015-03-10 17:19:34 +00:00
mattias
7c2f9cfff1 synedit: less hints
git-svn-id: trunk@47825 -
2015-02-16 11:54:34 +00:00
martin
3d9de1aad4 SynEdit: speed up large operations (search replace)
git-svn-id: trunk@43760 -
2014-01-18 01:19:11 +00:00
juha
36e370bd76 SynEdit: prevent a range check error when deleting the whole buffer
git-svn-id: trunk@40901 -
2013-04-27 14:24:43 +00:00
martin
efbdf1e72b SynEdit: OverviewGutter, show enabled/disabled breakpoint and exec line in diff colors
git-svn-id: trunk@40218 -
2013-02-09 01:42:27 +00:00
martin
49aa229bbc SynEdit: Update OverviewGutter, if mark moves to new line. Part of issue #0023656
git-svn-id: trunk@40211 -
2013-02-08 21:50:44 +00:00
martin
4d33e87310 SynEdit: OverviewGutter, disable hint
git-svn-id: trunk@39803 -
2013-01-08 09:03:26 +00:00
martin
b0a41e34b9 SynEdit: OverviewGutter, improved positions of marks
git-svn-id: trunk@39762 -
2013-01-04 13:54:23 +00:00
martin
9c366ba76c SynEdit: LineOverviewGutter, do not cause overflow error on 64 bit
git-svn-id: trunk@39409 -
2012-11-29 19:16:22 +00:00
martin
d10b8da5cb SynEdit: LineOverviewGutter, reduce calculations, if not visible
git-svn-id: trunk@39389 -
2012-11-27 15:56:30 +00:00
martin
5226f09ad5 SynEdit: LineOverviewGutter, don't clear paintflag, in async hondler.
git-svn-id: trunk@39388 -
2012-11-27 15:51:46 +00:00
martin
826a633fbe SynEdit: Fix hang on Mac, introduced in 39367 (LineOverviewGutter) App.ScheduleAsync during Resize
git-svn-id: trunk@39387 -
2012-11-27 15:23:59 +00:00
martin
9eebd8fcb5 SynEdit: LineOverviewGutter, fix updating after lines inserted/removed. Issue #0022848
git-svn-id: trunk@39367 -
2012-11-25 00:52:03 +00:00
martin
c066c82535 SynEdit: Overview-gutter, take folds into account
git-svn-id: trunk@37837 -
2012-07-01 13:29:39 +00:00
martin
e0b9cef954 SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
git-svn-id: trunk@37782 -
2012-06-25 22:49:31 +00:00
martin
7c0124a4a8 SynEdit: fix crash in overview gutter creation. Issue #0021887
git-svn-id: trunk@37095 -
2012-04-29 21:58:15 +00:00
martin
00b66e9c44 IDE: Make Synedit's overview gutter available
git-svn-id: trunk@35462 -
2012-02-18 18:41:26 +00:00
martin
400f05dee0 SynEdit: refactor painting
git-svn-id: trunk@34165 -
2011-12-14 02:53:19 +00:00
martin
583c6cf16d SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
git-svn-id: trunk@32250 -
2011-09-10 11:32:06 +00:00
juha
0928ead547 LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code.
git-svn-id: trunk@29734 -
2011-03-06 12:45:59 +00:00
martin
0bae937f35 SynGutter OverView: Fixed crash, due to missing unregister on destroy
git-svn-id: trunk@28453 -
2010-11-24 13:56:01 +00:00
martin
7af59a81a6 SynEdit: Fixed LineOverviewGutter for new shared marks code
git-svn-id: trunk@27913 -
2010-10-27 22:57:04 +00:00
martin
871136835b SynEdit: Fix for right overview Gutter
git-svn-id: trunk@27632 -
2010-10-09 16:06:56 +00:00
martin
f15f27269b SynEdit: Started right overview Gutter
git-svn-id: trunk@27197 -
2010-08-26 14:48:18 +00:00
martin
8dae7aa8b1 SynEdit: Refactor SynMarks
git-svn-id: trunk@27037 -
2010-08-08 15:46:27 +00:00