主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dan Cioca
活动总数
363
最后的活动
2023年05月19日 09:38
成员加入日期
2006年12月05日 15:28
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
122
活动概览
帖子(86)
评论(154)
按最近的活动排序
最近的活动
投票数
创建于
2007年05月18日 19:30
cool! :)
社区
IntelliJ IDEA Open API and Plugin Development
How to determine what type of code completion was invoked
0 票
创建于
2009年02月16日 16:56
Great! Thanks! this works fine.
社区
IntelliJ IDEA Open API and Plugin Development
How to determine what type of code completion was invoked
0 票
创建于
2009年02月08日 12:41
Thanks Peter,I obviously overlooked the setInsertHandler() getInsertHandler() methods of LookupItem. :-)
社区
IntelliJ IDEA Open API and Plugin Development
How to register an InsertHandler with IDEA 8.0 (Diana)
0 票
创建于
2009年06月13日 06:55
To come back on this, is there a way to define root PsiBlocks which trigger the parser only for the given section in the document, when the edit operation takes place within this block? This would ...
社区
IntelliJ IDEA Open API and Plugin Development
Why is the parser being triggered for every Return stroke?
0 票
创建于
2009年06月04日 11:00
For providing a separate editor tab you need to implement your own FileEditorProvider. This can replace the default one or appear as a separate editor tab at the bottom of main editor, depending on...
社区
IntelliJ IDEA Open API and Plugin Development
UI for XML Document
0 票
创建于
2009年04月03日 12:54
You can not use JTextPane but you can create a proper editor component instead.PsiFile file = PsiFileFactory.getInstance(project).createFileFromText(...) - create a fileDocument document = PsiDocum...
社区
IntelliJ IDEA Open API and Plugin Development
JTextPane with XML-code highlight
0 票
创建于
2009年04月14日 18:38
Hello Dmitry,many thanks for the feedback. Have created http://www.jetbrains.net/jira/browse/IDEA-22628 and http://www.jetbrains.net/jira/browse/IDEA-22629.I solved my problem with some ugly workar...
社区
IntelliJ IDEA Open API and Plugin Development
How to select a tab for a file with multiple editor providers
0 票
创建于
2009年08月19日 15:13
Hi Maxim,are there any updates on this. Is com.intellij.xdebugger.* the new package? Are there any examples of plugins already using this? I know that js debugger was developed recently, but didn't...
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2009年08月20日 11:13
Ok, regarding the naming of the api is quite intuitive and straight, so it gives you a clue on what needs to be done. Still there are some things which are not obvious just by looking at the names ...
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2009年08月30日 17:19
Hello Nikolay,thanks for the helpful hints. I reached so far that I have a new breakpoint type which only accepts my custom language files. Now is see that the methods canPutAt() and createBreakpoi...
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
«
第一页
‹
上一页
下一页
›
最后
»