-
Notifications
You must be signed in to change notification settings - Fork 256
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
Disassembly View (Source Code): add setting for tab-width #583
Labels
Comments
lievenhey
added a commit
that referenced
this issue
May 3, 2024
This patch allows the user to set a custom width for \t. Since we use a monospace font we can simply use a multiple of the character width. This is done by settings the tabstopdistance of the QTextOption property of QTextLayout. closes: #583
lievenhey
added a commit
that referenced
this issue
May 3, 2024
This patch allows the user to set a custom width for \t. Since we use a monospace font we can simply use a multiple of the character width. This is done by settings the tabstopdistance of the QTextOption property of QTextLayout. closes: #583
lievenhey
added a commit
that referenced
this issue
May 3, 2024
This patch allows the user to set a custom width for \t. Since we use a monospace font we can simply use a multiple of the character width. This is done by settings the tabstopdistance of the QTextOption property of QTextLayout. closes: #583
lievenhey
added a commit
that referenced
this issue
May 3, 2024
This patch allows the user to set a custom width for \t. Since we use a monospace font we can simply use a multiple of the character width. This is done by settings the tabstopdistance of the QTextOption property of QTextLayout. closes: #583
lievenhey
added a commit
that referenced
this issue
May 6, 2024
This patch allows the user to set a custom width for \t. Since we use a monospace font we can simply use a multiple of the character width. This is done by settings the tabstopdistance of the QTextOption property of QTextLayout. closes: #583
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Is your feature request related to a problem? Please describe.
Tab-indented sources are often hard to handle because the source view uses a width of 8.
Describe the solution you'd like
Add an option to set the tab-width, possibly a default in the settings and a manual override?
Describe alternatives you've considered
buy a bigger monitor ;-)
The text was updated successfully, but these errors were encountered: