Recent content by FrankB

  1. FrankB

    Editmode realy slow when working via RDP

    display buffering is disabled (build 1397) same mode does work perfectly via a really slow RDP-Server 2003 (AdminMode, P-III, 768MB RAM, build 1398), but not on my XP machine there should be no difference between 1397 and 1398 (Enhancements in PL/SQL Developer 7.1.5.1398...
  2. FrankB

    Editmode realy slow when working via RDP

    Hello, sometimes i'm working via VPN directly from Home on my office-PC (XP). Normally editing large texts are no problem with PL/SQL-Developer, but when using the RDP-Feature, the cursor is extremly slow and the keyboard has an echo (buffering scroll-commands) which sometimes makes it...
  3. FrankB

    Procedure-Tree incomplete when using conditional compiling in PackageEditor

    as a little Workaround do this: Avoid any IF, END IF or BEGIN directly after a $IF or $END. Insert a NULL; between and it works. AND, OR, WHEN doesn't matter Regards, Frank @Marco: any definite plans for a backport for 71 of this parsing problem?
  4. FrankB

    Subversion Integration?

    using TortoiseSVN is a really good idea, we do so cause Oracle-developers normally don't like Eclipse as Java-Developers do (that would be to break a butterfly on a wheel;-) a hint for all: while opening a file for plsqldeveloper you can still do a rigthclick in this dialog on each folder and...
  5. FrankB

    Commenting Code

    @Marco the main advantage of /* */ is, that you can hide complete sections with code folding (and if you already requested, hide for printing also)
  6. FrankB

    Code Contents shows Empty when Conditional Compilation Directives are used

    I want to explain why this is a really often used feature: If you have a lot of customers using the same product but not using the same features and with different budgets, you'll have to compile for each customer his own licensed variant. Overloading is very intensive used. Today it's not very...
  7. FrankB

    Commenting Code

    you can use a shortcut like ALT-C to comment and ALT-X to uncomment a selection with /* */ this works faster and perhaps better than die comment-plugin (it can comment comments an decomment comments, yes thats no joke!)
  8. FrankB

    Code Folding Levels ?

    Scott is right, i'm missing this feature since the first time i used codefolding. Any ideas, when this could be released?
  9. FrankB

    Feature Request: Code Folding

    I'd like to explain one annoing thing, whilst codefolding an IF-THEN-ELSE-Statement: You can click on the + at the IF then the complete statement will be foldet, you can click on the + at the ELSE then only the else will be folded. But there is no way to fold ONLY the THEN-tree. There must be a...
  10. FrankB

    Procedure-Tree incomplete when using conditional compiling in PackageEditor

    Any idea when this next release will be available? One more hint: If you add a ';' after each $END then the procedures are visible again, but could not be compiled. So this must be a relative simple parser failure. Regards, Frank
  11. FrankB

    Procedure-Tree incomplete when using conditional compiling in PackageEditor

    Hello, we use conditional compiling for hiding unneeded procedures. This works well with Oracle, but PL/SQL-Dev. does not show such procedures any more regardless if the condition is true or false. With this error the code could not be really managed cause some sections will disappear and only...
  12. FrankB

    Online-News in PLSQL-Dev no longer supported?

    Hello, found this feature helpful to be informed about updates und problems without any need for going into this forum. Espacially some infos about corrected build like 1397 where hard to find. The last news was from 20.09.2007 informing about 7.1.3 beta. Will this feature be used again...
  13. FrankB

    annoying Ora-911 in SQL-Window

    hotfix plsqldev715.1397.exe seem to work well again @Marco: Would you be so kind and submit us some informations about what was fixed with this build? Thanks, Frank
  14. FrankB

    annoying Ora-911 in SQL-Window

    Hello, since 7.1.5 the syntax parser in the sql windows does not work as before: if you have three statements with comments an the window an press F8 while first row ist marked, you get a syntax error select ID from TABLE1 GROUP BY id; -- remark1 select x from table2 GROUP BY x; --...
  15. FrankB

    7.1.2 Minor nuisance

    Hello, didn't try 7.1.3 yet. Are there any improvements of this functionality? Is this perhaps planned for a future release?
Back
Top