Recent content by zitot

  1. Z

    FEATURE REQUEST: set CSV "Sep=^" when exporting query result

    Hi, I'm back again with a feature request. This time: allow user to set an optional separator value in a CSV file when exporting from a SQL query. I don't know about other operating systems and programs, but excel on Windows recognizes "Sep=^" (where ^ is a delimiter character) so that you skip...
  2. Z

    [SOLVED] (Feature already exists): user-defined variables in comment directive CSV/Excel

    Oh, I went and reread that page and saw %&var% in the manual to expand user variables. For regular environment variables, following %var%, I also have that working now, not sure why it wasn't before. Though I can't get it working with user level env var I don't really need that since those two...
  3. Z

    [SOLVED] (Feature already exists): user-defined variables in comment directive CSV/Excel

    EDIT: SOLVED, see 2nd and 3rd posts. Hello, I tried putting this line and hitting the Export to CSV button above the result set but the resulting filename just had &var in the name without substituting -- CSV=C:\excel\Person &var Aggregated Data from v1.4.0-alpha.1-20250812.csv -> Person &var...
  4. Z

    [Bug] Comment Directive --Tab=Name uses first seen Tab= if multiple exist

    -- Tab=Window 1 --select 1 from dual; -- Tab=Window 2 select 2 from dual; -- Tab=Window 3 select 3 from dual; Expected Result: You should have two tabs, Window 2 and Window 3 Actual Result: Window 1, Window 3 It's a little annoying. As far as affects, here is an example where I am...
  5. Z

    Update docs? hidden="yes" does not work if var has name before paramse.g. &foo

    Edit: I see now that the var needs to not have a name (well, it needs the name parameter, but it needs to be &
  6. Z

    PLSQL -> put into Result Set tabs in SQL window?

    Let me define the scope. I have some SQL query of a bunch of CTEs. To debug more easily I'd like to run select * from CTE1, select * from CTE2, ... in the same SQL window. Because they're CTEs and I don't have ability to make table, I cannot do multiple query from same CTE as the final select...
  7. Z

    Disable sound on failed wrap search

    Hi, could you add option to disable the windows sound that plays from windows when a search fails to find, wrap is enabled, and DSA search is set to Yes [optional, it just has to not be set to no] This sound: Steps to hear annoying sound: Open Find & Replace window on SQL Window Check Wrap...
  8. Z

    Ctrl-Backspace bugs with multiple carets

    Posted this before as a reply to a diff thread but I don't know if you saw it so new topic. I can reproduce case 1 and 2 but not 3. Bug 1: Ctrl-Backspace only deletes word on the same line as the visible caret Steps to reproduce: 1. Type in foo on line 1, bar on line 2 2. Select the last...
  9. Z

    Drag Tab between two instances

    Is there a way to drag tabs between Instances of PLSQL Developer? Instances as in those created using the New Instance button, see attachment
  10. Z

    Enhancement : Query By Example at multiple tabs at the same time

    Thanks. It would also be great to be able to apply Filter columns... on multiple tables at same time..
  11. Z

    Enhancement : Query By Example at multiple tabs at the same time

    Hi, this would fall under enhancement request If I make some multiple sql query and select multiple tab, it would be useful to do query by example across three or four tabs at the same time, like when i am checking several versions of same query and want to filter all down using the same...
  12. Z

    How to use global cursor variable in test script?

    I'm trying to figure out regression testing and the test manager. I'm really a newbie to PLSQL. So, my objective is to make the cursor :x a global variable which can be referred to in other test scripts in that test manager group, then i can loop over that cursor... -- Created on 6/23/2025 by...
  13. Z

    Right/Left Arrow keys and Caret Behavior on Windows

    Sorry, uploaded wrong file. I've attached a gif showing the bug get triggered. Steps to recreate: 1. Multiselect last letter of two words. 2. Hit Ctrl+Backspace Although in the video I typed some text and hit Ctrl+Backspace and only deleted first letter, the other day it seems to also occur...
  14. Z

    Increase Speed when multiline editing in SQL file

    Hi Marco, At this time IT has not yet added the debug parameter, but I can no longer reproduce this issue to the same extent. At worst, a second of slowdown which is acceptable. I've disabled code assistant as i was suspecting it to be the cause but to be honest it didn't make much difference...
  15. Z

    Right/Left Arrow keys and Caret Behavior on Windows

    Bug (likely related) When using multiline selection, Ctrl+Backspace may delete whole word on one of the lines (the one the cursor is on, im not sure if its always true), or it may move to the beginning of the word on each line, and delete the first letter.. if you have selected text, i believe...
Back
Top