Recent content by aLpenbog

  1. A

    New design

    Imo there could a lot be done in terms of design. I dislike that there are some big vertical paddings e.g. on the tabs, which lead to fewer screen real estate. Being able to adjust those along with the icons etc. would be quite cool. Same goes for themes in general and the settings for PL/SQL...
  2. A

    Feature Request - Configurable lines shown below cursor during debugging

    We have quite some big and messy PL/SQL routines. One thing that bothers me is the scrolling during debugging. I'd like to configure the minimal amount of lines I can see below the cursor, so I can decide if I step into something or step over something.
  3. A

    Test window can not be closed when debug has gone wrong or connection has been lost

    And another +1 We are working via VPN a lot and every time the connection drops and you do something like debugging you have to kill those sessions, sometimes it works, sometimes the only way out is killing PL/SQL Developer via the task manager. Can't close the window or application while...
  4. A

    Feature request - copy with variable/constant to literal replacement

    For me personally, yes. Most of the time it's transferring a big cursor to a sql window and replacing variables and package constants in order to execute that query and modify join/where conditions to find out why an expected row got filtered out or in order to use the explain plan window etc...
  5. A

    Feature request - copy with variable/constant to literal replacement

    It would be a pretty neat feature to be able to copy some big cursor which is using variables and constants from other packages with those replaced as literals. We often end up spending a huge amount of time hovering above some variables to get the current variables and replace all of them by...
  6. A

    Save window list

    Hi guys. I'm working on multiple databases for multiple clients. At the end its always the same stuff that I have to keep track on. Lets say 3-4 Selects and 1-2 Packages. I like to rename them in the window list to keep it clean. Im wondering if there is a way to save the state (all open...
Back
Top