Junpeng Tang
- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 18
-
Created Can LookupElement#getAllLookupStrings() return set without LookupElement#getLookupString()?
I saw a comment for LookupElement#getAllLookupStrings() which says: The returned set must contain getLookupString(). but for my plugin, for example, I created a lookup element with item text: ABC, ... -
Created How to configure completion match case setting in unit tests?
AnsweredI'm writting unit tests for code completion features, but when I debugged to MinusculeMatcherImpl#isFirstCharMatching: if (myOptions == NameUtil.MatchingCaseSensitivity.FIRST_LETTER && (patternI... -
Created How to send tasks to background with progressIndicator?
AnsweredHi, there are two questions for me, thanks for your reply. 1. I'm using a ConditionalModal Task like below, but when I pressed the 'Minimize' button, nothing happened and the UI was frozen until th... -
Edited Missing highlight when multiple annotators applied to same TextRange?
AnsweredHi, all I registered two annotators for my custom language plugin, one used for color highlighting and another for syntax error highlighting. But these two annotators can't work together. If there ... -
Created Is there any way to highlight words of Code Style setting example file?
AnsweredI'm now working on a custom language plugin. My highlighting annotator works fine except for my Code Style setting example file.Not like the Color Scheme setting example file, I can't assign TextAt... -
Created How could I install non-bundled plugins by default when debugging my own plugin?
AnsweredFor example, When I'm debuggin a custom language plugin, I need the extra PsiViewer plugin for debugging but it's not installed by default. How could I install it every time I debug my own plugin? ...