My account: Login | Sign Up
Loading... 

Open API | Forum profile

Forum profile page for Open API on http://www.intellij.net. This report page is the aggregated overview from a single forum: Open API, located on the Message Board at http://www.intellij.net. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Open API" on the Message Board at http://www.intellij.net is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Support Forums: Forum Home - Open API (site profile, domain info intellij.net)
Title: Open API
Url: http://www.intellij.net/forums/forum.jspa?forum...
Users activity: 17 post per thread
Forum activity: 0 active threads during last week
 

Posting activity on Open API:

  Week Month 3 Months
Threads: 0 53 139
Post: 0 87 238
 

Open API Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

No active authors during last week.

 

Latest active threads on Open API::

Support Forums: Forum Home
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...
Thread:  Show this thread (7 posts)   Thread info: JTextPane and VK_HOME Size: 3,448 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "JTextPane and VK_HOME :: Open API :: Support Forums: Forum Home"
Support Forums: Forum Home
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/...
Thread:  Show this thread (1 post)   Thread info: Missing tools.jar exception running Mac OS X Size: 3,173 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Missing tools.jar exception running Mac OS X :: Open API :: Support Forums: Forum Home"
Support Forums: Forum Home
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 ...
Thread:  Show this thread (1 post)   Thread info: Custom Language plugin file traversal Size: 729 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Custom Language plugin file traversal :: Open API :: Support Forums: Forum Home"
Support Forums: Forum Home
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 ...
Thread:  Show this thread (6 posts)   Thread info: Expression input field with code completion Size: 937 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Expression input field with code completion :: Open API :: Support Forums: Forum Home"
Support Forums: Forum Home
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 ...
Thread:  Show this thread (3 posts)   Thread info: Clojure Plugin Size: 1,330 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Clojure Plugin :: Open API :: Support Forums: Forum Home"
Support Forums: Forum Home
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...
Thread:  Show this thread (5 posts)   Thread info: Get inner classe(s) of anoynmous class Size: 588 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Get inner classe(s) of anoynmous class :: Open API :: Support Forums: Forum Home"
Support Forums: Forum Home
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.
Thread:  Show this thread (3 posts)   Thread info: programmatic access to dependency matrix information? Size: 495 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "programmatic access to dependency matrix information? :: Open API :: Support Forums: Forum Home"
Support Forums: Forum Home
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 ...
Thread:  Show this thread (4 posts)   Thread info: Opening the Intellij Settings and Project structure dialogs from code Size: 709 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Opening the Intellij Settings and Project structure dialogs from code :: Open API :: Support Forums: Forum Home"
Support Forums: Forum Home
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 ...
Thread:  Show this thread (2 posts)   Thread info: intellij 8 javascript engine? Size: 556 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "intellij 8 javascript engine? :: Open API :: Support Forums: Forum Home"
Support Forums: Forum Home
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 ...
Thread:  Show this thread (1 post)   Thread info: Question about , memory-leak, updated plugin-infos... Size: 738 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Question about  , memory-leak, updated plugin-infos... :: Open API :: Support Forums: Forum Home"
 

Hot threads for last week on Open API::

No active threads for last week.