Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.6
-
Fix Version/s: 2.0.2Release
-
Component/s: Formatting
-
Labels:None
-
Number of attachments :
Description
If I write
def test = ["hello": "world",
"and": "sample"]
with the definition of the List spanning two lines, when I hit return to get to the second line, the editor adds spaces, not tabs, for indentation. I only use tabs for indentation, so this is definitely not nice
Issue Links
| This issue relates to: | ||||
| GRECLIPSE-631 | [formatting] Quirk with quotes in editor |
|
|
|
| This issue is depended upon by: | ||||
| GRECLIPSE-746 | Autoindentation after hitting return is flaky |
|
|
|
Made a change to GroovyIndenter and have addressed this problem. Should be available in the next dev build as well as the next release that will be out soon.