Recent content by Stephan B

  1. Stephan B

    Select with inline function fails in SQL and Command Window

    To have autoselect work you must put a / on the line after the statement: with function IC (a_ in varchar2) return varchar2 is begin return initcap(a_); end; select IC(username) from all_users / This currently works for me.
  2. Stephan B

    Mutliple Template Directories

    Hi and thanks for your replies. I will see forwards to this feature, as it would greatly improve our daily use of templates and the user experience with the developer within our corporation.
  3. Stephan B

    Mutliple Template Directories

    Hi. Is there a method to set multiple template directories? Similar to the files sidebar it would be great to for example have a template folder for my personal templates, team templates and general templates. But when I add those folders to the files sidebar, I just can open the whole file but...
  4. Stephan B

    bug for suppresing formating in beautifier

    I tried the example above in 11.0.5.1775 and the bug still existed. Just for reference ;-)
  5. Stephan B

    Substitution variable not properly terminated

    Thank you very much, this has helped! :)
  6. Stephan B

    Substitution variable not properly terminated

    Hi all, I just ran into an issue I hope you can help me with. I haven't found any answer using search here or via google. I try to build a template to comfortably insert substitution variables, using substitution variables. :) As part of that template I want to have something like this line...
Back
Top