Dan Cioca
- 活动总数 363
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 122
-
创建于 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... -
创建于 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... -
创建于 [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... -
创建于 [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... -
创建于 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... -
创建于 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? -
创建于 [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. ... -
创建于 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()? -
创建于 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... -
创建于 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...