Whenever I want to edit source code I type the program name somewhere, then I right-click on it and choose Edit. In some environments, though, it won't always work. The second option is querying dba_source, copying the TEXT column and pasting it to a Program Window. The problem is that it pastes like:
In order to have the correct text and get syntax highlight back, I have to remove the double-quotes and extra lines.
I've just given a try to Paste from Host Language. I noticed it won't add junk to the copied content, but it doesn't include the last line when pasting. Adding an END; is a lot less work then removing the trash, but it would be great to have it working as expected.
Regards,
Gustavo
... and so on."LINE 1
"
"LINE 2
"
"LINE 3
"
In order to have the correct text and get syntax highlight back, I have to remove the double-quotes and extra lines.
I've just given a try to Paste from Host Language. I noticed it won't add junk to the copied content, but it doesn't include the last line when pasting. Adding an END; is a lot less work then removing the trash, but it would be great to have it working as expected.
Regards,
Gustavo