Recent content by RobSteward

  1. RobSteward

    Feature Request: Custom tabs on Edit Windows

    It would be useful to be able to define custom sql tabs for each object type Edit/View windows. For example, when choosing "Edit" for a User, you have General | Object Privileges | Role Privileges | System Privileges | Quotas , I have custom tables related to a user that i would like to have...
  2. RobSteward

    Plugin Sailora - Could not activate Plugin: Sailora Error

    I recently reinstalled and when i added my plugins i get this error when opening. Could not activate Plugin: Sailora Any suggestions?
  3. RobSteward

    KeePass

    Yep, here is what I do. Note: I have the title of each of my db connections as username@sid (i.e. scott@orcl) Then I use the URL feature of Keepass with the following command... cmd://"C:\Program Files (x86)\PLSQL Developer 12\plsqldev.exe" userid={T-REPLACE-RX:!{title}!@!/{password}@!} if...
  4. RobSteward

    REQ: Lock option on Toolbars.

    Can you add a lock option on the "Customizing toolbars" feature? Sometimes i will accidentally grab one of the toolbars and drag it off the window.
  5. RobSteward

    REQ: Edit View window for VIEWS like Edit Table form

    Could you create a GUI window instead of just plain sql for when clicking Edit/View on a VIEW (from the right click context menu ) like is done for a TABLE?
  6. RobSteward

    Plugin question

    Is it possible to write to user.prefs from within a PLUGIN? I don't see it in the documentation. I'd like to add some Browser Filters with a plugin.
  7. RobSteward

    REQ: Enhancement to Notify End of Long Running Queries

    Could you enhance the Notify prompt to also notify when running a DEBUG session and the debug session gets to a breakpoint and has stopped?
  8. RobSteward

    User-Defined Folder under USERS in Object Browser

    Is it possible to create folders under the USERS section to group certain USERS by WHERE CLAUSE like other sections in the object browser?
  9. RobSteward

    REQ: Hotkey for refresh on Sessions screen

    Can you make the F8 key refresh the sessions window?
  10. RobSteward

    REQ - Pl/Sql Beautifier on SQL Text in Sessions Window

    As the title suggests, I think it would be helpful if you could auto apply the Pl/Sql Beautifier to the SQL Text window in the Sessions Window. Even with the below query i have some statements that show up as one line. select sql_text from v$sqltext_with_newlines where address =...
  11. RobSteward

    Req: Find and Replace on all open windows

    Would it be possible to add "All open windows" to the find and replace dialog. I've seen this in many text editors and would like to see the same in PLSQL Developer.
  12. RobSteward

    C# Plug-in Design

    https://oracle-cookies.blogspot.com/2007/01/writing-plsql-developer-plugins-in.html
  13. RobSteward

    REQ: Enhanced autocomplete

    Here an example... http://imgur.com/I5DBtvy
  14. RobSteward

    REQ: Enhanced autocomplete

    Would it be possible to add table joins to the code assist autocomplete popup? I currently use Toad for Sql Server for extracting data from SQL Server and it has this feature and it's quite useful.
  15. RobSteward

    Plugin Question/Request

    I'm talking about the File Browser tree-view window. On my setup it is a tab beside Object Browser. I don't think this is provided by Windows. The current menu items are... Open Open as > Open with Open in Explorer Rename... Create File... Create Subdirectory... Delete...
Back
Top