Copy/paste of storprocs outside DbViz loses formatting
a
anonymous
started a topic
about 13 years ago
[This topic is migrated from our old forums. The original author name has been removed]
DbViz does a good job of identifying with different colours the keyords etc of storprocs. Is it possible to keep this formatting when pasting into a different application (Word, Outlook etc)?
For example:
CREATE OR REPLACE PACKAGE BODY "test_schema"."test_storproc" IS
--*****************************************************************************
-- Object Name : test_storproc
-- Object Type : Package
-- Description :
CREATE OR REPLACE PACKAGE BODY .......... IS = should be blue
"test_schema"."test_storproc" = should be red
rest = should be green
Thanks!
Ian
1 Comment
Hans Bergsten
said
about 13 years ago
[This reply is migrated from our old forums.]
Re: Copy/paste of storprocs outside DbViz loses formatting
Hi Ian,
We've looked at this in the past and it turned out to be very hard, but now we have a new editor component with a new syntax highlighter which may make it possible. I have added your vote for this feature.
Best Regards,
Hans
anonymous