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
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
Created
September 03, 2007 14:21
Great! This is exactly what i need. Thanks a lot!Dan
Community
IntelliJ IDEA Open API and Plugin Development
Editor diff functionality for custom file system
0 votes
Created
November 08, 2007 14:04
have you tried this?int caretOffset = editor.getCaretModel().getOffset();psiFile.findElementAt(caretOffset);
Community
IntelliJ IDEA Open API and Plugin Development
How do you get a handle to the method the cursor is over?
0 votes
Created
March 26, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Question to ModuleComponent and Configurable
0 votes
Created
February 13, 2008 15:52
Great! Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
How to create temporary (red-framed) ranges in text editor
0 votes
Created
February 13, 2008 15:51
Didn't really find the reason, but redoing that particular form seemed to work.
Community
IntelliJ IDEA Open API and Plugin Development
ANT javac2 error - "Content is not allowed in prolog"
0 votes
Created
April 09, 2008 12:15
Great! Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Question to LocalFileSystem ignored files
0 votes
«
First
‹
Previous
Next
›
Last
»