Dan Cioca
- 活动总数 363
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 122
-
创建于 [How To] SpeedSearchBase and Camel Case
Have implemented my speed search for a tree component by extending SpeedSearchBase. Everything works fine except of camel case lookup. Any idea what i can be doing wrong?My retuned elements have to... -
创建于 What happen to XML Code completion in Maia?
Code completion for XML attribute values used to suggest string variants of fields already contained in the file. For some of us this was very useful. Now it is suggesting class names, i.e. all the... -
创建于 [ANN] Database Navigator 2.0.1348 released
A new version of Database Navigator plugin for IDEA 8.1.x is available. (2.0.1348)http://plugins.intellij.net/plugin/?id=1800This release brings several improvements of the parsing engine as well a... -
创建于 "Absolute / Relative references" setting in Project Structure
Does anyone know how to get hold of the configuration value behind "References to resources outside project file directory: Absolute / Relative"?(Project Structure >> General Settings for Project..... -
创建于 [ANN] Database Navigator 2.0.1292 released
A new version of Database Navigator plugin for IDEA 8.1 was released. (2.0.1292)http://plugins.intellij.net/plugin/?id=1800Main achievement is the PL/SQL parser for Oracle. Editors for PL/SQL files... -
创建于 How to select a tab for a file with multiple editor providers
I have a file which is accepted by several providers, hence the editors will show as distinct tabs at the bottom.Is there a way to select one of these editors programmatically? I didn't find out ho... -
创建于 [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...