Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Shai Almog
Total activity
43
Last activity
February 06, 2020 09:31
Member since
February 10, 2014 08:19
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
8
Activity overview
Posts (7)
Comments (22)
Sort by recent activity
Recent activity
Votes
Created
December 22, 2019 14:13
BTW I also tried this which should work according to the docs but I get no code completion: JavaCodeFragmentFactory jcff = JavaCodeFragmentFactory.getInstance(currentEditor.getProject());PsiFile pf...
Community
IntelliJ IDEA Open API and Plugin Development
Completion EditorTextField with PsiElement and unique text structure
1 vote
Created
March 29, 2016 11:40
I figured it out. I overrode public ModuleWizardStep[] createWizardSteps(@NotNull WizardContext wizardContext, @NotNull ModulesProvider modulesProvider); Instead of overriding public ModuleWizardSt...
Community
IntelliJ IDEA Open API and Plugin Development
Setting up an SDK and Language Version for new Project
1 vote
Created
February 06, 2020 09:31
Thanks! This looks perfect but I can't understand how this fits with the text field code I have. Specifically: PsiFile psiFile = PsiDocumentManager.getInstance(editor.getProject()).getPsiFile(edito...
Community
IntelliJ IDEA Open API and Plugin Development
Completion EditorTextField with PsiElement and unique text structure
0 votes
Created
January 16, 2020 19:24
The "very simple" part is the part that stumps me here. I'm guessing this would be trivial since I can probably just use the pre-existing Java syntax support but I'm not sure how to do this "simply...
Community
IntelliJ IDEA Open API and Plugin Development
Completion EditorTextField with PsiElement and unique text structure
0 votes
Created
January 02, 2020 06:25
I'm still stuck on this second one. I tried stack overflow too and have a bounty there: https://stackoverflow.com/questions/59476930/limit-text-field-completion-to-a-specific-set-of-segments-within...
Community
IntelliJ IDEA Open API and Plugin Development
Completion EditorTextField with PsiElement and unique text structure
0 votes
Created
December 25, 2019 02:57
FYI there's a partial answer for this here. It seems I misses the type of the document (stupid) and the last value for the expression code fragment argument. The question about the {} expression is...
Community
IntelliJ IDEA Open API and Plugin Development
Completion EditorTextField with PsiElement and unique text structure
0 votes
Created
February 10, 2014 13:04
Thanks. Please forgive my ignorance here but where is the module editor?Is it possible our plugin inadvertantly disabled it?This is my module settings UIAttachment(s):Screen Shot 2014-02-10 at 14.0...
Community
IntelliJ IDEA Open API and Plugin Development
Adding a directory path under IntelliJ 12 claims Library 'LibraryName' is not used and has no effect
0 votes
Created
February 11, 2014 19:45
OK I just tried this is the code I have for project creation, I ran in the debugger and it seems this code is executing properly but the result is exactly the same as above: @Override void cr...
Community
IntelliJ IDEA Open API and Plugin Development
Adding a directory path under IntelliJ 12 claims Library 'LibraryName' is not used and has no effect
0 votes
Created
September 20, 2014 07:02
Any ideas?Is there some additional information I can provide to help debug this?
Community
IntelliJ IDEA Open API and Plugin Development
Module SDK is not defined in newly created project
0 votes
Created
September 24, 2014 10:32
Thanks! That did the trick!Incorrectly marked your answer as helpful instead of as correct.
Community
IntelliJ IDEA Open API and Plugin Development
Module SDK is not defined in newly created project
0 votes
Next
›
Last
»