Dan Cioca
- Total activity 363
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 122
-
Created [ANN] Database Navigator 2.0.1285 released
A new version of Database Navigator plugin for IDEA 8.1 was released. (2.0.1285)http://plugins.intellij.net/plugin/?id=1800One of the main features is the regional sensitive display format and inpu... -
Created "IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
The editor creates a dummy token at the position of the cursor when code completion is invoked. This used to be always "IntellijIdeaRulezzz" in 7.0.Now I saw that for "Basic" code completion (Ctrl-... -
Created [ANN] Database Navigator goes IntelliJ IDEA 8.1
Database Navigator plugin has been upgraded to version 8.1 of IntelliJ IDEA - see release 2.0 (1264).The plugin is available for download at http://plugins.intellij.net/plugin/?id=1800.NOTE:The plu... -
Created [HOW-TO] Tab icons on editors with multiple FileEditorProviders
It is known that if several FileEditorProviders accept one type of file, the editor will show distinct tabs at the bottom for each provider.Is there a way to set the icon for these tabs in 8.0?In o... -
Created Limitation on the number of IElementTypes
i keep getting this exception when running my custom language plugin (IDEA build 9712).2009-02-09 14:17:27,843 [ 22906] ERROR - intellij.psi.tree.IElementType - Assertion failed: Too many element... -
Created How to register an InsertHandler with IDEA 8.0 (Diana)
In IDEA 7.0 I used to be able to set the attribute LookupItem.INSERT_HANDLER_ATTR to a com.intellij.codeInsight.completion.LookupItem. This gave me the flexibility to define my own InsertHandler ob... -
Created [ANN] Database Navigator 1.0.459 released
Have released a new version of Database Navigator (1.0.459).http://plugins.intellij.net/plugin/?id=1800Highlights:- Method execution engine: support for executing standalone and package functions a... -
Created [ANN] Database Navigator goes MySQL
A new version (1.0.382) of the Database Navigator plugin has been released:http://plugins.intellij.net/plugin/?id=1800Starting with version 1.0.382, Database Navigator plugin no longer supports onl... -
Created Question to AnnotationHolder.createInfoAnnotation text attributes
I try to overwrite the default highlighting via annotation engine. Nevertheless if my text attributes have foreground color BLACK and no font style (bold / italic), the annotator will not overwrite... -
Created com.intellij.lang.LanguageDialect with idea 7.0
In what extent does intellij7 support language dialects? See there is no screen where language dialects can be associated to files (like in 8.0). Is there any way to do this programmatically?