Available for use: Tabs management software
James Harris
james.harris.1 at googlemail.com
Sun Feb 7 16:25:21 EST 2010
More information about the Python-list mailing list
Sun Feb 7 16:25:21 EST 2010
- Previous message (by thread): Executing Commands From Windows Service
- Next message (by thread): Available for use: Tabs management software
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In case someone else finds it useful here is a program I wrote a year or so ago to help manage tab characters. It will convert tabs to runs of spaces, convert runs of spaces to tabs, or count or check for tab characters as required. It supports tab stops at regular and irregular positions. http://codewiki.wikispaces.com/tabs.py It is written in Python and you can either use it from the command line or call the functions from another Python script. Documentation is included on the web page. James
- Previous message (by thread): Executing Commands From Windows Service
- Next message (by thread): Available for use: Tabs management software
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list