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
May 18, 2007 19:30
cool! :)
Community
IntelliJ IDEA Open API and Plugin Development
How to determine what type of code completion was invoked
0 votes
Created
February 16, 2009 16:56
Great! Thanks! this works fine.
Community
IntelliJ IDEA Open API and Plugin Development
How to determine what type of code completion was invoked
0 votes
Created
February 08, 2009 12:41
Thanks Peter,I obviously overlooked the setInsertHandler() getInsertHandler() methods of LookupItem. :-)
Community
IntelliJ IDEA Open API and Plugin Development
How to register an InsertHandler with IDEA 8.0 (Diana)
0 votes
Created
June 13, 2009 06:55
To come back on this, is there a way to define root PsiBlocks which trigger the parser only for the given section in the document, when the edit operation takes place within this block? This would ...
Community
IntelliJ IDEA Open API and Plugin Development
Why is the parser being triggered for every Return stroke?
0 votes
Created
June 04, 2009 11:00
For providing a separate editor tab you need to implement your own FileEditorProvider. This can replace the default one or appear as a separate editor tab at the bottom of main editor, depending on...
Community
IntelliJ IDEA Open API and Plugin Development
UI for XML Document
0 votes
Created
April 03, 2009 12:54
You can not use JTextPane but you can create a proper editor component instead.PsiFile file = PsiFileFactory.getInstance(project).createFileFromText(...) - create a fileDocument document = PsiDocum...
Community
IntelliJ IDEA Open API and Plugin Development
JTextPane with XML-code highlight
0 votes
Created
April 14, 2009 18:38
Hello Dmitry,many thanks for the feedback. Have created http://www.jetbrains.net/jira/browse/IDEA-22628 and http://www.jetbrains.net/jira/browse/IDEA-22629.I solved my problem with some ugly workar...
Community
IntelliJ IDEA Open API and Plugin Development
How to select a tab for a file with multiple editor providers
0 votes
Created
August 19, 2009 15:13
Hi Maxim,are there any updates on this. Is com.intellij.xdebugger.* the new package? Are there any examples of plugins already using this? I know that js debugger was developed recently, but didn't...
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
August 20, 2009 11:13
Ok, regarding the naming of the api is quite intuitive and straight, so it gives you a clue on what needs to be done. Still there are some things which are not obvious just by looking at the names ...
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
August 30, 2009 17:19
Hello Nikolay,thanks for the helpful hints. I reached so far that I have a new breakpoint type which only accepts my custom language files. Now is see that the methods canPutAt() and createBreakpoi...
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
«
First
‹
Previous
Next
›
Last
»