Skip to content

Incorrectly Adding Square Brackets #5

@binel

Description

@binel

The IDE will incorrectly add square brackets automatically when the user hits return under certain conditions.

To reproduce:

  1. Create a new boa file in Eclipse.
  2. Add the following line of code: squareBracket: string = "//[";
  3. Save the file
  4. Place the cursor directly after the semicolon.
  5. Press Enter.

A closing square bracket will be added automatically. After hitting enter the file looks like this:

squareBracket: string = "//[";

]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions