Recent content by patch

  1. patch

    Test Window shows old procedure / function Code after recompiling

    I still think you should close the tab in the test-window (as described above) containing the code you are testing, that has been recompiled.
  2. patch

    Test Window shows old procedure / function Code after recompiling

    I don't think he is referring to the output of the function, but to the new code being executed. If you right-click anywhere in the tab with the (old) code, you can close this page. When you execute the next step, the code will be reloaded and the new code will be displayed.
  3. patch

    SOLVED: hide the path to oracle help when showing Oracle error

    I am not a fan of this. If you decide to do this, then at least make it optional. I like to get as much information as possible, and with easy/common error messages my brain will filter out the rest ;-)
  4. patch

    SOLVED: hide the path to oracle help when showing Oracle error

    This is a new feature of Oracle Database. They are working on making the error messages more useful. It’s a separate project but you will see the new messages starting with Oracle Database 23ai.
  5. patch

    PLSQL 16 - Enhancements Request

    I just compiled and uploaded a 32-bit version.https://bar-solutions.com/download/plsqldeveloper/x86/Pin.zip I didn't know there were still people using 32-bit ;-)
  6. patch

    Comment lines

    If the cursor is at the beginning of the last line, it will not comment/uncomment. That is by design.
  7. patch

    PLSQL 16 - Enhancements Request

    For enhancement 2 I have a plugin available:https://bar-solutions.com/download/plsqldeveloper/x64/Pin.zip
  8. patch

    Comment Lines Plug-in

    I found the time to update this plugin. I also updated ColumnEdit, Templates, and Favorites. If you use any other one of my plugin and encounter this problem, then let me know. I know how to fix it now ;-) You can find them at:https://plugins.bar-solutions.com
  9. patch

    Comment Lines Plug-in

    Marco helped me in solving the issue. Hopefully, after the weekend, I will have some time to implement it.
  10. patch

    Comment Lines Plug-in

    First of all, thank you for the compliment. Second, I think it is a problem with the plugin framework implementation. I have tried a couple of my plugins that modify the editing window and it seems that all the calls to get the selection, copy the selection, etc. don't work as they did in PL/SQL...
  11. patch

    How to tell the compiler to distinguish between package name and method name in PL/SQL code

    If you fully qualify the procedure it will work, so .. or demo.mybill.mustbepayed.
  12. patch

    Plyxon Pricing & Ordering

    Do you need a new registration even if you are a registered user of PLSQL Developer? Will you need a separate license for the Windows and Mac (or Linux) product?
  13. patch

    Gesture doesn't work

    Moving two fingers horizontally to scroll left to right (and vv.) doesn't work on the Mac version of Plyxon.(0.9.4.540 64bit)
  14. patch

    Plyxon Alpha 4 - Download link not updated?

    I think Alpha 1 was 0.9.0, Alpha 2 was 0.9.1 so, Alpha 4 is 0.9.3. Zero based counting, which is not the way PL/SQL Developers normally count ;-)
  15. patch

    Line comments

    If you use the comment hot-key to add line comments (--) at the start of the line, these are not recorded in your undo stack. Pressing CTRL-Z will undo any other action, except the comment.
Back
Top