Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mark Schmale
Total activity
17
Last activity
May 17, 2018 15:14
Member since
February 02, 2017 11:59
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
5
Activity overview
Posts (5)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
May 17, 2018 15:14
Thanks for your suggestion! A CompletionContributor can only add LookupElemets, it can not "edit" or "remove" them, correct? So I'd have to add all suggestions in the CompletionContributor and jus...
Community
IntelliJ IDEA Open API and Plugin Development
More Information for XmlAttributeDescriptors
0 votes
Edited
August 23, 2017 13:20
Thanks, I "fixed" it by removing these entries in processProperty when I'm sure I'm running in a UI5-Context. Kind of works good, but a fixed QxDooFrameworkHandler would be the better solutions. Gr...
Community
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
0 votes
Created
August 22, 2017 16:26
I'm already creating this class implicit element (via `createLiteralImplicitElementProvider`), so I added an implementation for "resolveContextFromProperty" which returns the "my.namespace.Classnam...
Community
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
0 votes
Created
August 16, 2017 12:28
Hi Dennis, thanks for you replay. Removing the properties acutally fixed it. Don't know why I haven't tried that myself... The Framework uses its own "class framework" to achive some magic (l...
Community
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
0 votes