-
Notifications
You must be signed in to change notification settings - Fork 90
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
Feature request: use goal count information printed at top of goals buffer in modeline #605
Comments
Related: coq/coq#14999 |
PG already shows the number of goals in the scripting buffer modeline. |
As you suggest we could show it in the goals buffer modeline of course. I suppose it is more intuitive. |
Actually I have been thinking of enhancing further the coq/PG UI wrt to number of subgoals and also script parenthesizing ({ }) and bullets.
I think this information could be of some help when dealing with large proofs. I am not sure how PG could relay it in a nice way though... |
I won't have time to implement this, but it should be easy and it should provide a nice quality of life improvement.
Each goal buffer stars with a header line, like this:
It would be nice to move that info to the modeline, next to the buffer name (
*goals*
). We can change the "lighter" of the response mode to be a variable for that, and then update the variable when we update the response buffer.This would save a bit of space, which is always nice with large Coq goals.
The text was updated successfully, but these errors were encountered: