Add "static-" to ID-s of static members.
So normal and static members with same name will have different ID-s. This fixes several problems with handling of static members. Most noticably hide-inherited hides all inherited members and filtering also hides the static member if they don't match.
Loading
Please register or sign in to comment