Dan Cioca
- Total activity 363
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 122
-
Created [HOW-TO] change icon for editor IntentionActions
Obviously this is possible just by looking at the various intention actions in the editor. Still, was not able to find out how, just by looking at the IntentionAction interface. Appreciate any hint. -
Created [ANN] Database Navigator 3.0.1844 released
A new version of Database Navigator plugin for IntelliJ IDEA (and related products) was released (3.0.1844)See release notes and download the plugin in the repository page: http://plugins.intellij.... -
Created Question to "navigation bar"
Is the navigation bar on the the top of the editors PSI centric, or can it be extended to display navigation paths for editors with no PSI structure? -
Created Plugin manager: 413 Request Entity Too Large
Trying to upload my plugin on the plugin repository page fails with "413 Request Entity Too Large". The plugin package is round 5 MB. Is there a new limitation on the plugin size? -
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...