-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Work on better system for goal ellipsis #846
Conversation
50 seems REALLY high, for example on the issue that was fixed by the ellipsis (#809) it has no effect. |
I checked and indeed it is the depth used by coq. This is the kind of goal display you get in coqc by using the example in #809. |
I think that as long as you can easily unfold it by clicking, it makes sense to have a smaller default depth. |
The problem being that right now it only unfolds on one level, so it can be quickly tiresome. Maybe add an unfold all ? |
It could also maybe unfold something like 10? I don't know what would be the best… |
If you have the time to put the settings in the goal view, then it is easy to set it to 50 in one go |
It's not great practice to create your own settings page (https://code.visualstudio.com/api/ux-guidelines/settings). |
I'm now going through a proof with a lot of ellipses, and it's actually quite a pain to unfold them all. One thing is that |
Okay I've added a mechanism so that an ellipsis opens at a +10 depth factor. I still think that 50 is too big for the default setting. By playing around I like the number 17. Maybe one of you can play around and tell me what you guys think @TheoWinterhalter @thery ? |
That sounds good to me. If you make a new release, I'd be happy to test it. :) |
No description provided.