Curly brackets not "auto aligning"
Posted: Mon Jan 04, 2010 5:36 pm
In earlier versions of TextPad, when you typed
And then pressed enter, the cursor would be automatically indented, resulting in
...and then when you pressed enter again...
...and then the close-curly-bracket, it would automatically UN-indent:
In otherwords, it automatically formatted the function for you. Now, in version 5.3.1, it's not doing any of that automatic stuff. I have to press [enter][tab] after the open-curly, and [enter][backspace][close-curly].
I don't see any configuration related to this either.
Am I crazy? Can anyone help me? :' (
Code: Select all
[tab]text() {[cursor]Code: Select all
[tab]text() {
[tab][tab][cursor]Code: Select all
[tab]text() {
[tab][tab]
[tab][tab][cursor]Code: Select all
[tab]text() {
[tab][tab]
[tab]}[cursor]I don't see any configuration related to this either.
Am I crazy? Can anyone help me? :' (