主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2011年02月17日 22:37
That works great, thank you! For the record, here's what I did: EditorActionManager manager = EditorActionManager.getInstance(); EditorActionHandler replEnterAction = new REPLEnterAction(mana...
社区
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 票
创建于
2011年02月25日 19:29
Hi Hanns,I don't think the Javadocs are online anywhere now that the source code is open.Cheers,Colin
社区
IntelliJ IDEA Open API and Plugin Development
"Open API" API online resource?
0 票
创建于
2011年03月02日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Brace matching problem
0 票
创建于
2011年02月17日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Terminating a Language Console?
0 票
创建于
2011年02月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Terminating a Language Console?
0 票
创建于
2011年05月05日 16:04
Hehe, pretty much, except with popcorn!
社区
IntelliJ IDEA Open API and Plugin Development
Integrating into JUnit results
0 票
创建于
2011年03月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to add support for new symbol patterns?
0 票
创建于
2011年04月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Close toolwindow on startup?
0 票
创建于
2011年05月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Launching a process in debug mode...
0 票
创建于
2011年06月23日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 票
«
第一页
‹
上一页
下一页
›
最后
»