主页
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年09月07日 10:55
Hi Nikolay,the breakpoints are visible in the Breakpoints dialog. The fact that the breakpoints are not showing up in the editor has probably to do with the fact that the files which I am placing b...
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2009年09月09日 09:22
I am using a custom editor provider that returns a TextEditor from createEditor(). The reason for having several providers is the fact that I use several views for the same database file (e.g. for ...
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2009年09月10日 15:59
I use TextEditorProvider.createEditor(), but I wrap the returned editor in my own class implementing TextEditor. I did the wrapping to be able to return a different value from getName() instead of ...
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2009年10月01日 11:51
To revive this thread... I have found the problem. It is the misuse of the multiple editor providers to show different contents for the same file, by presenting two different virtual files to each ...
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2010年01月27日 11:01
the answer is DocumentEx.stripTrailingSpaces()
社区
IntelliJ IDEA Open API and Plugin Development
[HOW TO] Trim right edges of a Document programmatically
0 票
创建于
2010年01月19日 19:58
Indeed, seems to be working now. Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Re: Values for since-build in <idea-version> of plugin.xml?
0 票
创建于
2010年01月18日 16:07
Indeed, it is as simple as that. Was expecting a non modal dialog to float somewhere behind the main window. Guess my awt/swing skills are not the strongest...
社区
IntelliJ IDEA Open API and Plugin Development
[HOW TO] Make a non-modal DialogWrapper to stay on top?
0 票
创建于
2010年05月27日 22:34
Oh, i see... thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Where is com.intellij.ui.table.JBTable packaged?
0 票
创建于
2010年11月16日 17:16
Thanks for the tip. Certainly useful for navigating within a file.Still, my use case is trying to emulate database path (like CONNECTION > DATABASE > SCHEMA > FUNCTION), where every other element b...
社区
IntelliJ IDEA Open API and Plugin Development
Question to "navigation bar"
0 票
创建于
2011年03月04日 15:46
Have had the same issues with my plugin, and learned that startup indexing is somehow using the lexers asynchronously, or the lifecycle of a lexing event is not defined properly (as they seem to be...
社区
IntelliJ IDEA Open API and Plugin Development
Transient Lexer Errors In My Custom Language Plugin When Starting The IDE
0 票
«
第一页
‹
上一页
下一页
›
最后
»