Community
Participate
Working Groups
Created attachment 271572 [details] Snippet to reproduce issue Hello! Typing the open curly bracket into the string leads to some magic interpretation which makes the editor think it should do the bracket behind the closing bracket of Status Initial: new Status(IStatus.ERROR, Activator.PLUGIN_ID, NLS.bind("Error: failed", binding)); Expected: new Status(IStatus.ERROR, Activator.PLUGIN_ID, NLS.bind("Error: {failed", binding)); Result: new Status(IStatus.ERROR, Activator.PLUGIN_ID, NLS.bind("Error: failed", binding)) {; Please find example code attached.
*** This bug has been marked as a duplicate of bug 520081 ***