Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Colin Fleming
Total activity
1477
Last activity
August 28, 2024 19:36
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
484
Activity overview
Posts (205)
Comments (788)
Sort by recent activity
Recent activity
Votes
Created
February 17, 2011 22:37
That works great, thank you! For the record, here's what I did: EditorActionManager manager = EditorActionManager.getInstance(); EditorActionHandler replEnterAction = new REPLEnterAction(mana...
Community
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 votes
Created
February 25, 2011 19:29
Hi Hanns,I don't think the Javadocs are online anywhere now that the source code is open.Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
"Open API" API online resource?
0 votes
Created
March 02, 2011 23:45
I found the problem, my lexer (for reasons long forgotten) returned an EOF token at the end of parsing instead of null, and this was breaking the brace matching logic.
Community
IntelliJ IDEA Open API and Plugin Development
Brace matching problem
0 votes
Created
February 17, 2011 22:41
Can anyone give me any pointers on this? I've been looking through the source code without any joy, I also tried the reflection trick and that doesn't work either. Any pointers would be gratefully ...
Community
IntelliJ IDEA Open API and Plugin Development
Terminating a Language Console?
0 votes
Created
February 18, 2011 09:34
In case anyone else is interested in doing this, I managed to do this with some simple Swing: SchemeConsole console = consoleView.getConsole(); JComponent component = consoleView.getC...
Community
IntelliJ IDEA Open API and Plugin Development
Terminating a Language Console?
0 votes
Created
May 05, 2011 16:04
Hehe, pretty much, except with popcorn!
Community
IntelliJ IDEA Open API and Plugin Development
Integrating into JUnit results
0 votes
Created
March 18, 2011 17:14
Thanks for the reply. I've looked into this a little too and found something for the first problem (expanding the selection) - it looks like the default word selection is done in com.intellij.codeI...
Community
IntelliJ IDEA Open API and Plugin Development
How to add support for new symbol patterns?
0 votes
Created
April 10, 2011 13:14
Thanks for the suggestion, I finally got a chance to try this and it sort of works. I'd tried something similar with a project component, the problem is that the window is still open when the proje...
Community
IntelliJ IDEA Open API and Plugin Development
Close toolwindow on startup?
0 votes
Created
May 12, 2011 08:59
Hi Carson,What you want is the LanguageConsole functionality, which is new in IDEA X. It allows you to have a REPL, basically, which it sounds like is what you want. It'll give you history, editing...
Community
IntelliJ IDEA Open API and Plugin Development
Launching a process in debug mode...
0 votes
Created
June 23, 2011 08:53
On a related note, is it possible to programatically register extensions? I have a similar use case to this where I would like to support different implementations of my custom language, which can ...
Community
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 votes
«
First
‹
Previous
Next
›
Last
»