Formatting issue

17.1.543.3127

  1. Text in the SQL Editor:

insert into MYTABLE(CD, NM) -- Ok
values (:CD, :NM); -- Trouble

  1. Each time you press the Ctrl-F key, the comment "-- Trouble" moves to the right.
    And so on ad infinitum.

  2. Formatter options:

<FormatterOptions>
  <Version>397</Version>
  <LegacyOptionsGUI>5.397.0</LegacyOptionsGUI>
  <QP5>5.398</QP5>
  <OutputTabs>4</OutputTabs>
  <IndentSize>4</IndentSize>
  <RightMargin>120</RightMargin>
  <LF_SQLOthers>0</LF_SQLOthers>
  <KeywordCase>2</KeywordCase>
  <VariableCase>1</VariableCase>
  <BuiltInCase>2</BuiltInCase>
  <BuiltInPackageCase>2</BuiltInPackageCase>
  <AssignAlignment>2</AssignAlignment>
  <ParensStyle>0</ParensStyle>
  <DmlColumnAliasAlignment>0</DmlColumnAliasAlignment>
  <DmlTableRefAliasAlignment>0</DmlTableRefAliasAlignment>
  <Tagline>0</Tagline>
</FormatterOptions>