Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly Adding Square Brackets #5

Open
binel opened this issue Jul 27, 2016 · 0 comments
Open

Incorrectly Adding Square Brackets #5

binel opened this issue Jul 27, 2016 · 0 comments
Labels

Comments

@binel
Copy link

binel commented Jul 27, 2016

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 = "//[";

]

@psybers psybers added the bug label May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants