The IDE will incorrectly add square brackets automatically when the user hits return under certain conditions.
To reproduce:
- Create a new boa file in Eclipse.
- Add the following line of code:
squareBracket: string = "//[";
- Save the file
- Place the cursor directly after the semicolon.
- Press Enter.
A closing square bracket will be added automatically. After hitting enter the file looks like this:
squareBracket: string = "//[";
]
The IDE will incorrectly add square brackets automatically when the user hits return under certain conditions.
To reproduce:
squareBracket: string = "//[";A closing square bracket will be added automatically. After hitting enter the file looks like this:
squareBracket: string = "//[";
]