We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.4
Windows
I can't make TextEdit bookmarks visible.
TextEdit
extends TextEdit func _ready(): set_line_as_bookmark(0, true)
breakpoint gutter is enabled
No response
The text was updated successfully, but these errors were encountered:
For bookmarks to be visible, you need to enable the bookmark gutter separately from the breakpoint gutter:
godot/scene/gui/text_edit.cpp
Lines 1230 to 1238 in dd3acd7
However, unlike the breakpoint_gutter property, it's not exposed to the scripting API.
breakpoint_gutter
Sorry, something went wrong.
Fixed by #55197.
No branches or pull requests
Godot version
3.4
System information
Windows
Issue description
I can't make
TextEdit
bookmarks visible.Steps to reproduce
breakpoint gutter is enabled
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: