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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Multicursor - small bug

dz_rDec 13 2019 — edited Dec 13 2019

Reporting small bug - sorry for poor English:


SQL Developer 19.2.1 - SQL Worksheet or Code Editor - I'm typing a few lines of text - for example:

aaa

bbb

ccc

ddd

next in menu I'm checking Edit -> Block selection and in editor I'm placing multiple cursors at the beginning of each line and I'm starting typing - for example "123".

Text "123" appears at the beginning of each line - except the first one, where it appears backwards:

321aaa

123bbb

123ccc

123ddd

Next I'm pressing 3 times BACKSPACE - previously entered text "123" disappears, again except the first line, where nothing happens:

321aaa

bbb

ccc

ddd

All this happens when the first line with muliti-cursor is the first line in editor.

Dariusz Zawistowski

Comments

Post Details

Added on Dec 13 2019
2 comments
252 views