-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Minimap #33
Comments
This is do able just not sure where to do it or where to add it in the codebase |
Actually I'd prefer the minimap like Xcode rather than VScode. The minimap of Xcode contains more useful features and looks cleaner and much more beautiful. It will definitely take more work to make one like that, but I believe you'll love it too. |
@Yellow-GGG I agree the Xcode minimap is far more useful; however at the same time I think it may be wiser to ship a minimap with minimal functionality and then add complexity in future releases. |
@tjkohli I completely agree. We need to get something in place first, then we can iterate and improve. |
Hey @austincondiff, could you assign this to me? I already got some of the CodeEditorView code working: |
This is the current state of the minimap. Still a lot of bugs to fix, but I am getting there slowly... Screen.Recording.2023-04-11.at.13.17.24.mov@thecoolwinter I need to set the bounds of the visibleRange in |
Looks great! Where are we with this? |
Unfortunately, I have had little time recently, since I am currently working on my degree. I have decided that I am going re-implement the minimap in textkit2, instead of textkit1, since the resizing was very laggy. I have also encountered multiple issues like #184, which need to be resolved first, so that the minimap can work properly. |
Overview
This view represents your code in a smaller form. The VSCode documentation says in best...
Resources
The text was updated successfully, but these errors were encountered: