-
-
Notifications
You must be signed in to change notification settings - Fork 32
Multiple indent guides rendered at some indent levels #413
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededlanguage featuressyntax highlighting, lsp, other language featuressyntax highlighting, lsp, other language featuressuggestions neededbugs/features that are still not figured out and need solution suggestionsbugs/features that are still not figured out and need solution suggestionstext editorRelated to text editor's featuresRelated to text editor's features
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededlanguage featuressyntax highlighting, lsp, other language featuressyntax highlighting, lsp, other language featuressuggestions neededbugs/features that are still not figured out and need solution suggestionsbugs/features that are still not figured out and need solution suggestionstext editorRelated to text editor's featuresRelated to text editor's features
Bug
Multiple indent guides rendered at some indent levels. For example, see the indent level 3 in following screenshot
This is either an inconsistency caused by the bitmap used or the code, or tk itself not scaling properly.
Following code manages updation of indent guides
biscuit/src/biscuit/editor/text/text.py
Lines 287 to 319 in c75d59f
The indent guide uses following bitmaps
biscuit/src/biscuit/editor/text/text.py
Lines 136 to 145 in c75d59f
System Information