Recent content by vb.de

  1. V

    enhancment request for tabledata compare

    Hello Could you please add 'Trigger disabled' and 'Foreign-Key-Constraints disabled' on the option tab of tabledata compare when in script mode. Should work like it did on on table export, SQL-Inserts-Tab. Thanks vb.de
  2. V

    PL/SQL Developer problems on VPN connexion

    I'm working through a VPN-Client for some time now without any problems. The configuration is mainly the same, only the CISCO VPN-client has a newer version 4.8.01.0300. Maybe that's the problem. The computer running the VPN is a virtual machine running on a windows host and a mac host without...
  3. V

    Beautifier and selections

    When I try to beautify a selection of code, I often get the error massage 'PL/SQL Beautifier could not parse text'. Then I enclose the selection in begin end; and the beautifier does its work correctly (most of the time). If I could do this by hand, it should be possible for the beautifier to...
  4. V

    constraint status validate/novalidate

    Hi Marco, is it planed to add a validate/novalidate column to the constraints in the table editor in the next release? If not, could you please add it to the list of enhancement request. Thanks
  5. V

    Hyperlink navigation right click

    When I use the hyperlink navigation (ctrl+mouseclick)in a package body on a local function, left click moved the cursor to the forward declaration but right click did nothing. So right click hyperlink navigation is a good detection for local functions ;) but it should be possible to jump to the...
  6. V

    constraint status validate/novalidate

    I found it in the properties windows, thanks, But the table editor with the tabs Columns, Keys and Checks would be a much better place and a better overview what's going on. With an validate/novalidate column on those tabs you can also generate the ddl statements more easily. Now for example I...
  7. V

    constraint status validate/novalidate

    On the table editor I can see the different constraints (not null, foreign key and check). I can see and set if they are enabled too. But what I could not see and set is if they are validated or not. Is there a special setting in the configuration to see and set this constraint attribute? Then...
  8. V

    Templates with no modal window

    I just discovered templates and must say, they are great. For me it would be a great help if the editor window and the parameter window were not modal. Then it would be able to copy/paste from programm window to the template windows. So you can fill in faster and don't have to retype. Could...
  9. V

    Issue: Copy comma separated "FK References"

    Hello, the problem still exists. As said in PL/SQL Developer Forum Topic 004742 you could not "Copy comma separated" when there are more than one entry in "Foreign key references". If you mark a single entry it works as in all other subfolders of the browser. Is there an estimate available...
  10. V

    Separate Saves for Package Body/Spec

    Hello Mike, thanks for quick reply. Find it, load it, worked (more or less). But it's not you who develop the plugin? I send a mail to the author. What is less? Menu wasn't added under language german.lang, but worekd well under language none (english). Could I patch this? Is there a way to...
  11. V

    Separate Saves for Package Body/Spec

    The post is now 5 years old, but for me this point is just coming up (plsqldev 7.1). How can I save spec and body in seperate files when I have open them in one window (Open spec & body). Couldn't find the plugin from patch on the website. Thanks for help.
  12. V

    Enhancement request refactoring: renaming record fields

    Could the renaming function within refactoring enhanced so that it is posible to rename the fields of a programmer defined record?
  13. V

    enhancement request: search list

    I have an enhancement request for the search list. Could it be added to the editors context menu? So if I right click on a word (or selection), I could select search list and the tree view of search hits appears directly. Now I have to copy the selection, paste it in the search bar, click...
  14. V

    Language of PL/SQL Developer help file

    Any new informations? I just checked an older installation (7.0.3), there I see a german PL/SQL developer Help.
  15. V

    Language of PL/SQL Developer help file

    There is a plsqldev.hlp in the german subdirectory. As the original Helpfile is a .chm I used a converter to transfer the .hlp to .chm Now the german helpfile opens, when called via menu. But when I picked the help button in a window (like edit table) than help didn't show up. Think the...
Back
Top