Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dan Cioca
Total activity
363
Last activity
May 19, 2023 09:38
Member since
December 05, 2006 15:28
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
122
Activity overview
Posts (86)
Comments (154)
Sort by recent activity
Recent activity
Votes
Created
March 20, 2007 01:01
..
Community
IntelliJ IDEA Open API and Plugin Development
Trigger progress indicator within Daemon code analyzer (ProgressManager)
0 votes
Created
May 09, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Multi-tabbed editor
0 votes
Created
July 14, 2007 16:25
Hi Jay,where did you register your custom implementation of ParameterInfoHandler?Can you give me some hints on that?Thanks,Dan
Community
IntelliJ IDEA Open API and Plugin Development
Parameter Info
0 votes
Created
July 20, 2007 07:53
Cool! Thanks a lot!
Community
IntelliJ IDEA Open API and Plugin Development
Parameter Info
0 votes
Created
July 17, 2007 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Running plugin doesn't remove unneeded libs from sandbox
0 votes
Created
July 09, 2007 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Autopopup code completion in custom language
0 votes
Created
July 11, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Autopopup code completion in custom language
0 votes
Created
July 11, 2007 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Autopopup code completion in custom language
0 votes
Created
July 11, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Highlighting lexer question
0 votes
Created
September 03, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Editor diff functionality for custom file system
0 votes
«
First
‹
Previous
Next
›
Last
»