Dan Cioca
- Total activity 363
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 122
-
Created Where is com.intellij.ui.table.JBTable packaged?
Was trying to tweek the behavior of the tables in intellij and wanted to patch the JBTable classes directly in the distribution jars in my installation folder. But was not able to locate the class(... -
Created [ANN] Database Navigator 3.0.1768 released
A new version of the Database Navigator plugin is available (3.0.1768)http://plugins.intellij.net/plugin/?idea&id=1800New features:- object filters (which objects to be displayed in the database br... -
Created Questions to MessageBus
I try to use FileEditorManagerListener and ModuleListener notifications over MessageBus, but the listener events do not seem to be propagated down to my listeners.When do i need to subscribe to the... -
Created [HOW TO] highlight identifier under caret in custom language
How can I implement identifier/reference highlighting in a custom language (Colors&Forms > General > Identifier under caret)? -
Created [HOW TO] Trim right edges of a Document programmatically
I see that when saving a com.intellij.openapi.editor.Document, the right edges are being trimmed. Is there a way to call this functionality? My virtual files are not local file system files, and sa... -
Created [HOW TO] Make a non-modal DialogWrapper to stay on top?
How can i make a DialogWrapper to stay on top but still be non modal? I see this is possible by looking at the "Find / Replace in Path" dialogs. You can click away from the dialog in the main windo... -
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...