At 12.59 -0700 2007-02-27, Doug McNutt wrote:
>And why can't I use BBEdit to examine tablular data in *,tsv files? My
>typewriter had the ability to set tab stops where I want them as opposed to
>every column having the same width.
Yes, having automatic tab stops set by the longest row in the file for each
column would be a great help.
I have a pair of scripts that I've found helps me a bit for this. The scripts
increases or decreases the tab widths with four steps each time I press ctrl-
or ctrl+. Better than nothing.
Tab narrower.scpt
if (count text windows) > 0 and (tab width of window 1) > 4 then
set tab width of window 1 to (tab width of window 1) - 4
end if
Tabs wider.scpt
if (count text windows) > 0 then
set tab width of window 1 to (tab width of window 1) + 4
end if
--
Johan Sölve [FSA Member, Lasso Partner]
Web Application/Lasso/FileMaker Developer
MONTANIA SOFTWARE & SOLUTIONS
http://www.montania.se mailto:[EMAIL PROTECTED]
(spam-safe email address, replace '-' with 'a')
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>