godotengine / godotengine/godot-cpp
Can't call SyntaxHighlighter::get_text_edit() from SyntaxHighlighter::_get_line_syntax_highlighting(line)
Open
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 809
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
`SyntaxHighlighter::_get_line_syntax_highlighting(line)` is a const function but `SyntaxHighlighter::get_text_edit()` is not. But `get_text_edit()` needs to be called from within `_get_line_syntax_highlighting(line)`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.