FTP of files - tabs?

2009-10-21 Thread RichF
Does BBedit do anything when opening/saving a file from a Unix server? It appears that when I open/save a csv file some of the data that has embedded spaces show as a tab. example: unix data contains "12340001" which shows up when I turn invisibles on as "1234tab 0001". Is this correct?

Re: How to indicate NEW content in a timely manner?

2009-10-21 Thread Ronald J Kimball
On Tue, Oct 20, 2009 at 05:52:02AM -0700, RobS wrote: > Since I'm putting the NEW indicators in manually now (via Clippings), > I can insert anything at all that would make this possible. Currently > I'm just using a span to style the word NEW, like so... > NEW > ...but that bit of inserted code

Re: how to kill smart quotes, once and for all

2009-10-21 Thread Scout
What is the source of your text? Can you not straighten the quotes as part of your script? On Oct 20, 3:24 am, László Sándor wrote: > Hi all, > I'm losing precious time when I need to change my overeducated quotes to > straight ones all the time I run a new script. I definitely do *not* have > t

Re: cursor positioning behavior

2009-10-21 Thread delapohl
On Oct 21, 9:33 am, Steve Kalkwarf wrote: > This behavior changed several years ago in response to people who   > complained that BBEdit didn't move the insertion point in the same way   > as other applications. > > To solve your specific example, hold down Option, and drag a 0-width   > rectang

Re: How to indicate NEW content in a timely manner?

2009-10-21 Thread Lewis Butler
On Oct 21, 2009, at 5:14, RobS wrote: > There are about 35 NEW indicators within the page, indicating that > certain poems have been added recently. But some of them are not very > recent and the NEW indicator should be removed Sounds like the perfect use for cookies. --~--~-~--~~-

Re: cursor positioning behavior

2009-10-21 Thread Steve Kalkwarf
On Oct 21, 2009, at 9:08 AM, delapohl wrote: > Say I need to add two extra tabs at horizontal cursor position 7 of > several lines in succession. In older versions of BBEdit (e.g., BBEdit > 7), I could place my cursor at the horizontal position 7 of the first > line and then hit tab, tab, down-ar

Feature Request: classfield addition for anchordialog

2009-10-21 Thread BBEdituser
Hello, I am using BBedit so long but now I see a »gap« in the palette of the HTML-Tools: if I want to add a class in the Anchor-dialog there is no field for. You have »target« (deprecated, isnt it?) »Title« and so on but no »Class«-Field. I think, its necessary to rebuild this dialog. Do you thin

cursor positioning behavior

2009-10-21 Thread delapohl
Say I need to add two extra tabs at horizontal cursor position 7 of several lines in succession. In older versions of BBEdit (e.g., BBEdit 7), I could place my cursor at the horizontal position 7 of the first line and then hit tab, tab, down-arrow, tab, tab, down-arrow, etc. The cursor would retur

Re: How to indicate NEW content in a timely manner?

2009-10-21 Thread Oliver Boermans
Hi Rob, 2009/10/20 RobS : > > I wonder if there is anything -- a script I suppose -- that could be > invoked on my pages locally to tell me that some of my NEW indicators > have timed out and should be removed? Have you considered using JavaScript to display the new indicators on the items in th

Re: How to indicate NEW content in a timely manner?

2009-10-21 Thread Brian Frick
Write a PHP script. Figure out the length of time, or the range of dates, or whatever your variable is, like so: if $todaysDate > $startDate and $todaysDate < $endDate, $show = true; if $show = true { display HTML } Clearly you'll need to work out the details but this is how I "remov

Re: How to indicate NEW content in a timely manner?

2009-10-21 Thread RobS
Sorry, I was so close to the problem that I forgot to explain a salient point. It's not the page that is new; it's items within the page. So indicating that the page has been updated would not help since it's always being updated. See, for example... http://www.jottings.ca/john/voices/reservoir1.h