主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2011年04月17日 02:30
Lol I already did that.http://plugins.intellij.net/plugin/?idea&id=6025
社区
IntelliJ IDEA Open API and Plugin Development
Lisp custom language plugin
0 票
创建于
2011年03月18日 16:55
I was curious so I looked into this a little. Take this with a grain of salt because I could be wrong about all of it.It looks like you replace the default ctrl-w handler via the editorActionHandl...
社区
IntelliJ IDEA Open API and Plugin Development
How to add support for new symbol patterns?
0 票
创建于
2011年06月06日 12:07
Sorry I didn't realize that had been updated. Thanks Dmitry!
社区
IntelliJ IDEA Open API and Plugin Development
IntelliJ X Version Number
0 票
创建于
2011年05月23日 21:48
Yes. I have double checked to be sure. The only thing I can think of is that its some sort of race condition, since I fetch the data on a background thread.
社区
IntelliJ IDEA Open API and Plugin Development
Anyone with experience implementing a debugger that may have run into this issue?
0 票
创建于
2011年05月30日 10:01
I do. I create the stack frames every time as new objects. I didn't realize that would have other ramifications. That must be the problem!
社区
IntelliJ IDEA Open API and Plugin Development
Anyone with experience implementing a debugger that may have run into this issue?
0 票
创建于
2011年06月25日 08:28
Here is an example of an exception in my unit test. It shows that my file isn't even read as my custom language on the TeamCity server.junit.framework.ComparisonFailure: null expected:<[Lua script:...
社区
IntelliJ IDEA Open API and Plugin Development
Running Unit Tests On An IDEA Plugin Project Under Teamcity
0 票
创建于
2011年06月09日 20:57
Did you make new IElementTypes for your PSI elements? It looks like you are using the lexer token types.Have you installed the PSIViewer Addon? It is a must for debugging this sort of thing.When yo...
社区
IntelliJ IDEA Open API and Plugin Development
Parser Startup Errors
0 票
创建于
2011年09月06日 19:24
The documentation is the source really. That is something that you will have to get used to.You can always ask questions here. Dmitry is really good about answering them
社区
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 票
创建于
2011年08月21日 04:50
It really seems like you could do most of this already. You can already browese Jar files in IntelliJ - but they are read-only.All you would need to do, is to write a plugin to watch for edits to t...
社区
IntelliJ IDEA Open API and Plugin Development
Can I write a plugin that handles an archive (containing sources) as if it where extracted?
0 票
创建于
2011年08月06日 20:18
I just added templates to my plugin yesterday. It was a little confusing.All you have to do is put the templates in fileTemplates or one of its subfolders make sure that you have named the files co...
社区
IntelliJ IDEA Open API and Plugin Development
How do I register class templates from plugin?
0 票
«
第一页
‹
上一页
下一页
›
最后
»