Dan Cioca
- Total activity 363
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 122
-
Created 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... :) -
Created [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... -
Created 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... -
Created [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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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..... -
Created 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... -
Created 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...