reoccurring navigation menus

2012-12-16 Thread Sambodhi Prem
Hi, I have a newbie question about coding html. I've decided to wean myself off Dreamweaver, but was wondering how to handle reoccurring items like navigation menus in BBEdit. Up to now I have been using Dreamweaver's library function (.lbi), but what's the alternative if I were to use BBEdit

Re: Stop find-and-replace results notifications?

2012-12-16 Thread pim
On Sunday, December 16, 2012 3:25:14 AM UTC+1, Lee Hinde wrote: Me being lazy: does that turn off all notifications, or can you still get the alert within BBEdit? I use the search and replace as a 'get a count' sometimes. Lee, good question. Well, at first I didn't see *any* notification

Re: reoccurring navigation menus

2012-12-16 Thread LuKreme
Sambodhi Prem opined on Sunday 16-Dec-2012@01:35:04 Hi, I have a newbie question about coding html. I've decided to wean myself off Dreamweaver, but was wondering how to handle reoccurring items like navigation menus in BBEdit. Up to now I have been using Dreamweaver's library function

Re: Stop find-and-replace results notifications?

2012-12-16 Thread Lee Hinde
On Dec 16, 2012, at 1:40 AM, p...@slamix.nl wrote: On Sunday, December 16, 2012 3:25:14 AM UTC+1, Lee Hinde wrote: Me being lazy: does that turn off all notifications, or can you still get the alert within BBEdit? I use the search and replace as a 'get a count' sometimes. Lee, good

Re: reoccurring navigation menus

2012-12-16 Thread Neil Faiman
On Dec 16, 2012, at 3:35 AM, Sambodhi Prem he...@globalsuitcase.com wrote: I've decided to wean myself off Dreamweaver, but was wondering how to handle reoccurring items like navigation menus in BBEdit. Up to now I have been using Dreamweaver's library function (.lbi), but what's the

Function Popup menu not working for Unix Shell Script files

2012-12-16 Thread Brad Ummer
I have a file with the following content: function nameA(){ Commands } function nameB(){ Commands } If is set the file language to PHP, then the function popup menu lists the functions correctly. But if I set the file language to Unix Shell Script (which is actually what the file should

Is the old Find dialog really gone forever?

2012-12-16 Thread jh
I am a big fan of the old Find dialog and I used the secret command to get it back in version 9: defaults write com.barebones.bbedit FindDialog:UseOldSk00lFindDialog but this apparently doesn't work in the (demo) version of 10.5 I'm using now. Is this gone for good? I really might not

Re: Is the old Find dialog really gone forever?

2012-12-16 Thread Fritz Anderson
On 16 Dec 2012, at 3:45 PM, jh john.hor...@gmail.com wrote: I am a big fan of the old Find dialog and I used the secret command to get it back in version 9: defaults write com.barebones.bbedit FindDialog:UseOldSk00lFindDialog but this apparently doesn't work in the (demo) version of

Re: reoccurring navigation menus

2012-12-16 Thread Lawrence San
On Sun, Dec 16, 2012 at 2:03 PM, Neil Faiman neil.goo...@faiman.org wrote: Even better, yje persistent include doesn't have to be plain HTML -- it can be a script (shell script, AppleScript, Perl, Ruby, or Python) that will *generate* the included HTML. This is a little off-topic, but that