Dan Cioca

- Total activity 359
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 121
-
Created [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... -
Created 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... -
Created [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... -
Created "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..... -
Created [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... -
Created 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... -
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...