On 2015-04-18, Frank <
kra...@gmail.com> wrote:
> Hi,
>
> I am looking for a very simple TCL code beautifier.
>
> What I am looking for is to indent the blocks of code by certain amount of spaces (not tabs). See example at the bottom.
>
> Ideally I would like to be able to run it within Komodo and Eclipse.
I use Emacs for everything and it does fine so far on Tcl. I'm a beginner in
Tcl so I didn't use all the constructs possible in it. I heard about Komodo
but when I tried it a few years ago I didn't like it. I didn't know Eclipse
had any support for Tcl. What plugin is it? I can understand using Komodo
for Tcl because Komodo specifically supports Tcl doesn't it? But Eclipse? It
sounds like an 800 pound gorilla. Emacs is much better for quick editing
than Eclipse. I never thought I would say Emacs and quick at the same time
but today it happened.
Below is what I get from Emacs in Tcl mode on your example
Bogdan