主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dan Cioca
活动总数
363
最后的活动
2023年05月19日 09:38
成员加入日期
2006年12月05日 15:28
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
122
活动概览
帖子(86)
评论(154)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2009年09月03日 08:21
Hello Nikolay,no, i do not see any exceptions in the log file while placing beakpoints.
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2009年09月07日 14:32
The files come from my custom database file system. File type is resolved by the file system so the extension is not really needed in my case. Anyhow, i faked the system by using a dummy extension,...
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2009年11月25日 19:43
Have tried to use IChameleonElementType approach for my language injection, yet i am not able to get the highlighter to work. The embedded language does not get highlighted.Do i need to implement L...
社区
IntelliJ IDEA Open API and Plugin Development
IChameleonElementType and language highlighting
0 票
创建于
2009年11月23日 09:55
start by looking into com.intellij.openapi.project.DumbAware. Elements extending DumbAware do not need to wait for indexing to complete. You can use it for several components, like actions, inspect...
社区
IntelliJ IDEA Open API and Plugin Development
Keeping tool window enabled while IDEA in "dumb" mode
0 票
«
第一页
‹
上一页
下一页
›
最后
»