Recent content by Nicolas D.

  1. Nicolas D.

    Copy to Excel / Office 365 - Autosave turned off message

    I have Excel version 2102 and I state the same for me (Version number format now being YYMM - your version being From August 2020 - but I agree it was looking confusing for your case. Confusion will go away at your next update). But it also state that Autosave cannot be enabled because the file...
  2. Nicolas D.

    Integrated Browser

    Hi, Seems PL/SQL Developer still rely on Internet Explorer engine to display Web Page. Any plan (maybe in v15?) to switch browser engine to either Chromium and/or Gecko based component and/or allow us to elect the engine we want to use? Our own stuff start to look ugly when opened in a PL/SQL...
  3. Nicolas D.

    New installation of a PL/SQL Developer 14

    try adding instantclient=C:\ to the shortcut to run PL/SQL Developer. So it know where to look at start.
  4. Nicolas D.

    Shutdown when PL/SQL Developer is on

    Hi, If you attempt to log off/restart/shutdown your computer when PL/SQL Developer is on, and there is windows that would need to be saved, Windows will tell you that "a Program is preventing the computer to shutdown"... Press Cancel, PL/SQL Developer do ask you if you want to save or not each...
  5. Nicolas D.

    Window position & multi monitor support

    I also got that issue from time to time, it is random. But I do remember it did happen once with another window. Seems to be a Windows things.. like Windows do not remember where a particular Window was located. Same, unable to reproduce at will. It happen when it happen.
  6. Nicolas D.

    Plugin Dependency Viewer

    Hi, Look like a bug somewhere. When I search for a PACKAGE or TYPE, there is no issue looking in others packages or types But if I search for a TABLE, it do not search in package -- I get the list of TRIGGERS, SYNONYMS, ... but not in PACKAGES nor TYPES. Same for a VIEW, it doesn't look into...
  7. Nicolas D.

    Case Sensitive Object Name

    There is a general issue when it come to object that were created with " " that get them Case sensitive. Even the code assistant do not handle it right -- if you start typing the name it will suggest the table name, but the suggestion is added lowercase entirely (except first character, even if...
  8. Nicolas D.

    Is there a way to Edit Package Body compile it without compiling Specification

    You can make one.. with a plugin :) (We did! But I can't share that code)
  9. Nicolas D.

    Plugin Dependency Viewer

    Are you planning to offer a 64 bits version? We are getting away from 32 bits
  10. Nicolas D.

    Βeautifier and views

    Arky, it work on version 13 and 14. I do remember it was an issue before. Are you using an older version? You did not specify which version you use.
  11. Nicolas D.

    F8 keyborad shortcut not working on laptop

    lot of laptop have default behaviour to set special laptop control by default -- but to use the "original F8" key, you must press the Fn key also (i.e. Fn-F8). I have the same issue on my Dell laptop. I did solve it...by using an external wireless keyboard instead, on which F8 default behaviour...
  12. Nicolas D.

    2 issues with command line window

    I just retested and it work... must have gotten a temporary issue or something fancy as it did fail that time - and got my value inserted with &1 &2 rather than the value. so ok, no issue there, my bad. Therefore Only the AS SYSDBA issue when invoking sqlplus remain.
  13. Nicolas D.

    2 issues with command line window

    Hi, 2 Issues I did found out with Command Line window: - If running a script with parameter by setting in editor something like: @ script.sql param1 param2 Parameters are not translated and stand as &1 &2... Workaround is to run with sqlplus instead by using the "sqlplus" command. - which lead...
  14. Nicolas D.

    "New Trigger" wizard and case sensitive table names

    Hi, To report that when creating a trigger using the wizard (under File > New > Program Window > Trigger -- I'm on version 13.0.6.1911 in Menu style), if the table name is case sensitive - require double quote to be used in SQL - the wizard offer the table without taking the case into account...
  15. Nicolas D.

    PL/SQL Dev 13 does not quit completely

    so far so good, no processes left since I updated to 13.0.6. Thanks!
Back
Top