Re: Wrapping C style comments

2008-09-18 Thread Johan™Strandberg
On Wed, Sep 17, 2008 at 18:10, Rich Siegel [EMAIL PROTECTED] wrote: This doesn't resonate with me, because I don't write comments. R. (p.s. :-)) (-: Or balance parenthesis... :-) --j --~--~-~--~~~---~--~~ You received this message because you are

Re: Completion

2008-09-18 Thread Dennis
On Sep 17, 2008, at 5:48 PM, NZIBIS wrote: No, both of these things. I *am* seeing slower performance when working with completion on. Forgive for this sarcasm, but well, d'oh, you don't say! :-) Its a little obvious ;-) Its not the point I'm making. Forgive me if I'm not clear on your

Re: saving folds set-up

2008-09-18 Thread Dennis
On Sep 17, 2008, at 1:54 PM, [EMAIL PROTECTED] wrote: Anyone know if it is possible to save the state of folds in a large document? I work with large php scripts that are organized with foldable divs - - that is, certain php logic is within html divs that can be folded - - for ease of

Re: Wrapping C style comments

2008-09-18 Thread Mike Conley
I'll just chime in with my own personal prejudice and point out that I truly loath any style of comments that insists on putting something at the beginning of each line (*, //, whatever) of comment text. It's cluttered, makes it next to impossible to edit the text by hand, and requires extra

Re: Completion

2008-09-18 Thread Dennis
On Sep 18, 2008, at 2:41 AM, Mike Conley wrote: This is precisely the problem, I agree 100%, and simply can't understand why Dennis doesn't see this; apparently he has a radically different typing style to that of NZBIS and my own. Maybe my style is radically different, I don't know. :-)

actionscript 3 CLM

2008-09-18 Thread Alan Watts
Hi all, Does anyone have a CLM for AS3 that supports folding for BBEdit 9? 8 worked out of the box, but something is janked in 9 and it's not recognizing functions once a return type is specified ( :void { ). Thanks! Alan --~--~-~--~~~---~--~~ You received

Re: saving folds set-up

2008-09-18 Thread stephen taylor
Thanks for the reply - - those preferences are indeed set as described- - closed and re-opened and all folds were open on re-launch - - maybe this is because I am saving to a server? On Thu, Sep 18, 2008 at 2:42 AM, Dennis [EMAIL PROTECTED] wrote: On Sep 17, 2008, at 1:54 PM, [EMAIL PROTECTED]

Copy-paste in anchor-dialog

2008-09-18 Thread Jørgen Tietze
Hi, I just noticed, when using the anchor-dialog (cmd-ctrl-a or menu: markup-inline-anchor...) in editing html I cannot paste in any of the fields (href, id and title). I can copy (cmd-c) and then paste (cmd-v) stuff in the anchor-dialog, but it is not possible to transfer anything to or form the

Public file for testing autocomple and other performance issues

2008-09-18 Thread David Cortesi
In re. the complaints about performance of auto-completion and other performance issues, I suggest using one of the following files, which are easily and publicly available, as a test-bed. http://www.gutenberg.org/files/23475/23475-h/23475-h.htm and others from the list at

Re: actionscript 3 CLM

2008-09-18 Thread Seth Dillingham
On 9/17/2008, Alan Watts said: Does anyone have a CLM for AS3 that supports folding for BBEdit 9? 8 worked out of the box, but something is janked in 9 and it's not recognizing functions once a return type is specified ( :void { ). Have you filed a bug? I know the guy who works on the

Re: Find field contents change unexpectedly

2008-09-18 Thread Rod Buchanan
On Sep 18, 2008, at 8:39 AM, mrogers wrote: Hi all, I'm having a strange problem with the Find FIeld (in the Find window). If I type in a search string, then command-tab to Safari and search for a term in Safari's search field, then command-tab back to BBEdit, the term I searched for in

Re: What happened to Start at Top?

2008-09-18 Thread Jim Correia
On Sep 17, 2008, at 4:13 PM, gocap wrote: It seems so ridiculous that bbedit can't now remember the start at top setting in the modal dialog any more. Is there a hack that can make it do it? The modal find dialog will remember the start at top setting. There is no longer a switch in

Re: What happened to Start at Top?

2008-09-18 Thread Jim Correia
On Sep 18, 2008, at 12:31 PM, Jim Correia wrote: The modal find dialog will remember the start at top setting. Bah. That is worded incorrectly. Let me try again... The modal find dialog will *honor* the Remember start at top setting, if it exists. There is no longer a switch in the GUI to

PHP Clippings

2008-09-18 Thread Derek Belrose
Anyone know where the CURLOPT_* constants are set in the PHP clippings? They should be uppercase, not lowercase. Thanks! Derek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups BBEdit Talk group. To post to this

Re: grep patterns in multi-file search

2008-09-18 Thread Jim Correia
On Sep 18, 2008, at 5:04 PM, Michael Richards wrote: I forgot to mention I'm using Applescript. The original pattern works in BBEdit itself but not when using BBEdit through Applescript. Thus the double backslash. If I try searching for a similar string without the double quotes e.g.

Re: Grep Search Pattern Help Request...

2008-09-18 Thread DM666
The second version works, Ronald (in RegExhibit). The first version doesn't work. The second version causes a stack full error in BBEdit. -Dave --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups BBEdit Talk group. To

Re: Completion

2008-09-18 Thread [EMAIL PROTECTED]
On 18-Sep-2008, at 04:42, Dennis wrote: I agree with Mike that there doesn't look like a straightforward way out of this. I'm not really clear on what alternative NZIBIS is proposing. Having different keys than arrow/return for the menu, or perhaps at least to 'select in' to the completion

Re: What happened to Start at Top?

2008-09-18 Thread Jim Correia
On Sep 18, 2008, at 7:15 PM, gocap wrote: That command returns this error: defaults[8508:10b] Unexpected argument bool; leaving defaults unchanged. The command got hard-wrapped in transit. defaults write com.barebones.bbedit FindDialog:RememberStartAtTop - bool YES There should be no

Re: What happened to Start at Top?

2008-09-18 Thread gocap
Yes caught the hard wrap but should have seen that. But that's wonderful. I will open a bottle to celebrate. Many thanks!! (happy bunny™) On Sep 19, 12:21 am, Jim Correia [EMAIL PROTECTED] wrote: There should be no space between the hyphen and the word bool. Jim

Re: What happened to Start at Top?

2008-09-18 Thread gocap
barebones wrote in their blog that the setting was shot and pushed into a ditch. well thanks for the resuscitation. it's my hands that are asking for it, not me! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Find field contents change unexpectedly

2008-09-18 Thread mrogers
That did it, thanks for the help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups BBEdit Talk group. To post to this group, send email to bbedit@googlegroups.com To unsubscribe from this group, send email to [EMAIL