主页
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年03月20日 01:01
..
社区
IntelliJ IDEA Open API and Plugin Development
Trigger progress indicator within Daemon code analyzer (ProgressManager)
0 票
创建于
2007年05月09日 15:48
Hi Hugo,How did you implement the multi-tabbed editor? I need to do something similar... I want to display spec and body of an oracle package in the same editor but under different tabs.Could you g...
社区
IntelliJ IDEA Open API and Plugin Development
Multi-tabbed editor
0 票
创建于
2007年07月14日 16:25
Hi Jay,where did you register your custom implementation of ParameterInfoHandler?Can you give me some hints on that?Thanks,Dan
社区
IntelliJ IDEA Open API and Plugin Development
Parameter Info
0 票
创建于
2007年07月20日 07:53
Cool! Thanks a lot!
社区
IntelliJ IDEA Open API and Plugin Development
Parameter Info
0 票
创建于
2007年07月17日 10:15
The same with 6833.Even more, .class files are also not cleaned-up in sandbox deployment dirs. After renaming classes, the old classes still remain in the plugin deployment output. Rebuild doesn't ...
社区
IntelliJ IDEA Open API and Plugin Development
Running plugin doesn't remove unneeded libs from sandbox
0 票
创建于
2007年07月09日 19:38
No. It is not an injected language. I identified some other issues while injecting it thru IntelliLang, but that's something different. My approach is quite different than suggested in the openapi ...
社区
IntelliJ IDEA Open API and Plugin Development
Autopopup code completion in custom language
0 票
创建于
2007年07月11日 12:10
I implemented the getVariants only for one specific PsiElement, the one which is representing one executable sql statement. This is also the scope I use for certain decisions.In this implementation...
社区
IntelliJ IDEA Open API and Plugin Development
Autopopup code completion in custom language
0 票
创建于
2007年07月11日 15:46
No. Of course not. I have a proper Psi structure. While debugging the code completion i found out that getVariants is called progressively from the virtual IJRulezzzz element, up to the containing ...
社区
IntelliJ IDEA Open API and Plugin Development
Autopopup code completion in custom language
0 票
创建于
2007年07月11日 12:31
I think your "#foreach" issue is a matter of the order of your token definitions.if your lexer looks for the token "#' first, it will never ever resolve your "#foreach" token, because only the stri...
社区
IntelliJ IDEA Open API and Plugin Development
Highlighting lexer question
0 票
创建于
2007年09月03日 13:52
Thank you Dmitry, think i've got the point. Still have two more questions on this:1. Is there an openapi utility to identify differences (e.g. start/end offsets) between two editable contents (byte...
社区
IntelliJ IDEA Open API and Plugin Development
Editor diff functionality for custom file system
0 票
«
第一页
‹
上一页
下一页
›
最后
»