ukandrewc / Ace-Scrollbars

CSS Scrollbars for Ace Editor
2 stars 1 forks source link

is this the same as demo in ace kitchen sink? #3

Open ldijkman opened 1 year ago

ldijkman commented 1 year ago

hello

is this the same as demo in ace kitchen sink? https://ace.c9.io/build/kitchen-sink.html under menu option custom scrollbars

maybe i can use it for breakpoints / jumpmarks greet luberth

https://plnkr.co/edit/Digj5Fw7D6hxaTU4

2023-09-14-062004_1920x1080_scrot

aimcosoftware commented 1 year ago

I didn't code the one on the kitchen sink. It doesn't do the same things, such as occurrence indicators.

ldijkman commented 1 year ago

ok

playing a bit with your code

i would say the gray view position is of target

ctrl+f search for func displays results in vertical scrollbar

https://codepen.io/ldijkman/full/QWzMLNN

2023-09-14-172123_1920x1080_scrot

aimcosoftware commented 1 year ago

That's correct, it also shows occurrences when you highlight a word. It shouldn't be difficult to add the functionality you want.

ldijkman commented 1 year ago

i would say the gray view position is of target

https://codepen.io/ldijkman/full/QWzMLNN

yours is better as https://ace.c9.io/build/kitchen-sink.html wiith my code example its terrible bad result ace version 2023-09-14-175037_1920x1080_scrot

aimcosoftware commented 1 year ago

I'm not developing this any more, so if there are scaling issues, you are probably better to use the new built in scrollbars and add code similar to showMapItems to them.

ldijkman commented 1 year ago

ok thanks

ldijkman commented 1 year ago

the highlight selected is quite nice by the way

ldijkman commented 1 year ago

did a (for me as a mechanic) quick try to change from px positions to percentage positions does better scale and works for different font sizes not perfect but maybe better

https://ldijkman.github.io/randomnerd_esp32_wifi_manager/mrs/create_from_scratch/Insane%20in%20the%20Membrane/ACE_Editor_JumpMarks_ScrollMarks.html

https://plnkr.co/plunk/EYJWlWGjCdjNoui8

2023-09-16-082745_1920x1080_scrot