Dan Cioca
- Total activity 363
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 122
-
Created [ANN] Database Navigator 3.0.1753 released
A new version of Database Navigator plugin is available (3.0.1753)http://plugins.intellij.net/plugin/?id=1800Main new feature is the CLOB editor with content type selector. The feature is still exp... -
Created [ANN] Database Navigator 3.0.1658 released (PL/SQL Debugger)
A new version of Database Navigator plugin is available (3.0.1658)http://plugins.intellij.net/plugin/?id=1800The main achievement in this release is the Oracle PL/SQL debugger.The debugger wraps th... -
Created META-INF\plugin.xml being created in project root folder
Even though I configured "Path to META-INF\plugin.xml" in my source folder, the IDE keeps creating one in the project root folder.This has no impact on the deployment of the plugin, but still, it i... -
Created IChameleonElementType and language highlighting
I understand that IChameleonElementType is the right way to go if I want to inject a language in another, and that the main language has to return a single token of type IChameleonElementType for t... -
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...