Araq / nimedit

NimEdit is the new upcoming slim IDE/editor for the Nim programming language. Currently it is hardly usable at all! It's been open sourced in the hope it will speed up its development process.
https://nim-lang.org/nimedit/
MIT License
108 stars 12 forks source link

Scrollbar needs improvement #22

Closed lilkeet closed 1 year ago

lilkeet commented 1 year ago

I was planning on working on this for a bit. ill be updating my fork as i go.

lilkeet commented 1 year ago

@Araq could you clarify what you want the scrollbar to look like? I'd be happy to try to implement it, or you could change the draw proc in the scrollbar file to your liking.

Araq commented 1 year ago

The screenshot shows it how I've always seen it: https://camo.githubusercontent.com/b3d3cec8828a7378dae979b163ad190ca040c09e71fccbf3e0c204410350f6f7/68747470733a2f2f6269746275636b65742e6f72672f7265706f2f65653564614b2f696d616765732f3637353531383830342d73686f74312e706e67

And it's fine this way, assuming it would work properly.

lilkeet commented 1 year ago

Then this issue is fixed in my fork. I still have lots of changes i need to make to other things tho so ill make a pr when I'm done.