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
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
Created
September 03, 2009 08:21
Hello Nikolay,no, i do not see any exceptions in the log file while placing beakpoints.
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
September 07, 2009 14:32
The files come from my custom database file system. File type is resolved by the file system so the extension is not really needed in my case. Anyhow, i faked the system by using a dummy extension,...
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
November 25, 2009 19:43
Have tried to use IChameleonElementType approach for my language injection, yet i am not able to get the highlighter to work. The embedded language does not get highlighted.Do i need to implement L...
Community
IntelliJ IDEA Open API and Plugin Development
IChameleonElementType and language highlighting
0 votes
Created
November 23, 2009 09:55
start by looking into com.intellij.openapi.project.DumbAware. Elements extending DumbAware do not need to wait for indexing to complete. You can use it for several components, like actions, inspect...
Community
IntelliJ IDEA Open API and Plugin Development
Keeping tool window enabled while IDEA in "dumb" mode
0 votes
«
First
‹
Previous
Next
›
Last
»