Outliner program ?

  • Thread starter Thread starter John Fitzsimons
  • Start date Start date
If you're interested in Tcl/Tk scripting,
Python provides an interface to these libraries
called Tkinter which would probably be easier
to use and perhaps more productive in the long run
since the full power of Python is available
in conjunction with it ....

That is, the scripting is done in Python,
which transparently calls the Tcl/Tk libs
to do GUI programming ....

If you want to go down the Python route, there is also Leo, a Literate
Editor for Outlines:
http://leo.sourceforge.net/


Or, for the absolute last word in text editors, you might want to try
Gnu Emacs
http://www.gnu.org/software/emacs/
or a variant called Xemacs
http://www.xemacs.org/

The last two are text editors so powerful that you can actually play
Space Invaders on it (in textual form, that is).

Having said that, Leo's outlining factility is more powerful than emacs.
 
On 19 Aug 2004 12:54:43 GMT, Iain Cheyne wrote:

[SciTe]
Does this mean that folding is only usable when editing these specific
programming languages?

No. It means you have to utilize one of these language parsers to your
file. (That's a simple menu selection.) Only inconvenience I see with
the Python parser is the seemingly arbitrary syntax coloring you'll see
in your files. (At least as long as you don't adjust the config files.)

But I hope they will extent and improve their general folding (outlining)
capabilities in a not so far future. ;-)

BeAr
 
_Cousin Stanley_, giovedì 19/ago/2004:
Cousin MLC ....

If you're interested in Tcl/Tk scripting,
Python provides an interface to these libraries
called Tkinter which would probably be easier
to use and perhaps more productive in the long run
since the full power of Python is available
in conjunction with it ....

That is, the scripting is done in Python,
which transparently calls the Tcl/Tk libs
to do GUI programming ....

Hi Cousin Stanley,

Learning Python is in my to-do list since last year...
I hope to catch up soon!
 
Back
Top