主页
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年09月03日 14:21
Great! This is exactly what i need. Thanks a lot!Dan
社区
IntelliJ IDEA Open API and Plugin Development
Editor diff functionality for custom file system
0 票
创建于
2007年11月08日 14:04
have you tried this?int caretOffset = editor.getCaretModel().getOffset();psiFile.findElementAt(caretOffset);
社区
IntelliJ IDEA Open API and Plugin Development
How do you get a handle to the method the cursor is over?
0 票
创建于
2008年03月26日 19:42
Hello Dmitry,sorry, I guess I was wrong about ModuleRootManager. I thought it implements com.intellij.openapi.options.Configurable. As I learned, a class implementing both Configurable and ModuleCo...
社区
IntelliJ IDEA Open API and Plugin Development
Question to ModuleComponent and Configurable
0 票
创建于
2008年02月13日 15:52
Great! Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
How to create temporary (red-framed) ranges in text editor
0 票
创建于
2008年02月13日 15:51
Didn't really find the reason, but redoing that particular form seemed to work.
社区
IntelliJ IDEA Open API and Plugin Development
ANT javac2 error - "Content is not allowed in prolog"
0 票
创建于
2008年04月09日 12:15
Great! Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Question to LocalFileSystem ignored files
0 票
创建于
2008年04月07日 11:10
Yann, thanks a lot! Works perfectly. Even though LookupValueWithPriority has only three presets (NORMAL, HIGHER, HIGH), it seem to accept and properly work with different values as well.Great! Than...
社区
IntelliJ IDEA Open API and Plugin Development
Sort code completion variants (using LookupItem)
0 票
创建于
2008年04月07日 21:08
Thanks Peter! Actually i used the setPriority() approach. Following the hint from Yann, i looked up how this interface is used when creating the LookupItem. The comparing algorithm is also in place...
社区
IntelliJ IDEA Open API and Plugin Development
Sort code completion variants (using LookupItem)
0 票
创建于
2007年05月08日 11:32
Hello Dmitry, Thank you very much! Was exactly what I needed.Dan
社区
IntelliJ IDEA Open API and Plugin Development
Create an Editor for a non physical file
0 票
创建于
2007年05月09日 20:34
Hello Dmitry,so far so good... i am able to open a custom virtual file in the editor, nevertheless only the highlighter is being triggered, the parser not...What can I possible do wrong here?Thanks...
社区
IntelliJ IDEA Open API and Plugin Development
Create an Editor for a non physical file
0 票
«
第一页
‹
上一页
下一页
›
最后
»