Recent content by Marco van der Linden

  1. Marco van der Linden

    Glitch using smart tab

    The smart tab has an annoying glitch. When using smart tab to align (existing) text, the cursor moves to the end of the line without moving the text. Only after pressing, for instance 'enter' is the text visually alligned. Say you have the following statement: SELECT a.column1...
  2. Marco van der Linden

    How to append DBMS output in SQL window

    Yes, there is: Preferences/Oracle/Output => uncheck 'Clear before execute'
  3. Marco van der Linden

    Debugger: break point ignored

    Hmm, weird. I tried it again this morning and now it works. So it looks like the problem was between the keyboard and the chair.
  4. Marco van der Linden

    Debugger: break point ignored

    Hi Marco, The debugger in itself is working, as I can step through the code and investigate values for variables. However, I just saw that I forgot an important step in my first posting, which is: add a breakpoint at the code line with the NULL statement. For me, the steps described in the...
  5. Marco van der Linden

    Debugger: break point ignored

    Seems that in Beta 14.2 break points are ignored in the test window. This is pretty easy to reproduce: create as simple procedure as create procedure my_proc is begin null; end; Add debug information and: - Start debugger - press the 'run' button. The code will complete without stopping at...
  6. Marco van der Linden

    Workset connections

    Maybe you could create a preference for this? Order by date/name, asc/desc.
  7. Marco van der Linden

    Compare result sets - synchronize scrolling

    Hi Marco, I really like the new feature to compare result sets. However, I don't see any option to synchronize scrolling. Am I overlooking something? If not, can this be added? Regards, Marco van der Linden
  8. Marco van der Linden

    Workspace capture on close

    You can use the 'Desktop' command line option. I have several shortcuts for different databases just for this purpose. For instance, I have one shortcut with 'Desktop=Sandbox'. At he end of the day I just close PLD and the next day all windows are back there again. At one point this saved hours...
  9. Marco van der Linden

    Save "working environment" with some name

    It would be nice if the desktop feature were more flexible. Right now I'm using separate short cuts for my several instance e.g. desktop=dev or desktop=acp. If it would be possible to select a previously used desktop or enter a new desktop name on startup, there's no more need to create multiple...
  10. Marco van der Linden

    how to look error text when beautiful?

    Looks like you forgot a after '10'. I copy/pasted your query and it gave said error. After adding a space it beautified nicely.
  11. Marco van der Linden

    Column Editing.

    +1. I think that would be a useful addition to this functionality, which by the way, has been a long way in the making. I recall having asked this somewhere around beta 7. Anyway, thanks a lot for this one Marco. Finally I don't need to cut 'n paste back and forth between PLD and ultraedit.
  12. Marco van der Linden

    Code asistant - better filtering

    +1 That would save a lot of scrolling up/down
  13. Marco van der Linden

    login.sql or similar ?

    Isn't AfterConnect.sql what's meant here? If I recall correctly I used this in the past to set session NLS parameters.
  14. Marco van der Linden

    Compile only SPEC or BODY in Program Window

    To compile only Spec or Body you can use the 'Compile Current' plug-in from BAR Solutions (it's on the plug-in page). Works like a charm.
  15. Marco van der Linden

    Ctrl-Home does not work on line 1

    Please do. It is a very anoying buglett. I thought it had something to do with my windows environment, but now it seems I'm not the only one experiencing this problem. BTW I'm on the same version as Worker.
Back
Top