tabs within quotes

mike

Member³
I'm using PL/SQL Developer 12.0.2.1818 (64 bit). I have the use tab preference unchecked.

When I copy and paste an entire cursor about 200 lines long from a text editor (notepad++) into a package, the tab character is replaced by spaces when the tabs are within single quotes.

When I copy just the select part before the "from", the tabs within quotes remain.

This messed up the tab delimited file I was writing. In my opinion, it would be helpful if the tabs within quotes remain during a copy/paste all of the time.
 
Back
Top