My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Feedbacks  
Please leave your feedback here commenting this page.
Updated Feb 4, 2010 by alexan...@sumsoftsolutions.com
Comment by hat27...@gmail.com, Aug 4, 2008

This is one of the best netbeans modules ever.

Comment by pintof...@gmail.com, Aug 13, 2008

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???

Comment by project member alexan...@sumsoftsolutions.com, Aug 14, 2008

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.

Comment by HipDra...@gmail.com, Aug 18, 2008

Please validate this module and get it on the netbeans downloads from inside of netbeans so more people can use this.

Comment by rich.un...@gmail.com, Aug 20, 2008

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.

Comment by gbuffol...@gmail.com, Sep 12, 2008

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?

Comment by marianna...@gmail.com, Sep 12, 2008

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

Comment by gbuffol...@gmail.com, Sep 18, 2008

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

Comment by robing...@gmail.com, Oct 4, 2008

hi Alex, Do you use Antlr in this project?

Comment by project member alexan...@sumsoftsolutions.com, Oct 5, 2008

No, the PL/SQL language implementation is done based on Generic Languages Framework (Project Schliemann)

Comment by sou...@umn.edu, Nov 12, 2008

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.

Comment by mohamed....@gmail.com, Dec 2, 2008

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!

Comment by project member alexan...@sumsoftsolutions.com, Dec 2, 2008

This will be fixed in the next version.

Comment by christin...@gmail.com, Jan 30, 2009

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!

Comment by christin...@gmail.com, Jan 30, 2009

Ah, I must correct myself: It took a while, but now code colours are there, and code formatting is possible by keyboard-shortcut.

Comment by pi...@dokom.net, Feb 2, 2009

I want to use an SID to connect but could not figure out how to do that. Like: myserver:1521:ORCL

Any ideas?

Comment by i...@companionka.com, Feb 2, 2009

Just put ORCL as Database Name in connection dialog.

Comment by rdelapla...@gmail.com, Feb 21, 2009

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?

Comment by project member alexan...@sumsoftsolutions.com, Feb 23, 2009

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.

Comment by Kalyan.D...@gmail.com, Mar 12, 2009

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.

Comment by project member alexan...@sumsoftsolutions.com, Mar 12, 2009

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).

Comment by project member alexan...@sumsoftsolutions.com, Apr 16, 2009

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..."

Comment by e...@noerkjaer-svendsen.dk, Apr 23, 2009

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?

Comment by kidp...@gmail.com, Jun 2, 2009

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

Comment by mail.fo...@gmail.com, Jun 30, 2009

Would be great if any one could introduce the Annotations to the editor (Errors, Warning etc.)

Comment by psc...@gmail.com, Aug 10, 2009

The Oracle database I use is accessed via the oracle.lite.poljdbc.POLJDBCDriver which needs its own library jar and custom jdbc connection string

Can't you re-use the standard Services --> Databases tab and connection logic? This would make it more standard.

Comment by psc...@gmail.com, Aug 10, 2009

oops, ignore that, it seems oracle lite doesn't support pl/sql!

Comment by Den.Bosh.300@gmail.com, Jan 25, 2010

hello, great plugin, but I can not use, because that tells me is needed memory in the heat more memory, it asks me 500mb. please help, or how I can change that to use it. Please, if anyone can help, write me at den.bosh.300@gmail.com, thanks.

Comment by wgtm.pet...@gmail.com, Mar 11, 2010

Is there a way to edit without having a connection to a server? how about just editing files .sql instead of live connection

Comment by project member alexan...@sumsoftsolutions.com, Mar 11, 2010

You could edit .spc .bdy .prc .fnc .pks .pkb .trg .tps .tpb files without connecting to a DB server. Extension .sql is already registered by other Netbeans module.

Comment by wgtm.pet...@gmail.com, Mar 11, 2010

could you also edit a sqlplus type file with spec and body in same file? and with / show errors prompt after spec and after body create I want to edit files that will later be used from sqlplus to add to a server.

Comment by project member alexan...@sumsoftsolutions.com, Mar 11, 2010

No, the SQL+ syntax is not supported.

Comment by wgtm.pet...@gmail.com, Mar 11, 2010

auhhhhh , thats too bad :) now i just edit en dan use diff to create my .sql sqlplus files! works finee

Comment by Dyle...@gmail.com, Aug 25, 2010

This is ONE great plugin that I use most. Do you have any plan to include PL/SQL beautifier? Thanks!

Comment by project member alexan...@sumsoftsolutions.com, Aug 26, 2010

I will put the "nice" formatting feature for PL/SQL code in my to-do list.

Comment by VyaS...@gmail.com, Sep 26, 2010

круто, молодец!

Comment by kris.sco...@gmail.com, Nov 5, 2010

I just downloaded your plugin this AM. I've been using it in NetBeans? 7.0M2. Setup was easy (after rebuilding from source after changing a module specification version due to the NetBeans? version).

Here's a patch for a missing feature. To get the toggle-comment functionality working, add the following to org.netbeans.modules.languages.pl_sql.PLSQLLanguage:

@Override
public String getLineCommentPrefix()
{
    return "--";
}

There is a more correct way to do this (with a CommentHandler?) but this approach works fine.

Also, I wonder why all the actions are defined as non-asynchronous. I'll probably get tired of all the blocking going on (the database I work on is anywhere from 200ms to 800ms away in latency) and recompile at some future point. If I get to that point, I'll put in progress handles too.

Thanks for the great plugin, it has made my day.

-Kris

Comment by maggikpu...@gmail.com, Feb 3, 2011

Hi, nice plugin but im getting Syntax Erros when using named notation:

procedure_name

(formal_parameter1 => actual_parameter1 ,formal_parameter2 => actual_parameter2 ,formal_parameter3 => actual_parameter3
);

Comment by project member alexan...@sumsoftsolutions.com, Feb 3, 2011

At least PL/SQL Editor Version 2 supports such syntax and shows no error…

Comment by adoj...@gmail.com, May 3, 2011

Some plugins require plugin Editor Library to be installed. The plugin Editor Library is requested in version >= 2.10.1.10.2 (release version 2) but only 3.8.1.13.8 (of release version different from 2) was found. The following plugin is affected:        (nb 7)

Comment by andresco...@gmail.com, May 16, 2011

Hi! I installed this on Netbeans 7.0 and now I can't connect to Oracle either through the new "Oracle" panel or through the "classic" "Services" panel. When I try to connect it just timeouts after a long time trying. This same connection target works properly on SQLDevelopter, TOAD and it worked fine on netbeans 6.9. I don't think I tried to connect from NB 7.0 before installing your plugin so I don't really know who's at fault. Could it be related to the oracle-jdbc_thin_11.1.0.7.0_1.2.nbm in the bundle? Is there any way to unistall this? (It's not listed on "plugins" on NB). Have you ever seen something like this? Thanks a lot!!

Comment by haa...@onefreevoice.com, May 16, 2011

I would also like to edit a SQL*Plus type file with both the spec and body in it. What is the limitation? Is it something that could be hacked into a slightly different version?

Comment by project member alexan...@sumsoftsolutions.com, May 17, 2011
I would also like to edit a SQL*Plus type file with both the spec and body in it. What is the limitation? Is it something that could be hacked into a slightly different version?

If you know a good SQL*Plus grammar for ANTLR it’s not a big problem to create corresponding editor for Netbeans.

Comment by project member alexan...@sumsoftsolutions.com, May 17, 2011
Hi! I installed this on Netbeans 7.0 and now I can't connect ...

Please send me (in e-mail) your connection properties from SQL Developer. What Oracle DB version do you have?

Comment by thiebaut...@gmail.com, Sep 8, 2011

Hi,

I try this modules in netbeans 7.0.1, It seems interesting, I use sqldeveloper3 too. It is very good idea, but we can't run a PL/SQL proc or function with parameters. the connection is easy, i must download the zip version, the module into the plugin manager doesn't work, it depends on something but what ???? plugin manager -> error depend on {O} or {1} ???

It seems to be missing the autocomplete option, future ... EXTRACT(DAY FROM SYSDATE) AND EXTRACT(DAY FROM SYSDATE) the world DAY, MONTH AND YEAR seem to be errors, but in sqldevelopper not trouble.

It's GREAT !

Olivier

Comment by project member alexan...@sumsoftsolutions.com, Sep 8, 2011

Hi Olivier,

Are you following the installation instruction from http://code.google.com/p/pl-sql-editor/ ?

Alexandre.

Comment by thiebaut...@gmail.com, Sep 8, 2011

that's what I did

thanks

Comment by stunnigs...@gmail.com, Dec 30, 2011
Comment by fadi.a.s...@gmail.com, Jan 3, 2012

is there a way to browse the database tables in this plugin?

Comment by project member alexan...@sumsoftsolutions.com, Jan 3, 2012

No, unfortunately not.

Comment by paul.f.s...@hotmail.com, Jan 23, 2012

Great extension to netbeans! I've noticed that you already fixed the issue I found. I checked out the trunk to compile myself so I could have the fix, but keep getting the error nbplatform.default.harness.dir is undefined. I've researched on google links to try and fix it and nothing seems to work. Is it possible that you could just create another release on this page with the fix?

Comment by project member alexan...@sumsoftsolutions.com, Jan 23, 2012

Please, check your e-mail.


Sign in to add a comment
Powered by Google Project Hosting