Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
TabRen | Description: | renders tabs to spaces & vice versa | Download: | tabren.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 5kb | Version: | 1.2 | Date: | 11 Sep 2019 | Author: | Lorence Lombardo | Submitter: | Lorence Lombardo | Email: | lorylombus/gmail com | Homepage: | http://geocities.ws/lorylomb/ | Category: | utility/text/edit | Replaces: | utility/text/edit/tabren.lha | License: | Public domain | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 11011 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 83 (Current version) | | 147 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
TabRen v1.2 (C) 2011-2019 Lorence Lombardo.
WTF is TabRen ?
TabRen renders text tabs to spaces. If the "r" switch is true then TabRen
will work in reverse and render the specified space number to tabs.
Usage:-
TabRen <in_file> <out_file> [space#] [r=reverse]
The default [space#] is 3.
TabRen was inspired by the fact that I was not able to work out how to set
the tab size in my favourite directory utilities text reader.
ie. DiskMaster 2.5.30a
I have the following lines in my DiskMaster configuration:-
AddMenu TEXT, TabRead, Confirm "Enter the tab size value you want." Continue
Cancel 3;extern c:TabRen %s t:temp.txt %r;Read t:temp.txt;Delete t:temp.txt
AddMenu TEXT, TabRen, extern c:TabRen %s %d%n
AddMenu TEXT, TabRen R, Confirm "Enter the space number you want to tab."
Continue Cancel 3;extern c:TabRen %s %d%n %r r
|