Dan Cioca
- Total activity 363
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 122
-
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? -
Created [ANN] Database Navigator 1.0.303 released
A new version of Database Navigator has been released (1.0.303). This is mainly a technical release, containing major redesign of the language parser engine. Reason, support multiple SQL dialects. ... -
Created How to make idea aware of TODOs within custom language
The todo’s within comments for my custom language do not seem to be taken in consideration by the IDE. Is there something I have to implement in addition to ParserDefinition.getCommentTokens()? -
Created Is version control "Incoming" changes tool window working?
I never get any items in the "Incoming" or "Repository" lists of the "Changes" tool window. "Browse Changes..." feature also does not return any results. Tried to query the version control server w... -
Created Is there something like ReadonlyModificationHandler for read-only Document?
The modification of a guarded block in the document is customizable via ReadonlyFragmentModificationHandler. Is there something similar for a readonly Document (Document.setReadonly(true))?The appl...