Recent content by Buzz_ss

  1. B

    Goto Bookmark behavior

    Why? This is very bad behavior. I hope for this bookmark, but it suddenly disappears. This is absolutely non-standard behavior. For example, look at the behavior of bookmarks in Delphi. In it you can delete, add lines, do whatever. The bookmark remains and does not disappear
  2. B

    Goto Bookmark behavior

    About bookmarks... Will You fix the bookmark bug in ver15? Bug was described in :https://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Main=16357&Number=62549#Post62549 Thanks
  3. B

    wish about file browser filter

    Hi When filter applied in File Browser could you hide folders that do not contain search results? Thanks
  4. B

    BUG. Disappearing bookmark

    Hi Long time ago I have found very annoing bug. The bookmark disappears regularly. Reproduce: 1) Set bookmark to current text line using hotkey. As example press Ctrl-K-1 2) Press Shift-Right. Press Delete. Ups. Bookmark disappeared. Similar behavior appears in some other scenarios. As...
  5. B

    Click procedure issue

    Hello I have found a little issue. Suppose I have next code : create or replace package body TEST_SCHEMA.SAMPLE is procedure SampleTest is begin SampleTest; SAMPLE.SampleTest; TEST_SCHEMA.SAMPLE.SampleTest; end; end SAMPLE; When I click the first and second lines I get the...
  6. B

    Plugin location

    Set "Plug-ins" directory in Preferences/Files/Directories.
  7. B

    Plugin Dependency Viewer

    Hi, Pavel. This is not bug. This is because You can't assign hot key to Popup menu. You assign it to main menu item. In this case, PLD does not tell me about the details of the object. I only know your current window. Maybe later I'll think of something... Ups... It seems wrong. I'll...
  8. B

    Plugin Dependency Viewer

    Hi,Nicolas It seems plugin works correctly. When Your package uses table directly, plugin shows it in results form. When package uses table through synonym, plugin doesn't show it. Plugin shows synonym only! But You can call the search for this synonym directly in results form. After that...
  9. B

    Plugin Dependency Viewer

    Hi. A new version of Dependency Viewer available here download 2 bugs are fixed in it. a) Sometimes search worked incorrectly in jobs. Fixed. b) "Open if PL/SQL" worked for the first search result in the object only. Fixed. Greetings.
  10. B

    Plugin Dependency Viewer

    Hi Now 64 bit version is availabled for download
  11. B

    Plugin Dependency Viewer

    Hello Arky. Unfortunately, I can't reproduce this situation, but.... It seems the problem occurs when You have installed 32 bit and 64 bit oracle client on same computer. To solve this issue You can try to define TNS_ADMIN environment variable. As example...
  12. B

    Plugin Dependency Viewer

    64bit is not ready now. I hope in about a month I can offer it
  13. B

    Plugin Dependency Viewer

    Hi The new plugin DependencyViewer are availabled for download ---------------------- Dependency viewer provides a flexible tool to find usages of functions, procedures, types, variables, tables etc... in PL source code. "Search for Usages" dialog box can be activated from: The context menu...
  14. B

    Filter My Invalid objects + Triggers folder

    Hello I have found little issue in object browser. Reproduce: 1)Choose "My Invalid objects" in filter combobox. 2)Try expand folder "Triggers" In this case I receive error : "ORA-00918: column ambiguously defined". Now in "where clause" for "My Invalid objects" it is written : How can I...
Back
Top