Started 3 weeks ago (2008-11-12 03:56:00)
by Konstantin Sobo...
Hi, I have a JTextPane in my plugin, and I want it to have custom VK_HOME event handler, which would move the caret to the beginning of the last line. However, it looks like IDEA takes over and
first moves the caret to the beginning of the whole text, so the caret jumps twice. Here's relevant stack trace, taken from the caret listener: e = dot=0,mark=0 java.lang.Exception: at...
Started 1 week, 4 days ago (2008-11-22 03:03:00)
by Shane Witbeck
I'm getting the following exception while trying to develop a plugin on Mac OS X with EAP 9144. Anyone have an idea for a workaround? 2008-11-21 18:56:47,697 0 INFO - #com.
intellij.idea.Main - IDEA STARTED 2008-11-21 18:56:49,839 2142 INFO - llij.ide.plugins.PluginManager - Cannot load /System/Library/Frameworks/JavaVM.framework/Versio ns/1.5.0/Home/lib/...
Started 1 week, 4 days ago (2008-11-22 00:38:00)
by AMellinger
Greetings! I am working on a custom language plugin. First off I want to say that it is great that you have exposed such a rich feature set. Additionally the plugin development has been fairly straightforward so far. My current problem is that I am trying to resolve a reference to
another file in the tree. I'm able to make a ContentIterator and traverse the files (as ...
Started 3 weeks ago (2008-11-12 13:14:00)
by Dmitry Jemerov
Hello Tom, We want to show a dialog where the user can enter an expression resulting in a certain type. We can specify the
source file location defining the scope, so local variables of the method, method parameters or fields should be found. Use PsiElementFactory.createExpressionCodeFragment() to create a PsiCodeFragment instance, then use EditorTextField and call ...
Started 1 week, 6 days ago (2008-11-20 18:48:00)
by Dmitry Jemerov
Hello Jero, Hello, I am a long time
IntelliJ customer. But I have never developed a Plugin. I want to create a Clojure plugin for IntelliJ. I have skimmed the LanguageAPI docs, and it looks pretty straightforward. But there is a lot of it. I am looking for sample code. I am hoping that someone already did a LISP like plugin that I can modify. Or perhaps, there is a ...
Started 3 weeks, 3 days ago (2008-11-08 23:12:00)
by andrep-do
i am using the following code to get anonymous classes. is there a way to get
nested inner classes of the anonymous ones? final PsiElement[] classes = PsiTreeUtil.collectElements(psiElement, new PsiElementFilter() { public boolean isAccepted(final PsiElement e) { return (e instanceof PsiAnonymousClass) && psiElement.equals(PsiTreeUtil.getParentOfType(e, PsiClass.class...
Started 2 weeks ago (2008-11-19 17:16:00)
by softwarevisuali...
Hi, The dependency matrix module first computes a lot of
useful information, then it displays that information. I would like to write a plugin that uses the information that the dependency matrix computes. I would like to display some or all of it in other ways. Can I gain programmatic access to the information the dependency matrix computes? Thank you.
Started 2 weeks, 1 day ago (2008-11-17 22:35:00)
by Guy Mahieu
Hi all, I'm trying to open the main IntelliJ Settings and the Project Structure
dialogs from my plugin code because I want to give the user a quick link to open the correct screen in case a critical setting was not filled in. I couldn't immediately figure out how to do this, and on top of that I want to navigate to the project settings subscreen for my plugin when the error is in ...
Started 2 weeks ago (2008-11-19 02:00:00)
by yoshi
Hi All, i m wondering what javascript engine is intellij using for the debugger? is it rhino? and is the API for the javascript component exposed enough for me to write some kinda profiler plugin for js? i have written simple plugins for UI change, just wondering how hard would it be to write something that gives u a callstack etc, seems like
all the pieces are here now with the ...
Started 2 weeks, 1 day ago (2008-11-18 16:10:00)
by Thibaut
you probably have some issue with caches, as I can see Vendor: Huxhorn Email: contact at lilith dot huxhorn dot de Website: http://lilith.huxhorn.de/idea License: license url Bugtracker page (with the link to http:
//sourceforge.net/tracker2/?group_id=219536 ) Concerning the change notes though I don't see them either, nor can i see them in the IDEA plugin ...