Should insert newline when expanding braces
Reported by Daniel Lucraft | May 20th, 2011 @ 09:11 AM
E.g, in Javascript
some_func({})
after pressing enter the result should be:
some_func({
<c>
})
Not as is currently:
some_func({ })
Comments and changes to this ticket
-
Daniel Lucraft May 20th, 2011 @ 09:12 AM
Fixing indentation:
E.g, in Javascript
some_func({})
after pressing enter the result should be:
some_func({ <c> })
Not as is currently:
some_func({ <c>})
-
Daniel Lucraft May 21st, 2011 @ 08:54 AM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A programmer's text editor for Gnome.