Skip to content
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

code widget contains many blank lines #405

Open
yannickmoy opened this issue Sep 1, 2020 · 3 comments
Open

code widget contains many blank lines #405

yannickmoy opened this issue Sep 1, 2020 · 3 comments
Labels

Comments

@yannickmoy
Copy link
Collaborator

The size of the widget used to display compilable code does not always fit the code it contains, sometimes it has a huge number of blank lines, see e.g. the third widget on the page:

https://learn.adacore.com/labs/intro-to-ada/chapters/imperative_language.html

@Robert-Tice
Copy link
Contributor

Robert-Tice commented Sep 1, 2020

This is a side effect of PR #333.

The main.adb tab contains more code than the other tabs, which sets the minimum tab length to be the size of the main.adb tab code length. This is intended behavior.

@yannickmoy
Copy link
Collaborator Author

ok, looks weird but we can live with it!

@Robert-Tice Robert-Tice added the enhancement New feature or request label Sep 3, 2020
@Robert-Tice
Copy link
Contributor

I agree, it does look weird. We will keep this issue open as an enhancement to fix the UI problem created by the UX fix on #333

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants