Dan Cioca
- 活动总数 363
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 122
-
创建于 Results due date for plugin contest (31.Jan.2007?!!)
..i'm talking about the "The IntelliJ IDEAL Plugin Contest is now CLOSED" announcement on the ij plugins homepage. I'm sure everyone is aware that Jan 2008 was meant.. but couldn't hold it... :) -
创建于 [ANN] Database Navigator 1.0.125 released
Have released a new version of the Database Navigator plugin. http://plugins.intellij.net/plugin/?id=1800The release is more technical than functional, containing mainly a technically redesigned br... -
创建于 Question about debugger api (com.intellij.debugger.*)
is this api generic enough to be able to wrap something like oracle debugging engine (SYS.DBMS_DEBUG)?I plan to enhance db navigator plugin with debugging facilities. The DBMS_DEBUG utility provide... -
创建于 [ANN] Database Navigator 1.0.117 released
Have released a new minor version of Database Navigator.The plugin is available for download at http://plugins.intellij.net/plugin/?id=1800Note:The ID of the plugin has changed so you may need to u... -
创建于 How to enable "Search>>Find" functionality for non-text FileEditor
Find functionality only gets enabled for text editors. (Menu: Search>> Find...)I have a tabular data editor, which I need to enhance with search functionality. Is there a way to aggregate the stand... -
创建于 Idea 7.0 license for plugin contest participants
Since every contest participant hopes to win something, and a license of intellij 7.0 is part of almost every prize, I don't think anyone considers buying an upgrade before the contest is over. Is ... -
创建于 How to enable "Go To Line" (Ctrl+G) for non text FileEditors
I have implemented com.intellij.openapi.fileEditor.FileEditor for editing data coming from a database table. The main component of the editor is a JTable, populated from an editable ResultSet.I wan... -
创建于 How to handle exceptions within FileEditorProvider.createEditor()
My file editor provider loads the editable content from a database, content which may not always be available. In bad cases a SQLException is thrown which I can catch and display a proper message..... -
创建于 How to create an ActionToolbar with visible captions (menu-like)
Need to create a panel with actions similar to a menu list. The only method i found is ActionManager.getInstance().createActionToolbar(...)But this is creating an action toolbar which can be vertic... -
创建于 Editor diff functionality for custom file system
Need to provide diff functionality to my custom file system.I have a database file system, providing source code for editing in a standard text editor. Changes in the editor are not automatically s...