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!

Bug - Format Code Removes Linebreaks When Preserve Existing Is Set

oracle_code_monkeyOct 20 2015 — edited Oct 20 2015

On version 4.1.1.19 Build MAIN-19.59. Running a format on a Block Comment removes line breaks even if you've set the preserve existing option.

Example.png

Before Format

/*******************************************************************************

Procedure: get_session_variable

Purpose: Retrieves the current value for the provided key.

Notes:

History: 10/20/2015 Code Monkey Initial Creation

*******************************************************************************/

After Format

/*******************************************************************************

Procedure: get_session_variable

Purpose: Retrieves the current value for the provided key.

Notes:

History: 10/20/2015 Code Monkey Initial Creation

*******************************************************************************/

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 17 2015
Added on Oct 20 2015
0 comments
156 views