主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2013年05月26日 19:32
The platform is capable of making custom IDE''s,and you basically have to provide a "main plugin" - like Ruby for RubyMine.Read this thread: http://devnet.jetbrains.com/thread/291031?tstart=30
社区
IntelliJ IDEA Open API and Plugin Development
Building new IDE on top of intellij open platform
0 票
创建于
2013年05月26日 19:23
Perhaps this will help?You implement an exetnsion point so that the platform knows about you.Here are 3 you should look at: <configurationType id="Lua" implementation="com.sylvanaar.idea.Lua...
社区
IntelliJ IDEA Open API and Plugin Development
persisting a run/debug configuration
0 票
创建于
2013年09月25日 02:31
I'll be very interested in seeing it. I know when I first started - they specifically mentioned that doing a plugin using a parser generator would be a real challenge.
社区
IntelliJ IDEA Open API and Plugin Development
Clearing plugins-sandbox automatically
0 票
创建于
2013年09月16日 18:14
Thansk Dmitry - I should have known to look there.
社区
IntelliJ IDEA Open API and Plugin Development
Build Number -> Platform Version
0 票
创建于
2013年09月15日 05:51
You can store unique values as UserData (putUserData) on any psi element, That data will survive a PSI tree merge assuming rhe PsiElement does. That might help with your disappearing nodes problem....
社区
IntelliJ IDEA Open API and Plugin Development
tracking gutter icon locations reliably
0 票
创建于
2013年10月10日 00:19
In order for the binding library I am using to work it woiud require an interface, and in the API currently everything is an abstract class. I will have to make an adapter class that I can instanti...
社区
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 票
创建于
2013年09月25日 06:26
So dump out your tokens in both cases, along with their char ranges. Perhaps you can use the PsiViewer.When the document changes there is a time where the text does not match the PSI tree until the...
社区
IntelliJ IDEA Open API and Plugin Development
Editing document yields exception; wrong index into buffer
0 票
创建于
2013年09月26日 02:17
Basically the job of the lexer is to turn the entire contents of the file into a token stream that is used as the representation of the document from then on you have to emit a stream that covers t...
社区
IntelliJ IDEA Open API and Plugin Development
Editing document yields exception; wrong index into buffer
0 票
创建于
2013年09月30日 01:16
By the way, If there is any way that PsiViewer could make this any easier - let Colin and I know. There are already some features to help you write unit tests using IDEA's unit testing framework.I ...
社区
IntelliJ IDEA Open API and Plugin Development
Editing document yields exception; wrong index into buffer
0 票
创建于
2013年09月27日 17:54
Are you modifying the PsiTree without having a write lock on it?http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview?focusedCommentId=20816#IntelliJIDEAArchitectural...
社区
IntelliJ IDEA Open API and Plugin Development
threading issues still
0 票
«
第一页
‹
上一页
下一页
›
最后
»