Shai Almog
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 8
-
Edited Completion EditorTextField with PsiElement and unique text structure
AnsweredHi,I have two text fields in a dialog for which I want auto-completion based on the context of the parent editor. I've been digging into TextFieldWithAutoCompletion and TextFieldWithCompletion but ... -
Created Setting up an SDK and Language Version for new Project
I've asked a question here and it didn't draw much in terms of attention. I'm trying to make sure that a newly created project has a Java 8 SDK and language level and so far it gets configured with... -
Created Module SDK is not defined in newly created project
Hi,I'm trying to fix a regression we seem to have with the current 13.1 version of IDEA and our plugin. Initially this manifested itself in a null pointer I described here:http://devnet.jetbrains.c... -
Created java.home is null in recent versions of IDEA
Hi,We need to execute an external jar as a standalone application as part of our plugin. This used to work rather well for us by checking the System properties for java.home and then just running t... -
Created Ant related plugin issues
Hi,our Codename One plugin depends on Ant to perform the actual build. Two users reported to me two separate issues that I can't seem to reproduce myself but seem to origniate from within the Ant p... -
Created Using ModifiableRootModel.addLibraryEntry still doesn't set the library dependency correctly
I appologize if its wrong to open a separate issue but I marked the previous one as answered: http://devnet.jetbrains.com/message/5509303Turns out it was too soon, even though I added this call the... -
Created Adding a directory path under IntelliJ 12 claims Library 'LibraryName' is not used and has no effect
Hi,we created a relatively simple plugin for Codename One support. It effectively just hides our ant build system.However, when we try to change the classpath we get the error message: "Library 'x'...