Hi, what kind of problems you are getting on Ubuntu? I have also tested on CentOS with NB 6.1+JDK5 with no problem. You can write me directly on my e-mail. Regards, Alexandre.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Very nice work. I'm on the dream team, and I've been evaluating this project for the grant program. Overall, I'm very impressed. Just thought you'd want to be aware of a few (pretty minor) snags I hit:
"Add New Oracle Connection" dialog has layout problem - I cannot see the Connect As dialog box very well (the bottom half is cut off). Easy fix with Matisse :)
Double-clicking on a Package Spec or Body downloads the file, prompting me for a save location. I'd expect it to open in the editor pane. layer/mime typing issue?
clicking around in the DBA/All/User buttons froze the IDE - if you total up the metadata from all users on this DB, it's very, very large. I'd be careful putting such a button right on the toolbar, or figure out a way to bail out if it takes too long.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, why does it ask me to save to a file when I want to edit a procedure, why not open the editor with a default name (procedure name for example). Otherwise great plug-in, thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey alexandre, I installed this plugin in NetBeans? 6.5 but it won't show code colors and formatting isn't possible. Is that a bug in version 6.5? Besides - thanks for the plugin! I think so far it is not much more than you can do f.ex. within SQLDeveloper. But it's very convenient to be able to open stuff and compile/get errors within NetBeans?. It would be just marvellous if one could go to definitions of variables, f.ex. - or even navigate through package files like through Java code....
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd like to see this plugin turned into a generic editor that supports syntax for multiple databases: Oracle, PostgreSQL, MySQL, MSSQL, etc. Is it designed in a modular way to be able to support multiple database vendors, and do you have plans to do this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently I'm much more interesting in porting existing project into GSF (Generic Scripting Framework). But GSF still does not have a public API… So expanding DB support is not planned yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What is the meaning of "code navigation" in this editor? I was assuming it as Ctrl+Click on a procedure name navigates me to the procedure definition; and Ctrl+Click on variable navigates to its declaration. I do not see that as the case here. Any idea if it is part of enhancements to this editor the same way Java code navigation works? Also, does any other third part tool allow it in the PLSQL context.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently the "code navigation" working only via NetBeans? navigator but not directly in PL/SQL code. This is the limitation of Generic Languages Framework (Project Schliemann).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
from Valentin Jacquemin: "It would be great to define the default local directory when editing for example packages. Another usefull feature would be to have the possibility to launch the current file as a script on the database..."
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, is it possible to save the setup, here I mean the connection between the packages and the files? What should one do if many people are working on the same project, does everybody have to setup all the connection, or can it be saved in some sort of project?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: hat27...@gmail.com
This is one of the best netbeans modules ever.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: pintof...@gmail.com
Hello, i get you module and try teste on Ubuntu Linux, 50 min after i stop, an try in Windows and it run very good. But in Linux how i can run???
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: alexan...@sumsoftsolutions.com
Hi, what kind of problems you are getting on Ubuntu? I have also tested on CentOS with NB 6.1+JDK5 with no problem. You can write me directly on my e-mail. Regards, Alexandre.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: HipDra...@gmail.com
Please validate this module and get it on the netbeans downloads from inside of netbeans so more people can use this.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: rich.un...@gmail.com
Very nice work. I'm on the dream team, and I've been evaluating this project for the grant program. Overall, I'm very impressed. Just thought you'd want to be aware of a few (pretty minor) snags I hit:
"Add New Oracle Connection" dialog has layout problem - I cannot see the Connect As dialog box very well (the bottom half is cut off). Easy fix with Matisse :)
Double-clicking on a Package Spec or Body downloads the file, prompting me for a save location. I'd expect it to open in the editor pane. layer/mime typing issue?
clicking around in the DBA/All/User buttons froze the IDE - if you total up the metadata from all users on this DB, it's very, very large. I'd be careful putting such a button right on the toolbar, or figure out a way to bail out if it takes too long.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: gbuffol...@gmail.com
I can't install the plug in..the error says that there is not enough heap free space..how can I get around with it?
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: marianna...@gmail.com
ok I'm just a noob..to solve the problem i've just extended the heap sizo from 404 to 512 MB ...tnx anyway guys
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: gbuffol...@gmail.com
Thanks a lot guy, now I'm working fine with PL/SQL on Netbeans. I've just extended the heap size doing what the error msg says
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: robing...@gmail.com
hi Alex, Do you use Antlr in this project?
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: alexan...@sumsoftsolutions.com
No, the PL/SQL language implementation is done based on Generic Languages Framework (Project Schliemann)
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: sou...@umn.edu
Does this plugin allow me to run procedures or do I still need to fire up SQL*Plus? If so, great. If not, I think that'd be a good addition.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: mohamed....@googlemail.com
Hi, why does it ask me to save to a file when I want to edit a procedure, why not open the editor with a default name (procedure name for example). Otherwise great plug-in, thank you!
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: alexan...@sumsoftsolutions.com
This will be fixed in the next version.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: christin...@googlemail.com
Hey alexandre, I installed this plugin in NetBeans? 6.5 but it won't show code colors and formatting isn't possible. Is that a bug in version 6.5? Besides - thanks for the plugin! I think so far it is not much more than you can do f.ex. within SQLDeveloper. But it's very convenient to be able to open stuff and compile/get errors within NetBeans?. It would be just marvellous if one could go to definitions of variables, f.ex. - or even navigate through package files like through Java code....
Thank you!
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: christin...@googlemail.com
Ah, I must correct myself: It took a while, but now code colours are there, and code formatting is possible by keyboard-shortcut.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: pi...@dokom.net
I want to use an SID to connect but could not figure out how to do that. Like: myserver:1521:ORCL
Any ideas?
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: ber...@companionka.de
Just put ORCL as Database Name in connection dialog.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: rdelapla...@gmail.com
I'd like to see this plugin turned into a generic editor that supports syntax for multiple databases: Oracle, PostgreSQL, MySQL, MSSQL, etc. Is it designed in a modular way to be able to support multiple database vendors, and do you have plans to do this?
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: alexan...@sumsoftsolutions.com
Currently I'm much more interesting in porting existing project into GSF (Generic Scripting Framework). But GSF still does not have a public API… So expanding DB support is not planned yet.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: Kalyan.D...@gmail.com
What is the meaning of "code navigation" in this editor? I was assuming it as Ctrl+Click on a procedure name navigates me to the procedure definition; and Ctrl+Click on variable navigates to its declaration. I do not see that as the case here. Any idea if it is part of enhancements to this editor the same way Java code navigation works? Also, does any other third part tool allow it in the PLSQL context.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: alexan...@sumsoftsolutions.com
Currently the "code navigation" working only via NetBeans? navigator but not directly in PL/SQL code. This is the limitation of Generic Languages Framework (Project Schliemann).
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: alexan...@sumsoftsolutions.com
from Valentin Jacquemin: "It would be great to define the default local directory when editing for example packages. Another usefull feature would be to have the possibility to launch the current file as a script on the database..."
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: e...@noerkjaer-svendsen.dk
Hi, is it possible to save the setup, here I mean the connection between the packages and the files? What should one do if many people are working on the same project, does everybody have to setup all the connection, or can it be saved in some sort of project?
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: kidp...@gmail.com
Has anyone been able to connect to an 8i database using this tool?
Would there be any way to modify the oracle-jdbc module, or replace it with an "8i" version?
Thanks, Mitch
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: mail.fo...@gmail.com
Would be great if any one could introduce the Annotations to the editor (Errors, Warning etc.)