Dan Cioca
- 活动总数 363
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 122
-
创建于 [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. -
创建于 [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.... -
创建于 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? -
创建于 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? -
创建于 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(... -
创建于 [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... -
创建于 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... -
创建于 [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)? -
创建于 [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... -
创建于 [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...