Recent content by adryan

  1. adryan

    Line blurring with "Highlight edit line" outside window width

    I have just sent the requested screenshot. Thank you, Adrian
  2. adryan

    Line blurring with "Highlight edit line" outside window width

    When "Highlight edit line" is checked, all the windows (Editor, SQL and Command Window) present the following behavior when a line longer than the window width is selected: when scrolling outside the window width, the highlighted line presents vertical lines in the respective section (that is...
  3. adryan

    Number columns display in Command Window

    I was just hoping that the way the SQL Window predicts how wide the (number also) columns needs to be in it's displayed results grid could be (easily) transferred to the Command Window, to have auto-size also for the number columns :D . Otherwise the user has to predict it for each number...
  4. adryan

    Problem with "AutoSelect statement" checked and comment in SQL Window

    I have installed the new version and now it's ok. Thank you very much! Adryan
  5. adryan

    Number columns display in Command Window

    Hi, I am using version 7.1.5.1396 and I have observed the following situation in the Command Window: create table t(c1 number); insert into t values(12345678901);--eleven digits select * from t;--Only 10 digits returned I suspect the explanation is that the default value for the sqlplus...
  6. adryan

    Problem with "AutoSelect statement" checked and comment in SQL Window

    Hi, I am using version 7.1.5.1396 and encounter the following situation in SQL Window, when "AutoSelect statement" is checked: With these two select statements: select 1 from dual where 1=1;--a select 1 from dual where 1=0; The first one returns 1, as it should, but the second one returns...
Back
Top