Recent content by WCLucas42

  1. W

    Lost Objects in left hand tree view

    Much Thanks, We are looking forward to it.
  2. W

    Lost Objects in left hand tree view

    I have a nested case statement that I am using that looks like this (Hope it doesn't look too bad). SELECT XMLAGG(XMLELEMENT("UnarchiveStatus", XMLELEMENT("Success", '1'), XMLELEMENT("ArchiveExists", CASE...
  3. W

    shift tab

    Thanks I'll check it out and see if it does what we are looking for. I'll let you know. Thanks, Bill
  4. W

    Types in Packages and the Code Assistant

    We are declaring the types and the exceptions in the package specifications. We can see the types from the code assistant, but we can not see the information about the type members. i.e. When WE Type out BMQR_TYPES. we do not see the column list. HTH and Thanks, Bill
  5. W

    shift tab

    I tried the macro and I did get it to work. Unfortunately, it has the undesired consequence of changing the functionality of shift+tab when you have a section of code highlighted. If you highlight a block of code and hit shift tab the whole block of code moves back one tab. If you set up a...
  6. W

    Types in Packages and the Code Assistant

    We have all of our exceptions and types defined in one Package, BMQR_Types. When we reference a type from the Types package we do not get the the Code Assitant popping up with the information about the type the same way you would if you declared the type from the table itself. Is there anyway...
  7. W

    shift tab

    Good thoughts, I'll see what I can do with that. Thanks,
  8. W

    shift tab

    I have been using the left arrow, but it is unintuitive and on the completely wrong side of the keyboard (at least for me). I was just hoping there might have been a different key combination that I was missing. Would this be something that might appear in the future? This is obviously not a...
  9. W

    shift tab

    We were just wondering if there is a key combination that moves the cursor back one tab character similar to shift tab in other IDEs, and if so what the combination is? Thanks, Bill
Back
Top