Print Thread
Features request
#61812 06/18/20 12:04 PM
Joined: May 2011
Posts: 37
L
Member
OP Offline
Member
L
Joined: May 2011
Posts: 37
Hi,

I have two requests:
  • Add a possibility to switch between tabs in the LRU order (possibly as a new option in the Prefferences -> Window Types -> General).
  • Having the following code run from the Command window:
    SQL Query
    CREATE OR REPLACE PACKAGE foo as
      procedure bar;
    end foo;
    /
    
    CREATE OR REPLACE PACKAGE BODY foo as
      procedure bar
      is
      begin
        null;
      end bar;
    end foo;
    /
    
    edit foo

    the tab with the "foo" package specification and body is opened. If then in the SQL Window I put the code:
    Code
    foo.bar
    and press Ctrl+Right mouse button, a new window with foo package body is opened. I would prefer to be redirected to the already opened tab with the specification and the body. Analogical situation occurs with the Ctrl+Left mouse button click. The existing behavior is acceptable if no Program window would be opened previously.


Lukasz

Last edited by Lukasz Indeka; 06/18/20 12:05 PM.
Re: Features request
Lukasz Indeka #61814 06/19/20 08:43 AM
Joined: Aug 1999
Posts: 22,220
Member
Offline
Member
Joined: Aug 1999
Posts: 22,220
I have added this to the list of enhancement requests.


Marco Kalter
Allround Automations

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.055s Queries: 14 (0.009s) Memory: 2.5019 MB (Peak: 3.0427 MB) Data Comp: Off Server Time: 2024-05-18 20:52:13 UTC
Valid HTML 5 and Valid CSS