Question about Code Folding

2006-10-10 Thread Google Kreme
I have some structured HTML documents that are setup basically like this headers body div h1Chapter 1 Header/h1 h2Subheading/h2 p ... a lot of text/p h2Subheading/h2 p ... a lot of text/p h2Subheading/h2 p ... a lot of text/p h2Subheading/h2 p ... a lot of

Re: Question about Code Folding

2006-10-10 Thread Kerri Hicks
On Oct 10, 2006, at 2:20 AM, Google Kreme wrote: .What I would like to be able to do easily is, for example, fold up Chapter 1 (so everything from the first h1 to the NEXT h1) without having to go through 10 or 20 screens of text looking for the place to fold to. I don't see a fast way

Re: Question about Code Folding

2006-10-10 Thread Rick
I would like to see a configuration file for code folding which took regular expressions.

Line endings and MacOS X pasteboard

2006-10-10 Thread pete . boardman
I'm getting confused with my line endings... Can someone enlighten me? I've got Unix line endings selected in BBEdit. When I copy two lines of text from BBEdit, and store them from the pasteboard in Unix into a file (using pbpaste on the command line), I get lines separated with 0D (that's

Re: Question about Code Folding

2006-10-10 Thread Michael Wiik
On Oct 10, 2006, at 8:42 AM, BBEdit-Talk List wrote: I don't see a fast way of doing this, so I've considered putting (unnecessary) div's around each chapter. It seems good to have something wrapping a complete chapter. One way to look at it is make your code 'xhtml 2.0 ready' by using div

coloring items in files without a real language

2006-10-10 Thread eeolson
hello, I keep a ton of plain text notes in BBEdit, many of which are Client Notes documents that contain notes on clients' environments. I would like to use BBEdit's syntax coloring ability to highlight certain areas of these documents, even though they are not in any programming or scripting

Re: Line endings and MacOS X pasteboard

2006-10-10 Thread Jim Correia
On Oct 10, 2006, at 10:15 AM, [EMAIL PROTECTED] wrote: I'm getting confused with my line endings... Can someone enlighten me? I've got Unix line endings selected in BBEdit. When I copy two lines of text from BBEdit, and store them from the pasteboard in Unix into a file (using pbpaste on

Re: Line endings and MacOS X pasteboard

2006-10-10 Thread pete . boardman
On 2006-10-10, at 16:36, Jim Correia wrote: On Oct 10, 2006, at 10:15 AM, [EMAIL PROTECTED] wrote: I'm getting confused with my line endings... Can someone enlighten me? I've got Unix line endings selected in BBEdit. When I copy two lines of text from BBEdit, and store them from the

Re: inconsistent code-folding of tables

2006-10-10 Thread Cortesi
On Oct 10, 2006, at 5:44 AM, Rick [EMAIL PROTECTED] wrote: I don't understand the implementation. Particularly, why I see automatic recognition (the little triangles in the gutter) of only some of the tables. ... The tables on line 25, 27, 58, 66, and 159 are _not_ marked with a

Re: inconsistent code-folding of tables

2006-10-10 Thread Joe Chellman
On Oct 10, 2006, at 10:56 AM, Cortesi wrote: I am not going to check your HTML line by line, however I bet you that if you run it through the HTML validator (http:// validator.w3.org/) it will find these missing closures, and when you fix them, the triangles will appear. This could be

Re: inconsistent code-folding of tables

2006-10-10 Thread Bruce Van Allen
On 10/10/06 Cortesi wrote: On Oct 10, 2006, at 5:44 AM, Rick [EMAIL PROTECTED] wrote: I don't understand the implementation. Particularly, why I see automatic recognition (the little triangles in the gutter) of only some of the tables. I had a very similar experience ... However, what

Re: Line endings and MacOS X pasteboard

2006-10-10 Thread Maarten Sneep
On 10-okt-2006, at 17:53, [EMAIL PROTECTED] wrote: Thanks, Jim. Not exactly ideal, but then life never is. Are there any plans to perhaps make writing Unix line endings a preference? Or are the programs that accept only Mac line endings on the clipboard too important to alienate by doing

Re: Line endings and MacOS X pasteboard

2006-10-10 Thread pete . boardman
On 2006-10-10, at 17:22, Maarten Sneep wrote: On 10-okt-2006, at 17:53, [EMAIL PROTECTED] wrote: Thanks, Jim. Not exactly ideal, but then life never is. Are there any plans to perhaps make writing Unix line endings a preference? Or are the programs that accept only Mac line endings on the

Re: inconsistentent code-folding of tables - help

2006-10-10 Thread Rob Stevenson
Hi Rick, Having a few minutes to kill I copied your code into a new BBEdit file, labouriously removed the line numbers (it was only labourious because I'm not very good with grep), then syntax checked the result: 172 errors, 7 warnings and 2 notes. That may be why the code folding engine in

Re: Question about Code Folding

2006-10-10 Thread Google Kreme
On 10 Oct 2006, at 10:13 , Maarten Sneep wrote: On 10-okt-2006, at 8:20, Google Kreme wrote: I don't see a fast way of doing this, so I've considered putting (unnecessary) div's around each chapter. Is this the type of thing that would be at all useful to anyone else? Enough to warrant a

Re: inconsistent code-folding of tables

2006-10-10 Thread Google Kreme
On 10 Oct 2006, at 09:56 , Cortesi wrote: But somewhere inside that maybe there is a font lacking its / font or a center without a matching /center. Browsers are very forgiving of this kind of thing but apparently BBEdit is not. Ick! Ack! Ptooi! Font? CENTER? egads. I am not going to

Re: coloring items in files without a real language

2006-10-10 Thread Seth Dillingham
On 10/10/2006, [EMAIL PROTECTED] said: It is not necessary, but if not terribly difficult, I would like to explore assigning my own syntax for coloring items. I see in the manual that you can add syntax coloring support for new languages as well., but find no further explanation. If someone

Re: Question about Code Folding

2006-10-10 Thread Robert Ullrey
Google Kreme wrote this pithy remark on 10/10/06 LaTeX in 8.5 doesn't fold at all (feature request already submitted). That is disappointing, though I can see that folding LaTeX is going to be a bear. Yes, he problem with LaTeX is that it has no closing tags so there is little

HTML Code Formatting

2006-10-10 Thread Hector Cabarcas
I'm evaluating BBEdit after years of working with Dreamweaver. My *one* obstacle is html code formatting. How do I prevent BBEdit from placing the br / tag on a new line when choosing Utilities Format Gentle Hierarchical { hcabbos } --

Re: HTML Code Formatting

2006-10-10 Thread Joe Chellman
On Oct 10, 2006, at 4:32 PM, Hector Cabarcas wrote: I'm evaluating BBEdit after years of working with Dreamweaver. My *one* obstacle is html code formatting. How do I prevent BBEdit from placing the br / tag on a new line when choosing Utilities Format Gentle Hierarchical As a