Recent content by Robert_G

  1. R

    Move all settings/templates from one PC to another?

    Okay, it seems that changing params.ini to... prefpath=%appdata%\PLSQL Developer ... will work in 7.14. It didn't work in older versions.
  2. R

    Move all settings/templates from one PC to another?

    I downloaded 7.14 and it is not working. This is pretty bad, as there are some users in my company that are not able to save any settings. And I don't intend to give them write access to the PL/SQL folder... I often advocate for your product, but these things make me feel uneasy doing so...
  3. R

    Copy to Excel

    You meant rows, right? Otherwise... :eek: btw: Copy 2 XL copies only the selected cells, so if you accidently selected the 1st row, you'll only see that row...
  4. R

    Some glitches on the new Add-ons page

    Sorry, but I won't leave my email adress visible to spam bots.
  5. R

    How to manually activate the Code Assistant

    I changed it to Ctrl+Space, like in almost any IDE. :-)
  6. R

    Some glitches on the new Add-ons page

    Hi guys, first great idea having a page for us users to share scripts and snippets. :) But there're some problems... eMail adress is publicly visible (I changed mine back to a anonymous one) Other users can't add comments, so the author wouldn't know if there were any problems with it...
  7. R

    Modify Intellisense entries?

    Completely OT, but why in hell would someone want to do such a thing? :eek: varchar2 definitely is an ugly type name, also it is completely incompatible with every other DBMS *and* it is useless as it is only a synonym to the real varchar. I don't get it, really... It's more a big PITA that...
  8. R

    Auto select query bug

    Doh! Sorry for that...
  9. R

    Auto select query bug

    You meant the Command Window! (Hoping this time, I got you right ;) ) Same thing: You can't put an usual SELECT within an anonymous block. But you can close the block and run the SELECT afterwards. There wasn't much sense in this Ref cursor snippet. ;) I didn't know what you wanted to do...
  10. R

    Auto select query bug

    Hi hbar Think you're missunderstanding the SQL window. ;) It's more like a wrapper for _ONE_ statement. So if you put there something like ... begin DBMS_Output.Put_Line('...'); end; ... it will execute this as an anonymous block. If you want to display some data, than you can exec ONE...
  11. R

    enhancement requests

    You can sort them by clicking on the Name column....
  12. R

    Script to create comma separated list and insert statements

    Using code tags ;) [ code ] some code [ / code ] without spaces in tag: some code
  13. R

    Enchancement Request: Paste comma separated

    That would be great! But it's not that bad to copy it into some Editor window. ;) It's still one of my most beloved features. :D
  14. R

    How to turn on the Runtime error window

    Sorry, but i cannot reproduce that problem with my PLSQLDV. Every tick on "Don't show this message again" ends with an entry under [DSA]. :confused: Simply delete that line and you're done. ;)
  15. R

    How to turn on the Runtime error window

    Have a look into PLSQLDV's subdirectory "\Preferences\[Your System user name]". There you will find an Ini called user.prefs . After scrolling past [LogonHistory] you'll find [DSA] and there you should find those sticky settings. ;) Maybe there's an option within the GUI, but i couldn't find...
Back
Top