Recent content by Jens Naumann

  1. J

    Extensions in the context of projects

    Addition to 1. Only *.prj files are displayed in the list, but when I enter the first letter of the project name, the *.dsk file is also displayed. However, this may be a feature of Windows and cannot be changed.
  2. J

    Extensions in the context of projects

    Hallo, I use this feature extensively and would like to suggest a few changes. 1. The file dialog for opening projects should only display *.prj files and not *.*. Although *.prj is the default setting, this is ignored. 2. Clicking in the project browser does not change the file display. You...
  3. J

    Extra Key Configuration

    settings found, works fine, failed setup does not matter regards
  4. J

    Extra Key Configuration

    I executed setup as administrator, always setup failed. Theres no config item. Regards
  5. J

    Extra Key Configuration

    Hi, this sound interesting. I tried, but there are some questions. 1. Setup said 'Install failed'. But the plugin is visible in PLSQL Dev. 2. Executing Up and Down does nothing if the current linie is not highlighted. Why? 3. I highlight a part of the current line and only this part is moved...
  6. J

    Shortcut "Mark word under cursor"

    Hi, i miss the Eclipse shortcut "Mark word under cursor". Tried with a macro, but the result was dissatisfied. Are there any solutions? Thanks and regards.
  7. J

    What controls the new auto reopen documents/windows ?

    Hi, try to uncheck "Autosave Desktop" in Preferences/Options. Regards
  8. J

    Multiple Query Results in Single Tab

    ... or like that select (select count(*) from wut_application_details) wad_count, (select count(*) from wut_person_details) wpd_count, (select count(*) from wut_application_funnel_steps) wafs_count from dual;
  9. J

    Row Tabs

    Thank you very much.
  10. J

    Row Tabs

    Hi, how can i remove the row tab? (version 14.0.0.1961). Thanks Regards
  11. J

    Feature request - copy with variable/constant to literal replacement

    This would be a great simplification! Please put it on top of the list.
  12. J

    Column name auto-complete not working after upgrade

    when you type "select t.pro" and press F6 which table should be found? you haven't type a table name at this point. Regards
  13. J

    Column name auto-complete not working after upgrade

    Yes, i know it's not perfect for example if there are duplicate cursors and aliases or deep code hierarchy or the code isn't compilable. In most cases the problem is sitting in front of the screen. For me it works good. Regards
  14. J

    Bookmark List

    Hi, this is an issue with the bookmark list. If you set a bookmark on a line and after that delete the line the bookmarks remains in the list and does nothing if you click on it. Please remove it from the the list in this case. Regards Jens
  15. J

    How do I export templates that I created? can't seem to find the source codes

    Hi, look in Developer folder\template, for example (32 bit version) C:\Program Files (x86)\PLSQL Developer 13\Template Regards
Back
Top