Merge pull request #100913 from larspet/tooltip-hover-oob

Prevent tooltip from showing when hovering past the end of script line
This commit is contained in:
Rémi Verschelde
2025-02-07 01:39:11 +01:00
6 changed files with 38 additions and 14 deletions

View File

@@ -309,3 +309,10 @@ Validate extension JSON: API was removed: classes/EditorSceneFormatImporter/meth
This virtual method, and the internal public `get_import_flags`, were never used by the engine, since it was open sourced.
So we're removing it despite the compat breakage as there's no way for users to rely on this affecting engine behavior.
GH-100913
---------
Validate extension JSON: Error: Field 'classes/TextEdit/methods/get_line_column_at_pos/arguments': size changed value in new API, from 2 to 3.
Added optional argument to disallow positions that are outside the column range of the line. Compatibility method registered.