We are using version 5.1.
We have scripts that create oracle objects seperated by "/" characters. The last slash appears to be removed whenever we perform a save within plsql developer. Is this a known problem or are we doing something wrong?
An example that illustrates the problem:
I create the following file in plsql developer.
CREATE TABLE abc( col1 VARCHAR2(40) )
/
CREATE INDEX abc_x1 ON abc( col1)
/
I save it as a file, and re-open in the tool. It then seperates into different tabs. If I change something and save again the file no longer contains the last slash.
Any ideas?
Thanks,
Tom Hillson
We have scripts that create oracle objects seperated by "/" characters. The last slash appears to be removed whenever we perform a save within plsql developer. Is this a known problem or are we doing something wrong?
An example that illustrates the problem:
I create the following file in plsql developer.
CREATE TABLE abc( col1 VARCHAR2(40) )
/
CREATE INDEX abc_x1 ON abc( col1)
/
I save it as a file, and re-open in the tool. It then seperates into different tabs. If I change something and save again the file no longer contains the last slash.
Any ideas?
Thanks,
Tom Hillson