auto align closing is not working in TCL language-how to do

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: auto align closing is not working in TCL language-how to do

Re: auto align closing is not working in TCL language-how to

Post by robert » Fri Sep 17, 2010 5:46 pm

Thanks, I've added a Feature Request on SourceForge so I don't forget about it. It should be quick to add in, and so should be in SVN pretty soon and you can grab it from there.

auto align closing is not working in TCL language-how to do

Post by gowtham » Fri Sep 17, 2010 5:07 am

Auto align closing is not working in TCL language-how to do for TCL language
ex:
proc {
}

‘{‘, as well as auto-align closing ‘}’ it is working perfectly in
textArea.setSyntaxEditingStyle(SyntaxConstants.SYNTAX_STYLE_JAVA);

Top