J T

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created download.jetbrains.com
it's down. what's happening? is it permament? when will it work again? x] I'm trying to download some jars via IntelliJ and it hungs on Connecting... -
Created PackageChooser expanding node
Is there a way to expand package tree to some default node in PackageChooser ? Or to expand all tree at least? -
Created Change signature of method
hiI'm trying to create a plugin which would at some point add parameters to constructor of some known class. Position of this class is also known. So finding this class and opening its file isn't a... -
Created Defining action 'showing range' on right-click
I've created an action to create new files and attached it to the right click menu: 'New'. How to define range/scope to this action to show only when I right-click on a package or module or simply ... -
Created CreateFileAction problem
I've got a really annoying problem with creating new files.So I extended CreateFileAction and rewrite the create() method. Now it looks like: private PsiFile createFileFromTemplate(String templN... -
Created proper way of extending psiReferenceProvider?
AnsweredHi,i'm trying to write a plugin which basicly would extend a little PsiReference functionality. I've got xml file with smth like:<validator type="val1"> <stuff...></validator><validator type="val...