Go Back   Velocity Reviews > Newsgroups > Python
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Python - ANN: Leo 4.1 beta 1 An outlining editor

 
Thread Tools Search this Thread
Old 11-07-2003, 03:45 PM   #1
Default ANN: Leo 4.1 beta 1 An outlining editor


Leo 4.1 beta 1 is now available at: http://sourceforge.net/projects/leo/

This is the first official release of the reorganized 4.1 code base. The
code appears solid, and has not been widely tested. Please use caution when
using this code.

N.B. By default Leo 4.1 creates .leo files that can not be read by older
versions of Leo. Please read the following carefully.

Highlights of 4.1 beta 1:
------------------------

* Leo 4.1 includes several new commands:
- script-based find/change commands: very powerful and flexible.
- Hoist & DeHoist commands for viewing parts of an outline.
- Check Outline command finds user clone mistakes.
* New configuration settings:
- use_gnx specifies whether .leo files use integers as indices:
use_gnx = 0 makes .leo files compatible with previous versions of Leo.
use_gnx = 1 makes .leo files cvs-friendly
- config_encoding specifies the encoding of leoConfig.txt.
* Several significant code-level changes:
- The 4.1 code base has been reorganized to support gui plugins.
An example wx_gui plugin is partly functional.
- Created a flexible framework for creating & running regression tests.
This framework takes full advantage of outlines to organize tests.
- app.forceShutdown now works when called from plugins.
- Fixed several long-standing bugs. More fixes are coming.

What is Leo?
------------
- A programmer's editor, an outlining editor and a flexible browser.
- A literate programming tool, compatible with noweb and CWEB.
- A data organizer and project manager. Leo provides multiple views
of projects within a single outline.
- Fully scriptable using Python. Leo saves its files in XML format.
- Portable. leo.py is 100% pure Python.
- Open Software, distributed under the Python License.

Leo requires Python 2.1 or above and tcl/tk 8.3 or above.
Leo works on Linux, Windows and MacOs X.

Links:
------
Leo: http://webpages.charter.net/edreamleo/front.html
Home: http://sourceforge.net/projects/leo/
Download: http://sourceforge.net/project/showf...?group_id=3458
CVS: http://sourceforge.net/cvs/?group_id=3458
Wiki: http://leo.hd1.org/

Edward K. Ream
November 7, 2003
--------------------------------------------------------------------
Edward K. Ream email:
Leo: Literate Editor with Outlines
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------




Edward K. Ream
  Reply With Quote
Old 11-08-2003, 12:02 PM   #2
Jegenye 2001 Bt
 
Posts: n/a
Default Re: Leo 4.1 beta 1 An outlining editor
Leo is a killer Python application! I wholeheartedly recommend it to
everyone.
Now Leo gives hope I will be able to clean up a daunting piece of mess, a
rather complex hack-work.
Thanks, Edward!

Best,
Miklós
--
PRISZNYÁK Miklós
---
Jegenye 2001 Bt. ( private.php?do=newpm&u= )
Egyedi szoftverkészítés, tanácsadás
Custom software development, consulting
http://jegenye2001.parkhosting.com





Jegenye 2001 Bt
  Reply With Quote
Old 11-08-2003, 01:08 PM   #3
Edward K. Ream
 
Posts: n/a
Default Re: Leo 4.1 beta 1 An outlining editor
Leo 4.1 beta 1 does not work on most (all?) Linux systems: "mbcs" is not a
valid encoding on Linux.

Leo 4.1 beta 2 corrects this problem. You may download beta 2 from

Download: http://sourceforge.net/project/showf...?group_id=3458

Edward
--------------------------------------------------------------------
Edward K. Ream email:
Leo: Literate Editor with Outlines
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------




Edward K. Ream
  Reply With Quote
Old 11-08-2003, 01:10 PM   #4
Edward K. Ream
 
Posts: n/a
Default Re: Leo 4.1 beta 1 An outlining editor
> Leo is a killer Python application!

Thanks for these kind words Working on Leo is one of the great joys of
my life.

Edward
--------------------------------------------------------------------
Edward K. Ream email:
Leo: Literate Editor with Outlines
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------




Edward K. Ream
  Reply With Quote
Old 11-08-2003, 09:28 PM   #5
Tim Churches
 
Posts: n/a
Default Re: ANN: Leo 4.1 beta 1 An outlining editor
On Sat, 2003-11-08 at 02:45, Edward K. Ream wrote:
> Leo 4.1 beta 1 is now available at: http://sourceforge.net/projects/leo/
>
> This is the first official release of the reorganized 4.1 code base. The
> code appears solid, and has not been widely tested. Please use caution when
> using this code.


A small request: please don't use spaces in directory or files names in
your Leo distribution - use dashes or underscores if you need a
separator. Spaces annoy the hell out of anyone using a command line
interface.

Otherwise Leo looks great.

--

Tim C

PGP/GnuPG Key 1024D/EAF993D0 available from keyservers everywhere
or at http://members.optushome.com.au/tchur/pubkey.asc
Key fingerprint = 8C22 BF76 33BA B3B5 1D5B EB37 7891 46A9 EAF9 93D0



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQA/rWAReJFGqer5k9ARApJVAJ4k0xiJXOCFcBnMlBZXfo5LgvtNrQ CfRTeA
L34iJHlO3WKD+LdCTfWImCo=
=qG3Z
-----END PGP SIGNATURE-----



Tim Churches
  Reply With Quote
Old 11-08-2003, 11:45 PM   #6
Edward K. Ream
 
Posts: n/a
Default Re: ANN: Leo 4.1 beta 1 An outlining editor
My reader didn't give me the text of your message or the attachment. There
are definite problems with 4.1 beta 1 on Linux. Please send me your bug
reports at the email address below. Thanks, and my apologies for these
problems.

Edward
--------------------------------------------------------------------
Edward K. Ream email:
Leo: Literate Editor with Outlines
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------




Edward K. Ream
  Reply With Quote
Old 11-09-2003, 12:59 AM   #7
Tim Churches
 
Posts: n/a
Default Re: ANN: Leo 4.1 beta 1 An outlining editor
On Sun, 2003-11-09 at 10:45, Edward K. Ream wrote:
> My reader didn't give me the text of your message or the attachment. There
> are definite problems with 4.1 beta 1 on Linux. Please send me your bug
> reports at the email address below. Thanks, and my apologies for these
> problems.
>
> Edward
> --------------------------------------------------------------------
> Edward K. Ream email:
> Leo: Literate Editor with Outlines
> Leo: http://webpages.charter.net/edreamleo/front.html
> --------------------------------------------------------------------


I think this may relate to my reply, which is reproduced below. I did
send it to your address but received an automated reply asking me to
visit a Web page, register there and then give three good reasons why my
message should be forwarded to you. You have to be joking if you expect
anyone to bother doing that!

> A small request: please don't use spaces in directory or filenames
> in your Leo distribution - use dashes or underscores if you need a
> separator. Spaces annoy the hell out of anyone using a command line
> interface.


--

Tim C

PGP/GnuPG Key 1024D/EAF993D0 available from keyservers everywhere
or at http://members.optushome.com.au/tchur/pubkey.asc
Key fingerprint = 8C22 BF76 33BA B3B5 1D5B EB37 7891 46A9 EAF9 93D0



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQA/rZFgeJFGqer5k9ARAiOTAKDZGjEQXkXBA8ozXppRsuuC6/w38ACfejkt
wr2DUeY/UHTiLPeiZbIx6LE=
=Bi7V
-----END PGP SIGNATURE-----



Tim Churches
  Reply With Quote
Old 11-09-2003, 02:04 AM   #8
David Konerding
 
Posts: n/a
Default Re: ANN: Leo 4.1 beta 1 An outlining editor
In article <mailman.573.1068327110.702.python->, Tim Churches wrote:
>
> --=-ay9WZH8rLWdKtLGxycO8
> Content-Type: text/plain
> Content-Transfer-Encoding: quoted-printable
>
> On Sat, 2003-11-08 at 02:45, Edward K. Ream wrote:
>> Leo 4.1 beta 1 is now available at: http://sourceforge.net/projects/leo/
>>=20
>> This is the first official release of the reorganized 4.1 code base. The
>> code appears solid, and has not been widely tested. Please use caution w=

> hen
>> using this code.

>
> A small request: please don't use spaces in directory or files names in
> your Leo distribution - use dashes or underscores if you need a
> separator. Spaces annoy the hell out of anyone using a command line
> interface.


Not me... whenever I try to TAB-complete in bash and the matching file has spaces it just adds the quotes or the \
as necessary.

Dave


David Konerding
  Reply With Quote
Old 11-09-2003, 02:24 PM   #9
Edward K. Ream
 
Posts: n/a
Default Re: ANN: Leo 4.1 beta 1 An outlining editor
> > A small request: please don't use spaces in directory or files names in
> > your Leo distribution - use dashes or underscores if you need a
> > separator. Spaces annoy the hell out of anyone using a command line
> > interface.


Yes, I do see spaces in the top-level directory of the zip files. I'm not
sure where that name gets generated in the install script: I'll see if I
can eliminate the spaces in future releases.

Edward
--------------------------------------------------------------------
Edward K. Ream email:
Leo: Literate Editor with Outlines
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------




Edward K. Ream
  Reply With Quote
Old 11-10-2003, 06:02 AM   #10
JanC
 
Posts: n/a
Default Re: ANN: Leo 4.1 beta 1 An outlining editor
Tim Churches <> schreef:

> I think this may relate to my reply, which is reproduced below. I did
> send it to your address but received an automated reply asking me to
> visit a Web page, register there and then give three good reasons why my
> message should be forwarded to you. You have to be joking if you expect
> anyone to bother doing that!
>
>> A small request: please don't use spaces in directory or filenames
>> in your Leo distribution - use dashes or underscores if you need a
>> separator. Spaces annoy the hell out of anyone using a command line
>> interface.

>
> --
>
> Tim C


Quoted your reply in plain text.
OE has problems with the pgp-signature attachment you use...


BTW: most people don't like attachments in text newsgroups, and the mailing
list is gatewayed to comp.lang.python ...

--
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9


JanC
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
An update for those of you who took beta exam 71-621 and/or 71-622 Andy Barkl MCTS 0 03-03-2007 01:52 AM
An update for those of you who took beta exam 71-621 and/or 71-622 Andy Barkl MCITP 0 03-03-2007 01:52 AM
Classic Original Broadcasts Trading List - Updated ( w/o/c ) porkys1982@sbcglobal.net DVD Video 0 12-05-2005 03:38 AM
Classic Original Broadcasts Trading List - Updated ( w/o/c ) porkys1982@sbcglobal.net DVD Video 0 11-19-2005 04:46 PM
Original Airings : The A-Team , M*A*S*H , Taxi , Barney Miller , WKRP porkys1982@sbcglobal.net DVD Video 0 08-15-2005 03:09 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46