Fix CodeEdit hover word lookup

This commit is contained in:
kit
2025-05-28 13:24:59 -04:00
parent 2cde9292c3
commit ebf71cd4f3
7 changed files with 59 additions and 79 deletions

View File

@@ -791,8 +791,6 @@ _FORCE_INLINE_ String ETRN(const String &p_text, const String &p_text_plural, in
return p_text_plural;
}
bool select_word(const String &p_s, int p_col, int &r_beg, int &r_end);
template <typename... P>
_FORCE_INLINE_ Vector<String> sarray(P... p_args) {
return Vector<String>({ String(p_args)... });