Godot: Bookmark list shows unknown symbol for tabs

Created on 1 Dec 2019  路  4Comments  路  Source: godotengine/godot

Godot version:
3.2 beta2

Issue description:
image
image
Might happen when toggling comment, because it puts # at the beginning of the line.

bug junior job editor

Most helpful comment

I decided to follow @Calinou advice and replace tabs with "nothing" (I used a single space)

Before:
Screenshot 2019-12-02 at 22 08 38

After fixing the issue:
Screenshot 2019-12-02 at 22 05 25

All 4 comments

This could be solved by replacing \t with four spaces in the bookmarks list's labels (or nothing, maybe).

I'm new in the Godot developers community and I'd like to help solve this issue even though I'm not a very experienced Godot user.
Before proposing a possible solution, I'd like to gather more information on how to reproduce the following behaviour, anything will be very appreciated!

I'd like to reproduce the bug before proposing a possible solution, any information would be very appreciated

You can find bookmark list in Script Editor's "Go To" menu. Add a bookmark using Ctrl + B and if the line has a tab after a non-whitespace character, it will display wrongly on the list.

I decided to follow @Calinou advice and replace tabs with "nothing" (I used a single space)

Before:
Screenshot 2019-12-02 at 22 08 38

After fixing the issue:
Screenshot 2019-12-02 at 22 05 25

Was this page helpful?
0 / 5 - 0 ratings