You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think especially when the code is written pretty tight like in my pseudo-code, it could be helpful to have an option to display the line number on the uppermost line of the corresponding code-line, so it is clear when the next code line begins. So in my example below, the 7 would be directly below the 6.
If this is already implemented and I am to dumb to find it I am sorry to bother you with this.
The text was updated successfully, but these errors were encountered:
I've considered adding this before. What I'd really like to do is just have the line numbers be vertically centered with the first line of the associated algorithm step, since it would look prettier when line numbers have a smaller font size than the algorithm text.
Doing what I said above, or adding a line-number-align option are both technically possible right now. However, there are so many small improvements that I'd like to make, and I've come to dislike the current quality of the code, so I'm waiting for an opportunity to do a major refactor. I'll address this whenever that happens.
I think especially when the code is written pretty tight like in my pseudo-code, it could be helpful to have an option to display the line number on the uppermost line of the corresponding code-line, so it is clear when the next code line begins. So in my example below, the 7 would be directly below the 6.
If this is already implemented and I am to dumb to find it I am sorry to bother you with this.
The text was updated successfully, but these errors were encountered: