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