Hello,
My PL/SQL Developer version is 6.0.5.926.
To see the problem try to cut and paste the following code:
/*
SELECT T.COMMAND_TYPE, T.HASH_VALUE, T.PIECE, T.SQL_TEXT
FROM V$SQLTEXT T
WHERE T.sql_text LIKE 'select /*+rule*/%'
ORDER BY T.HASH_VALUE, PIECE
*/
select * from dual;
Do You need more info?
If I comment the code by "--" higlihgting is ok, so don't you think the option "comment selected block" by -- signs would be very usefull in SQL Window context menu?
Best regards, and keep good work,
ToRo
My PL/SQL Developer version is 6.0.5.926.
To see the problem try to cut and paste the following code:
/*
SELECT T.COMMAND_TYPE, T.HASH_VALUE, T.PIECE, T.SQL_TEXT
FROM V$SQLTEXT T
WHERE T.sql_text LIKE 'select /*+rule*/%'
ORDER BY T.HASH_VALUE, PIECE
*/
select * from dual;
Do You need more info?
If I comment the code by "--" higlihgting is ok, so don't you think the option "comment selected block" by -- signs would be very usefull in SQL Window context menu?
Best regards, and keep good work,
ToRo