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
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
Created
April 07, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Sort code completion variants (using LookupItem)
0 votes
Created
April 07, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Sort code completion variants (using LookupItem)
0 votes
Created
May 08, 2007 11:32
Hello Dmitry, Thank you very much! Was exactly what I needed.Dan
Community
IntelliJ IDEA Open API and Plugin Development
Create an Editor for a non physical file
0 votes
Created
May 09, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create an Editor for a non physical file
0 votes
«
First
‹
Previous
Next
›
Last
»