4.0: AutoComplete registers extender attributes as extender functions #2638
Labels
ags 4
related to the ags4 development
context: ui/ux
type: bug
unexpected/erroneous behavior in the existing functionality
what: editor
related to the game editor
Milestone
Problem
Since in 4.0 the compiler supports extender attributes, the autocomplete should handle them correctly.
Example of script:
What AutoComplete does - it registers
AttributeEx
as a extender function instead, meaning it displays a "extender function" icon instead of a "property" icon, and also suggests that it has a parameter list in a tooltip.Expected
AutoComplete needs extra icon for "extender property", which combines "property" icon with a arrow, similar to how it's done for extender function icon which combines a "function" icon with a arrow.
Idk where these icons are from, if they are scintilla's, and there's no way to add a custom one, then at least it should use the "property" icon. But I suppose that the main problem is distinguishing extender attributes from extender function types when parsing for autocomplete.
The text was updated successfully, but these errors were encountered: