Adona

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
-
-
Adona created a post, PsiSearchHelper - findFilesWithPlainTextWords not working
Hi, I'm trying to find all files that contains a specific word, like "TEMPLATE". This is my code: ... final PsiSearchHelper helper = PsiSearchHelper.getInstance(project); PsiFile[] pfs = helper.fin... -
-
Adona created a post, Custom Language: using PSI elements to get data for intellisense
We have already developed a plugin which handles our custom language. Now we would like to get some data from the language in order to use it as code completion for another part of th... -
-
Adona created a post, Personalized settings for "Project view popup menu" not working
Hi, I'm developing a plugin for IntelliJ and I would like to reduce the number of menu for my users. I did a fine tuning for the main menu and for the toolbar and it works perfectly on my users int... -
Adona created a post, Personalized settings for "Project view popup menu" not working
Hi, I'm developing a plugin for IntelliJ and I would like to reduce the number of menu for my users. I did a fine tuning for the main menu and for the toolbar and it works perfectly on my users int... -
Adona commented, -
Adona created a post, Custom language - code completion assertion
Hi, I'm developing the code complition for our custom language, and down below there is a copy of a light version of our CompletionContributor class. The problem is that if I'm editing my file at t...