Marco,
The problem is that both database and owner are the same for both objects! One is, for example a table named "employees" and the other a trigger also named "employees". There is no restriction within the database for having two objects named the same if they are of different types...
If a database contains two objects with the same name, for example a table named "A" and a trigger also named "A", plsqldoc overwrites the file generated first. If both objects are in the same database and have the same owner, it doesn't seem to be a way of avoiding this. I am right? If so, is...
Is it possible to change the predefined words of plsqldoc so one can generate documentation titles (for example change "Packages Body" for "XXX") in a language different than english?
The manual explains how to change index.html and so to include headers and footers which allows also to...
After upgrading to version 6, one of the plug-ins I had installed stopped working. I've reinstalled it, but it seems like PL/SQL Developer doesn't load it at start-up (it doesn't come up in the list when I select Tools/Configure Plug-Ins...). Any clue on what can be done?
maguzman
I started using v1.1.0 and switched to v1.1.1 after reading an answer to other question. The only difference between versions is that the latest one shows the full path of the local folder in the "get files" windows while the previous version didn't. But in both cases, all files are missing from...
I changed the gateway from PushOk to Jalandi Igloo and solved the previous problem.
I am know experiencing a new situation: every time I restart PLSQL Developer, I need to add all files again because I can't see them (using "get" or "check out"). When adding the files I always get a message...
I am testing the Version Control Plug-In with the following configureation:
CVS for Windows NT v2.0.8
WinCVS 1.3 13.2 Beta 13 (Build 2)
Python 2.3 (for CVS commands a tcl)
CVS Proxy from PushOK version 1.1.030816 (an evaluation copy of a proxy that let's you use CVS thru CSS)
Every time I...