Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dan Cioca
Total activity
363
Last activity
May 19, 2023 09:38
Member since
December 05, 2006 15:28
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
122
Activity overview
Posts (86)
Comments (154)
Sort by recent activity
Recent activity
Votes
Created
April 14, 2009 10:39
Hello John,this looks to me more like a JRE problem, rather than a driver one.The plugin was compiled with java 1.6. Can you please make sure your IntelliJ environment runs with 1.6?Regards,DanPS. ...
Community
IntelliJ IDEA Plugin Users
[ANN] Database Navigator 2.0.1285 released
0 votes
Created
April 15, 2009 10:33
Hello John,well I hope it meets your expectations.. :-) I never tested it on mac. Especially the GUI may be a bit weird, although I tried to avoid hardcoded colors and dimensions for the GUI compon...
Community
IntelliJ IDEA Plugin Users
[ANN] Database Navigator 2.0.1285 released
0 votes
Created
May 08, 2009 13:02
Hi John,I gave it a try some days ago with compiling and running the plugin with java 5, and I experienced some backward compatibility issues and some small GUI problems which will require a separa...
Community
IntelliJ IDEA Plugin Users
[ANN] Database Navigator 2.0.1285 released
0 votes
Created
April 07, 2015 12:21
DDL guided actions are not implemented in DBNavigator (yet). So far you can only use plain SQL ddl statements to perform such changes. Even DDL language support itself is still work-in-progress (i....
Community
IntelliJ IDEA Plugin Users
DBNavigator - how do I add/remove columns from Table?
0 votes
Created
February 18, 2008 23:02
Uploaded a new version (1.0.183). Forgot some scissors in the patient.. - sql editor intentions were programmatically disabled - statement execution tool-action was breaking under circumstances1.0...
Community
IntelliJ IDEA Plugin Users
[ANN] Database Navigator 1.0.179 released
0 votes
Created
April 08, 2008 21:40
Have uploaded version 1.0.286 containing fixes for critical issues introduced with 1.0.283. Version 1.0.283 no longer avaiable.
Community
IntelliJ IDEA Plugin Users
[ANN] Database Navigator 1.0.283 released
0 votes
Created
April 11, 2008 21:16
yet another minor release (1.0.289) due to compatibility issues with older oracle versions.
Community
IntelliJ IDEA Plugin Users
[ANN] Database Navigator 1.0.283 released
0 votes
Created
March 17, 2008 11:54
Try using ProgressManager.getInstance(). You can start your own Runnables in background or modal.ProgressManager.getInstance().getProgressIndicator() gives you the ProgressIndicator which you can u...
Community
IntelliJ IDEA Plugin Users
Accessing Idea progressMonitor
0 votes
Created
March 07, 2008 17:04
this is the successor of JDOMExternalizable isn't it?How long will be the JDOMExternalizable still supported? See that it was deprecated in 7.x.
Community
IntelliJ IDEA Plugin Users
Recommended way to store settings and data
0 votes
Created
March 12, 2008 10:06
if you need a less weighted popup you may consider using ComponentPopupBuilder popupBuilder = JBPopupFactory.getInstance().createComponentPopupBuilder();JBPopup popup = popupBuilder.createPopup();Y...
Community
IntelliJ IDEA Plugin Users
What is the best way to popup a window in IDEA from plugin
0 votes
«
First
‹
Previous
Next
›
Last
»