Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL Developer 17.3 - Bug with multiline strings?

Menno HoogendijkOct 2 2017 — edited Oct 17 2017

Hi,

I noticed a possible bug in 17.3. I can't put my mouse cursor in a multiline string.

For example this string, but it doesn't matter which one:

    l_js :=

    q'[function() {

     twinq.treeView.refresh({

       da: this,

       ajaxIdentifier: "#AJAX_IDENTIFIER#",

       itemsToSubmit: "#ITEMS_TO_SUBMIT#"

     });

    }]';

even something as simple as this gives problems:

'

line1

line2

'

Regards,

Menno

This post has been answered by Gary Graham-Oracle on Oct 2 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2017
Added on Oct 2 2017
11 comments
1,464 views