Recent content by Thomas Svensen

  1. Thomas Svensen

    Two editor bugs

    Hi, I have encountered two bugs lately that are both related to editing varchar2 columns. 1. If you mark & copy a complete row and paste it into an empty row, all double quotes (") are removed. 2. If a varchar2 column contains a character with ascii value 0 (zero), all characters following...
  2. Thomas Svensen

    Retrieving Sessions-queries

    Thank you very much for the tips! I will get at it right away :D - Thomas
  3. Thomas Svensen

    Retrieving Sessions-queries

    I have a problem caused by re-installing PL/SQL Developer: My old disk threatened to break down on me, so I did a clean re-install on a new disk. The biggest annoyance with this, is loosing all my customizations, eg. my customized queries for sessions (Tools > Sessions...) I can still read my...
  4. Thomas Svensen

    Version Control Interface - CVS integration

    Joachim, first of all, thank you for your reply. Regarding file locking: yes, CVS is definitely superior and I am not concerned about holding locks. TortoiseCVS: Yes, I actually used it for more than a year, but I never really liked it. No support for "history" and sluggish performance in all...
  5. Thomas Svensen

    Version Control Interface - CVS integration

    I forgot to say in my original post, I am already using version 1.2 of the VCS plug-in... As to Rupik's reply, I am very curious about what you mean I am complicating. My goal is really to simplify as much as possible. Currently I am doing CVS via WinCVS on local copy of files, as you describe...
  6. Thomas Svensen

    Version Control Interface - CVS integration

    A have quite successfully managed to integrate PL/SQL Dev with CVS using the SCC proxy from pushok.com (which is highly recommended, by the way). Now, there are two problems I encounter: 1. Using version control for files, the VCS project seems to "forget" the project files every time I close...
  7. Thomas Svensen

    Enhancement request - Sessions...

    I had overlooked the ability to add customized session queries - very cool feature! Thank you very much for the help & good luck on version 6.0 - Thomas :)
  8. Thomas Svensen

    Enhancement request - Sessions...

    I understand that PL/SQL Developer's main focus is not as a DBA tool, but since it has so much excellent functionality, we still use it as one :) Therefore, a minor improvement to the "Sessions" window would be nice: The "SQL Text" tab shows the raw SQL as it is select from the internal...
  9. Thomas Svensen

    Improvement request

    So that's how it's done. I tried a lot of Ctrl-C/Ctrl-V combinations, but did not think of that one. A little cumbersome (requiring mouse use), but much better than nothing! As for my other requests, thank you for taking note of them. You would not happen to have an online list of...
  10. Thomas Svensen

    Improvement request

    Moving from TOAD to PL/SQL Developer, I am very pleased with a lot of the features in PL/SQL Developer! Among them are keyboard shortcuts for almost all operations, but a few glaring omissions are quite annoying : - Move focus to Browser - Move focus from/to Data grid in SQL Window - Move to...
Back
Top