Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 500212

Summary: Pressing TAB inside a string moves semicolon
Product: [ECD] Orion Reporter: Sebastian Pahnke <pahnke.sebastian>
Component: EditorAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: steve_northover
Version: 13.0   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Sebastian Pahnke CLA 2016-08-24 10:52:33 EDT
Consider the code
var test = "";

If you move the caret inside the quotes and press TAB the semicolon is moved. It seems that the indentation logic interferes here, because if you vary the length of the variable name the behavior changes slightly. I would expect to always get a tab character when I am inside a string.
Comment 1 Steve Northover CLA 2017-03-30 14:01:58 EDT
I just tried this and it works.