NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Turn off brace alignment?


Joined: 09 Jun 2009
Posts: 5
Reply with quote
Is there an option to turn off brace {} alignment?

I'm being driven nuts by having the closing brace } automatically align itself to the opening level, regardless of whether I choose 'Auto Indent Mode' or 'Smart Indent Mode' in the Editor Settings dialog.

I like my closing brace to follow the level of the indented block.
View user's profileFind all posts by rondunnSend private message


Joined: 09 Jun 2009
Posts: 5
Reply with quote
Any comment on this one, guys? It is the only thing stopping me buying the product.
View user's profileFind all posts by rondunnSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
I'm not sure what to say. Setting for the Indent (Smart, Auto, No) works fine for me. With the following code:
Code:
     some text {|}


pressing Enter while Smart is set, will produce
Code:
     some text {
          |
     }


pressing Enter while Auto is set, will produce
Code:
     some text {
     |}


pressing Enter while NO is set, will produce
Code:
     some text {
|}

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Turn off brace alignment?
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic