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