Re: Resizable/dragable sidebar items (project, currently open documents...)

2014-07-17 Thread G. T. Stresen-Reuter
On Jul 16, 2014, at 11:24 PM, Aleš Fakin ales.fa...@gmail.com wrote: Hi, Welcome to the group. it would be really great [snip]… -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email supp...@barebones.com

Re: Any Way to Save Find All Results with Interface?

2014-07-16 Thread G. T. Stresen-Reuter
On Jul 16, 2014, at 11:54 AM, Rick Gordon li...@rickgordon.com wrote: I need to keep a checklist to avoid losing those edits when a WordPress update comes along. Understood. You might consider using BBEdit's Find Differences command. It allows you to search a folder of files and compare them

Re: BBEdit maketags: null tag warnings

2014-03-13 Thread G. T. Stresen-Reuter
Anonymous (unnamed) functions No idea about how to silence them. They should be harmless, though. Ted On Mar 13, 2014, at 2:01 AM, Alex Satrapa gr...@goldweb.com.au wrote: Having mentioned bbedit --maketags, can anyone suggest what would be causing dozens of warnings like this: ctags:

Re: Hot key; Next Placeholder

2014-01-30 Thread G. T. Stresen-Reuter
On Jan 30, 2014, at 8:18 PM, Greg Reyna greyn...@gmail.com wrote: When the ## placeholder is in a document, the tab key moves to it instead of acting as a regular tab. Is this how it's supposed to work? I'm using pretty much the default key mappings, so 'Control-accent', is set in Prefs as

Re: codecompletion and php includes

2013-09-11 Thread G. T. Stresen-Reuter
It's not exactly the same, but you can create a ctags file that contains the functions in your project and place it in the root directory of the project. Add this to ~/.bash_profile alias bbtags='/Applications/BBEdit.app/Contents/Helpers/ctags --excmd=number --tag-relative=no --fields=+a+m+n+S

Re: Clippings with multiple similarly-named substitution placeholders

2013-09-08 Thread G. T. Stresen-Reuter
On Sep 8, 2013, at 8:23 PM, Oliver Taylor olivertay...@me.com wrote: Is there anyway to have the second and third #name# be replaced with the value I type into the first? I'd love to be proven wrong, but as far as I can tell this (much vaunted TextMate feature) is not possible.

Re: Speech in BBEDit

2013-08-01 Thread G. T. Stresen-Reuter
Just out of curiosity and from one for ever user to another, have either of you filed a bug report by sending an email to supp...@barebones.com? If so, have you received a reply? I've been unable to find the ‘speak selected text’ menu item… Ted S-R On Aug 1, 2013, at 7:15 PM,

Re: Show Invisibles In Selection

2013-05-22 Thread G. T. Stresen-Reuter
Brilliant, and great idea! Thanks for sharing! Ted Sent from iPhone. Please excuse my brevity and misspellings. On May 21, 2013, at 11:53 PM, Oliver Taylor olivertay...@me.com wrote: I've always loved how Pages shows invisible characters (like line-breaks) when you've selected them,

Re: Need Code

2013-03-30 Thread G. T. Stresen-Reuter
On Mar 30, 2013, at 1:14 AM, Tom Robinson wrote: for f in *; do mv $f 403 $f; done find path/to/folders/containing/files -type f | while read FILENAME; do mv $FILENAME $FILENAME.jpg; done Be sure to work on a copy of the original set of folders in case there's a problem (in case the script

Re: Regaining mindshare for BBEdit

2013-03-22 Thread G. T. Stresen-Reuter
On Mar 22, 2013, at 5:57 AM, Darrel E. Knutson wrote: I'd sure like to have those Arrange options back to hit 100%! I too was very fond of the Arrange options. I don't know why they were removed but I trust Bare Bones had legitimate reasons for removing it. If I'm not mistaken, AppleScript

Re: 258536 Right clicking plays a beep

2013-01-16 Thread G. T. Stresen-Reuter
On Jan 16, 2013, at 3:07 PM, Rich Siegel wrote: * [258536] Fixed bug in which right-clicking in a document that was HTML or XML but not properly formed would play a beep. Just out of curiosity (haven't downloaded yet), what's it play now that it's fixed, 8 bars from Freebird? ;-) JK,

Re: UI feature request: Tabs

2012-12-31 Thread G. T. Stresen-Reuter
On Dec 31, 2012, at 3:05 AM, Thomas Mai wrote: how can I switch between open files via hotkeys? On my computer (which has a spanish keyboard) the keyboard equivalent is Command+Option+[ or ] (which cycles through the open documents) And is there a possibility to access open files directly by

Re: UI feature request: Tabs

2012-12-30 Thread G. T. Stresen-Reuter
On Dec 30, 2012, at 1:08 AM, Lawrence San wrote: What should be posted to the group? My thought exactly. Based on the atmosphere around here, you almost have to be a mind reader to figure out what should or should not be posted to this group. My own feeling is that as long as it concerns

Re: UI feature request: Tabs

2012-12-30 Thread G. T. Stresen-Reuter
On Dec 30, 2012, at 5:16 PM, dweinberger wrote: - The tabs default to most-recently used order So, like, if you have them alphabetized, then the next file to be opened would appear in alphabetized order? - The user can drag them into a different order, so that they form a working set

Re: Syntax errors with correctly coded image map

2012-12-28 Thread G. T. Stresen-Reuter
This is very close to being a bug report that should be sent to supp...@barebones.com. All you're missing is: - The version of BBEdit - The version of your OS - Steps to reproduce - Expected Behavior (you've already described the actual behavior). You'd be doing us all a favor if you'd kindly

Re: css single line comments

2012-12-05 Thread G. T. Stresen-Reuter
On Dec 5, 2012, at 2:33 PM, stratboy wrote: Another little bug: if you try to comment 1 line of css code, it uses the # instead of /**/. In css there's no form of single line comments, so it should always use /**/. I am unable to reproduce this behavior in the most recent version available

Re: ascii palette disappeared

2012-11-27 Thread G. T. Stresen-Reuter
1. Select the character whose code you want to look up 2. Wnidow-Palettes-Character Inspector That should give you most of what you are looking for. I do find it somewhat humorous that something as basic as a character now has its own inspector! Ted Sent from iPhone. Please excuse my

Re: Scripting export as html

2012-10-28 Thread G. T. Stresen-Reuter
On Oct 28, 2012, at 7:41 AM, dweinberger wrote: After all, reclaiming those cumulative 22 seconds over the course of my life is important! (Also, at this point I'm just curious.) Could you post the script you've written so far, save us all some time and effort (and seconds)? Ted -- --

Re: Scripting export as html

2012-10-28 Thread G. T. Stresen-Reuter
On Oct 28, 2012, at 7:51 AM, dweinberger wrote: Sure. This is what recording the events generates: tell application BBEdit activate open {file Macintosh HD:Users:weinbergerd:Dropbox:temp:convertedMarkdown.html} with LF translation end tell Thanks. I'm no AppleScript expert but I

Re: AppleScript or Automator support for converting text automatically

2012-08-16 Thread G. T. Stresen-Reuter
See Text Factories in the documentation. It will do exactly what you want with grace and style. Sent from iPhone. Please excuse my brevity and misspellings. On Aug 16, 2012, at 12:52 PM, Romain M romain.moises...@gmail.com wrote: I couldn't find support for this action in Automator or

Re: Sandboxing, Mountain Lion, and the future of MAS BBEdit

2012-03-01 Thread G. T. Stresen-Reuter
On Mar 1, 2012, at 2:42 PM, Steve Kalkwarf kalkw...@barebones.com wrote: App Sandboxing is Like a chroot'd environment but per app? I really am curious and not just being silly. Ted -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google

Re: Auto Complete keyboard shortcuts

2012-03-01 Thread G. T. Stresen-Reuter
On Mar 1, 2012, at 4:12 PM, Rick Yentzer wrote: so I don't have to move my hands? I'm lazy and looking for efficiency. I'm unaware of any but if you keep typing the list filters down and eventually it's just a few down-arrow keystrokes. On some laptops you can enable numlock and use the

Re: Sandboxing, Mountain Lion, and the future of MAS BBEdit

2012-03-01 Thread G. T. Stresen-Reuter
On Mar 1, 2012, at 4:34 PM, Steve Kalkwarf wrote: I suggest: http://arstechnica.com/apple/reviews/2011/07/mac-os-x-10-7.ars/9 for the high-level overview. Wow. The complexity just never ends. Thanks for sending. Ted -- You received this message because you are subscribed to the BBEdit

Re: Codeigniter 2.0 clippings

2012-03-01 Thread G. T. Stresen-Reuter
On Mar 1, 2012, at 1:56 PM, Ptarmigan wrote: I'd like to help and learn: recipe for an incompetent to really balls things up, probably Version control is a godsend for incompetence... but couldn't this work be divvied up. Patsies like me could learn a bit more coding in the process. How

Re: Sandboxing, Mountain Lion, and the future of MAS BBEdit

2012-02-29 Thread G. T. Stresen-Reuter
On Feb 29, 2012, at 6:55 PM, Steve Kalkwarf kalkw...@barebones.com wrote: I'm curious how the sandboxing requirements are going to be affecting future versions of BBEdit on the Mac App Store. http://www.amazon.com/Passion-Natural-Water-Based-Lubricant-Gallon/dp/B005MR3IVO So, looks

Re: Codeigniter 2.0 clippings

2012-02-26 Thread G. T. Stresen-Reuter
On Feb 26, 2012, at 10:03 AM, Ptarmigan wrote: This is to ask if there is anywhere publically available a BBEdit clipping set for CodeIgniter 2+. The CodeIgniter user guide uses Sphinx to manage the documentation and output it to various formats. Pages are written in human-readable

Re: Grep returns

2011-12-10 Thread G. T. Stresen-Reuter
On Dec 10, 2011, at 8:43 AM, Robert Minor wrote: How do I include returns in my found set. I see .* does not. Off the top of my head, put this at the very beginning of your pattern: (?m) But you should always check the manual for details. Ted -- You received this message because you are

Re: keyboard Shortcuts and German Keyboard

2011-10-03 Thread G. T. Stresen-Reuter
On Oct 3, 2011, at 8:19 PM, nils3...@gmx.net wrote: I cannot assign any umlauts (ö,ä,ü,ß). The keys are misinterpreted (e.g. ^, fl, ‰). This worked in previous Versions. I work on a Spanish keyboard layout (much to my chagrin) and sometimes have trouble assigning keyboard shortcuts but in

Re: Column Select

2011-10-01 Thread G. T. Stresen-Reuter
Make sure soft wrap is disabled (off) when trying to make the selection... common issue... Ted On Oct 1, 2011, at 7:49 PM, AlexBalakersky wrote: Am I missing something or this option has been changed? I am trying to do a column select in 10.0.1 and it is not working. Hold Option key and

Re: [ANN] BBEdit 10.0.2 (3097) pre-release

2011-09-21 Thread G. T. Stresen-Reuter
On Sep 21, 2011, at 9:26 PM, Chip Warden wrote: click the full-screen zoom button and the window width to become the screen width. I don't have Lion so I can't test what you're trying to do, but are you saying you want to be able to click the full-screen zoom button and have the window take

Re: default window size and position

2011-08-26 Thread G. T. Stresen-Reuter
On Aug 26, 2011, at 3:57 PM, James Rome wrote: It annoys we that BBEdit always opens to fill the screen vertically and is on the left edge. On a 30 monitor, this is just too big! Is there a way to set the defaults for this, or to save the current values? Window - Save Default (Project) Window

CDATA in HTML5 Pattern Attribute

2011-08-26 Thread G. T. Stresen-Reuter
I was just wondering if anyone could clarify the rules for escaping greater than, less than, and ampersand characters in the HTML5 Pattern Attribute. I'm assuming they should be character entities such as amp; but was hoping someone else better informed could confirm this for me. Thanks a

Re: Why BBE pisses me off

2011-08-20 Thread G. T. Stresen-Reuter
Wow. Somebody's having a bad day... RTFM And then try being a little more polite before asking for help next time. Ted -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google Groups. To post to this group, send email to bbedit@googlegroups.com To

Re: Why BBE pisses me off

2011-08-20 Thread G. T. Stresen-Reuter
On Aug 20, 2011, at 10:48 PM, Neil Tiffin wrote: RTFM is ruder and has even less value than the original comment. Just to clarify, had the original poster read the manual, as a prior reply suggested, he/she would have seen that there were already solutions to the complaints. Instead, he/she

Re: Why BBE pisses me off

2011-08-20 Thread G. T. Stresen-Reuter
On Aug 20, 2011, at 11:35 PM, Watts Martin wrote: users who've been using BBEdit for a very, very long time I still have my 4.5 CD in a box somewhere... I can even remember reviewers going on and on about what great support it had for HTML! Ted -- You received this message because you are

Re: unhappy about 'algin'

2011-08-19 Thread G. T. Stresen-Reuter
On Aug 19, 2011, at 3:33 PM, blinde wrote: i'm kind of tweaked that bbedit still puts 'algin' instead of 'align' in some of my tags... especially when i'm typing quickly. i thought this would have been fixed in 10. Have you submitted a bug report with detailed steps to reproduce the

Re: Auto-complete CSS classes or IDs from a linked CSS file?

2011-08-17 Thread G. T. Stresen-Reuter
On Aug 17, 2011, at 3:31 PM, davemac wrote: is it possible in that document to auto-complete the class or ID tag with the classes or IDs from the linked CSS? Completions come from a variety of sources. One of them is a tags file produced by exuberant ctags: http://ctags.sourceforge.net/

Re: v10 project/doc window

2011-08-11 Thread G. T. Stresen-Reuter
On Aug 11, 2011, at 9:14 AM, mwra wrote: The bug when clicking-on-selected-item-in-different-pane, issue #2 in my post above, is stil broken in v10.0.1. I suggest you send a bug report to supp...@barebones.com and, if possible, specify the steps required to reproduce the erroneous behavior.

Re: source code formatting

2011-08-05 Thread G. T. Stresen-Reuter
On Aug 5, 2011, at 2:46 PM, Rick Yentzer wrote: #!/usr/lib/php/ Remove the slash after php? Make sure you're pointing to the php command line binary. You can tell if it is or not by doing this in a terminal: /usr/bin/php -v and you'll get output like this: PHP 5.3.4 (cli) (built: Dec

Re: source code formatting

2011-08-04 Thread G. T. Stresen-Reuter
On Aug 4, 2011, at 6:57 PM, Gregg Thomason wrote: For PHP, install http://pear.php.net/package/PHP_Beautifier then write a simple Text Filter Awesome solution! I'm not particularly happy with the final result but it's better than what I am starting with and MUCH easier than doing this by

Re: Need script or method to create a sitemap or site index

2011-03-20 Thread G. T. Stresen-Reuter
On Mar 20, 2011, at 4:05 PM, Tim Gray wrote: On Jan 15, 2011 at 12:02 AM -0800, BBunny wrote: The Misc menu in previous versions of BBEdit contained an index feature, which generated a hierarchical index—in other words, a sitemap —of a Web site, with live links to the pages. With version 9.6,

Re: Feature requests: vertical split; opening different documents in a split window

2011-02-27 Thread G. T. Stresen-Reuter
On Feb 27, 2011, at 9:22 AM, Michael Bradley, Jr. wrote: 1. Vertical split for document windows. Vertically splitting a text document and having two views of it side-by-side just feels more natural than splitting horizontally. In some of the complex programs I'm writing this comes up a

Re: HTML5 Form Elements

2011-02-07 Thread G. T. Stresen-Reuter
On Feb 7, 2011, at 1:37 PM, BeeRich wrote: On 2011-02-06, at 10:42 AM, Brian M. Frick wrote: In other words, t'll be there when it gets there. If it was a graceful transition, then the tools should be made available as people would choose to be coding or testing in 5. Just because it's

Re: HTML5 Form Elements

2011-02-05 Thread G. T. Stresen-Reuter
On Feb 5, 2011, at 2:03 PM, BeeRich wrote: HTML5 has new form elements. They are not currently choosable in the posted most recent version (non-beta) of BBEdit. Will this change soon? Could you be more specific about which elements are new in HTML5 (and consequently which ones are not

Re: Code Completion for my classes and methods

2011-01-08 Thread G. T. Stresen-Reuter
On Jan 8, 2011, at 2:26 AM, Charlie Garrison wrote: Good afternoon, On 7/01/11 at 8:08 AM -0800, creativeanvil adwo...@creativeanvil.com wrote: Is there a configuration option to allow this to work, or is it just not going to properly be able to figure out that structure just yet? I

Re: editing css efficiently given BBEdit's auto complete assumptions?

2010-12-18 Thread G. T. Stresen-Reuter
On Dec 18, 2010, at 2:08 PM, RickL wrote: margin: ##; what I really want is just this: margin: Probably not the solution you're looking for, but for now this might be helpful... Shift+Backspace = forward delete So you keystrokes would be: ma Enter Backspace Shift+Backspace (your css)

Re: Getting started with Subversion

2010-12-09 Thread G. T. Stresen-Reuter
On Dec 9, 2010, at 4:33 PM, Eric Ridgley wrote: I've just started working with two other developers on several PHP MVC (model-view-controller) solutions for some of our client's websites and I'm thinking we need to move to some kind of version control system. Does anyone have any advice on

Re: Getting started with Subversion

2010-12-09 Thread G. T. Stresen-Reuter
On Dec 9, 2010, at 5:34 PM, Steve deRosier wrote: What many people consider git's advanced features are actually fairly natural and are only considered advanced because the same features are so painful in other VCSs that people avoid them. For example, branching and merging. Merging

Re: SHIFT + END no longer selects text ?

2010-12-04 Thread G. T. Stresen-Reuter
On Dec 4, 2010, at 7:13 PM, Carpii wrote: Any advice please? Not sure why holding down shift fails to select, hard for me to test on a laptop, but seems to be true. My alternative (and what I always use) is to use Command+Shift+down-arrow I do know that the idea behind some of the different

Re: problem with clipping indentation

2010-09-14 Thread G. T. Stresen-Reuter
On Sep 14, 2010, at 8:59 AM, stratboy wrote: Hi! See: #indent# div class=#insertion# #select# /div Suppose I've got already indented code (as it always is..). I start the selection to the same indentation of that code. Then I use the above clipping. What happens is that: -

Re: Scrolling while selecting - very slow.

2010-08-11 Thread G. T. Stresen-Reuter
On Aug 11, 2010, at 5:51 PM, tpneumat wrote: Ah yes. Not sure why I don't just do that. Thanks! Guess it comes from doing things in VI. Only thing is, mouse is required to do what you are suggesting. So, there is still no mouse-less way of selecting large chunk without slow scrolling,

Re: SVN on files accessed via SFTP

2010-08-04 Thread G. T. Stresen-Reuter
On Aug 4, 2010, at 8:04 PM, Jonathan wrote: Hi, I don't suppose there's any way to get the SVN menu to work on files accessed via SFTP? E.g., if you have script files which are best stored/edited on a remote computer, b/c they need to be run on a remote system or they access huge or

Re: Change Text Encoding in a Text Factory Opens All Files?

2010-07-16 Thread G. T. Stresen-Reuter
On Jul 16, 2010, at 10:28 AM, hkrems wrote: On 15 Jul., 20:13, LuKreme krem...@kreme.com wrote: You might want to share both what you did wrong and how you fixed it for the benefit of anyone who searches the archives and finds this thread. I tried to convert a bunch of files from

Re: Making tab work like TextWrangler tab

2010-05-16 Thread G. T. Stresen-Reuter
Hi, On May 16, 2010, at 1:47 PM, Thiel wrote: Hi I recently started to use BBedit, and I don't really like the four space when I tap the TAB button because I can't undo the indent with one backspace. Option+Backspace (Delete?) to delete all the spaces (up to the next non-space character or

Re: Dual install of BBEdit?

2010-05-14 Thread G. T. Stresen-Reuter
It's not quite the same, but you could create a new user, say BBEdit95, and install it there for testing. Solves potential prefs issue but doesn't help with accessing your current docs... Ted S-R -- You received this message because you are subscribed to the BBEdit Talk discussion group on

Re: Bug Report: v9.5 (2740) - HTML Formatting Utility Broken

2010-05-06 Thread G. T. Stresen-Reuter
On May 6, 2010, at 3:23 AM, Matt Martini wrote: table cellpadding=7 width=100% tr bgcolor=E5E5C5 th width=1% th width=1% /th

Thank you for ctags support!

2010-05-06 Thread G. T. Stresen-Reuter
Right click on variable not defined in the current document, select Definitions, see that there are 32 definitions of the variable and a life saving menu item called: Show All THANK YOU Ted S-R -- You received this message because you are subscribed to the BBEdit Talk discussion

Re: A way to define a keystroke to dismiss live find?

2010-05-01 Thread G. T. Stresen-Reuter
On May 1, 2010, at 7:02 AM, Ron Fleckner wrote: Esc key. Same as the Find thing in Safari. You learn something new every day. Thanks for the tip! Ted Stresen-Reuter -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google Groups. To post to this

Re: Convert spaces to nbsp; quickly

2010-03-31 Thread G. T. Stresen-Reuter
On Mar 31, 2010, at 8:05 PM, srmaximo wrote: Hello, I'm creating a page of guitar strumming patterns on my site, and the format I use often requires more than one space between characters. So far, I've been accomplishing this by copy/pasting the space entity. Although your description is

Re: Convert spaces to nbsp; quickly

2010-03-31 Thread G. T. Stresen-Reuter
On Mar 31, 2010, at 9:58 PM, srmaximo wrote: Find and replace works pretty well--just a hassle to reconfigure it after I've used it to do something else. With recent versions of BBEdit, you can save Find and Replace combinations which then allows you to select them (the combination) from a

Regex to match parameter string of function

2010-03-24 Thread G. T. Stresen-Reuter
Hi All. I'm really stuck so hoping someone on the list can help. I'm looking for single regex that can find function calls with exactly 2 parameters. Basically, the regex pattern would look something like this: \(\s*(.+?)\s*,\s*([^,\)]+?)\s*\) However, the second parameter could contain

Re: Converting .xml to .xls

2010-02-21 Thread G. T. Stresen-Reuter
FWIW, if this is valid XML, this is a perfect application for XSLT. Using XSLT you can convert it right into .xls (well, into csv, which can be imported into Excel) and if you're on a Mac (and I assume you are since you're writing to a mac-only application list) then you already have

Re: Window/Document Behaviour

2010-02-19 Thread G. T. Stresen-Reuter
On Feb 19, 2010, at 1:36 PM, Steve Kalkwarf wrote: On Feb 18, 2010, at 4:52 PM, OJB wrote: I usually work with large numbers of files at once and when I finish a project I want to close the window, including all the documents it contains. But I am so used to pressing command-W to close a

Re: File modified on disk warnings - seemingly random

2010-01-25 Thread G. T. Stresen-Reuter
On Jan 25, 2010, at 11:10 PM, bunner bob wrote: Lately I seem to get a couple of different messages about files that are open being modified on disk. On a related note, I'm always confused by the copy and buttons in this dialog. I never know if I should discard or not (am I discarding the

Re: html and utf-8 / utf-8 no bom problem

2009-11-25 Thread G. T. Stresen-Reuter
On Nov 25, 2009, at 8:32 AM, stratboy wrote: Should be all right, but ok, I'll re-try Thanks 1. the web server is sending the wrong charset (something other than utf-8) Note that this will be in the HTTP header. You might need a special tool to see what's being sent in the HTTP header.

Re: Zen Coding: A Speedy Way To Write HTML/CSS Code

2009-11-23 Thread G. T. Stresen-Reuter
On Nov 22, 2009, at 4:35 PM, Jean-Michel Mermet wrote: I'm very interested by the following article : Zen Coding: A Speedy Way To Write HTML/CSS Code at http://www.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code but I see no BBEdit version. Do you think our

Re: Confused - tab results in a Go to next placeholder

2009-10-29 Thread G. T. Stresen-Reuter
On Oct 29, 2009, at 12:24 PM, Jan Erik Moström wrote: ## is the placeholder string normally inserted by clippings to allow tabbing from one placeholder to another. Not sure if this is configurable or not... Ted Stresen-Reuter --~--~-~--~~~---~--~~ You

Re: Scripting SVN commit operations

2009-09-23 Thread G. T. Stresen-Reuter
You might consider usung the auto-versioning capabilities of Subversion but it requires configuring the server and accessing the repo via WebDAV. The process is fully documented in the svn book. I use it all the time and love it. Ted Sent from iPhone. Please excuse my brevity and

Re: CDATA

2009-08-19 Thread G. T. Stresen-Reuter
On Aug 19, 2009, at 7:04 PM, ScottH wrote: As I understand it. to validate my code as XHTML, javascript that is not XHTML-legal has to be escaped as CDATA. I thought the proper CDATA open and close sequencess would be part of BBEdit, but I haven't found them and searching the usual BB help

Re: Syntax check for PHP?

2009-08-03 Thread G. T. Stresen-Reuter
On Aug 3, 2009, at 9:27 PM, Magnusvb wrote: Hello Is it possible to – in some way – check the syntax in a PHP file. If not, is there any other software out there which can do it? (I hate to forget a semicolon and spending a lot of time searching for it ;) ) I'm not sure how to set it up,

Attention to detail is worth paying for...

2009-07-29 Thread G. T. Stresen-Reuter
Preferences-Menus-Clippings-Use Set Keys in the Clippings palette for individual items Thank you! I would never have found it otherwise (since I don't usually have the Clippings palette open...) Ted Stresen-Reuter http://tedmasterweb.com

Re: bash keywords

2009-07-20 Thread G. T. Stresen-Reuter
On Jul 20, 2009, at 4:29 PM, Patrick Woolsey wrote: (Please see Appendix D and Chapter 15 of the PDF manual (Help - User Manual) for details, and there's also some info in prior posts here.) So, like, man... Could I create a CLM for Cold Fusion so we could have, like, syntax coloring when

BBEdit PHP Clipping Set 2.5

2009-07-01 Thread G. T. Stresen-Reuter
Dear BBEdit Users, A new version of the PHP BBEdit Clipping Set is available for download (for free) immediately: http://tedmasterweb.com/php-bbedit-clipping-set/ HIGHLIGHT: The new set contains more than 9,200 clippings (that's about 3,000 more than the previous version). Changes in

BBEdit PHP Clipping Set 3.5

2009-07-01 Thread G . T . Stresen-Reuter
(corrected version number in subject line, D'OH!) Dear BBEdit Users, A new version of the PHP BBEdit Clipping Set is available for download (for free) immediately: http://tedmasterweb.com/php-bbedit-clipping-set/ HIGHLIGHT: The new set contains more than 9,200 clippings (that's about

Re: BBEdit capabilities and scripting

2009-06-19 Thread G. T. Stresen-Reuter
On Jun 18, 2009, at 11:30 PM, Tim Gray tg...@125px.com wrote: On Jun 16, 8:57 pm, G. T. Stresen-Reuter tedmaster...@gmail.com wrote: If you can give a concrete example of a missing usage, I'm sure someone can produce (or find) a clipping that can do it. That's kind of the point

Re: BBEdit capabilities and scripting

2009-06-19 Thread G. T. Stresen-Reuter
On Jun 19, 2009, at 1:06 PM, Tim Gray wrote: On Jun 19, 2:54 am, G. T. Stresen-Reuter tedmaster...@gmail.com wrote: So, would a set of clippings for doing completion of Python functions/ methods be useful to you? Also, the manual has a very complete reference on how to create

Re: BBEdit capabilities and scripting

2009-06-19 Thread G. T. Stresen-Reuter
style (but they don't give much detail on spacing, just some examples). They are very similar, though not identical to, the PEAR coding style. On 19 Jun 2009, at 13:46, G. T. Stresen-Reuter wrote: For example, the PHP clipping set includes a fairly complete class definition clipping

Re: BBEdit capabilities and scripting (and clipping sets)

2009-06-19 Thread G. T. Stresen-Reuter
On Jun 19, 2009, at 4:09 PM, Tim Gray wrote: On Jun 19, 8:46 am, G. T. Stresen-Reuter tedmaster...@gmail.com wrote: Why is that? Is it possible that although it includes the kitchen sink that it's simply too much for most of my needs? I understand what you mean. I do a lot of LaTeX

Re: Script to convert CSV to formatted plain text table

2009-06-16 Thread G. T. Stresen-Reuter
Import into mysql and pipe query to file? Ted Sent from my iPhone On Jun 16, 2009, at 9:15 AM, Carlton carlton.gib...@gmail.com wrote: Hi all, I don't suppose anyone has a filter for converting (say) CSV into an ASCII table do they? (I'm after the sort of thing you get from, say, the

Re: SVN authorization error

2009-06-14 Thread G. T. Stresen-Reuter
I would file a bug report with supp...@barebones.com Be sure to list the exact steps required to reproduce the error. Ted Stresen-Reuter On Jun 13, 2009, at 8:38 PM, Watts Martin wrote: Okay, I'm sure there's something really obvious I'm missing here... but I'm missing it. The BBEdit 9.2

Re: Where Can I Find the HTML Language Module

2009-06-11 Thread G. T. Stresen-Reuter
Nagpal indi...@nagpals.com wrote: Don't get me wrong, I like BBEdit and wanted to just make it a more useful for ColdFusion users, I started thinking about writing the language module. This isn't an ideal solution but you can tell bbedit to treat cf files as html and that gives you

Re: Wordpress clippings

2009-06-08 Thread G. T. Stresen-Reuter
On Jun 7, 2009, at 7:23 AM, Steve McIntyre wrote: The clippings would contain Wordpress specific functions (e.g., the_content(), the_time(), etc.). Like what Dennis mentioned. There's a clippings library for javascript that has prototype specific functions built in and I was wondering

Re: jquery clippings library

2009-06-07 Thread G. T. Stresen-Reuter
On Jun 5, 2009, at 10:32 PM, stevem21m wrote: Is anyone working on or know of anyone working on a jquery clippings library? Something similar to prototype would be awesome. It's not great, but it's a good first attempt: http://tedmasterweb.com/modules/mydownloads/viewcat.php?cid=2lid=12

Re: css syntax checker

2009-05-14 Thread G. T. Stresen-Reuter
On May 14, 2009, at 5:22 PM, Peter Weil wrote: I'm bumping this -- is there no one in the BBEdit community who can help to revive this? I found it -- at least when it was working -- to be a very valuable tool. Other css editors, such as CSSEdit, have this capability built in. I've looked at

Re: Zap Gremlins

2009-04-24 Thread G. T. Stresen-Reuter
On Apr 24, 2009, at 7:15 PM, Simdude wrote: When the Zap Gremlins dialog opens, there are Don't Zap, Cancel and Zap buttons. Zap is clear, but why have Don't Zap and Cancel? I don't see these buttons doing anything different. Just a shot in the dark but I'm going to guess that the difference

Re: Files Not Always Saving

2009-03-31 Thread G. T. Stresen-Reuter
than one or two commands in it. The command I use the most, though, is Compare Revisions..., which allows me to see the differences between the current and prior versions of a file... I find that to be endlessly useful. G. T. Stresen-Reuter Web: http://tedmasterweb.com Blog: http

Re: Grep help?

2009-03-26 Thread G. T. Stresen-Reuter
On Mar 26, 2009, at 7:53 AM, le...@gmail wrote: On Mar 25, 2009, at 15:22, Patrick James pjl...@googlemail.com wrote: Assuming each list element is on a new line as per your example I think that: ol.+\r(li.+\r){10,}/ol should select what is required. There's no need for negative

Registered protocol for bbedit

2009-03-17 Thread G. T. Stresen-Reuter
Is there a registered protocol for opening files in BBEdit? For example, it is my understanding that txmt://path/to/file.txt will open that file with TextMate. I'm just wondering if there is anything similar for BBEdit. Thanks in advance. Ted Stresen-Reuter

Re: Visual Basic?

2009-01-10 Thread G. T. Stresen-Reuter
On Jan 9, 2009, at 10:44 PM, Brett wrote: I have just learned that Web development for our company is switching to ASP.NET and Visual Basic.NET. Yeah, I know--it's depressing. Is there a BBEdit language module for Visual Basic? The syntax is colored (for me at least) but in my experience,

Re: BBEdit 9.1

2008-12-16 Thread G. T. Stresen-Reuter
On Dec 16, 2008, at 8:37 AM, Govinda wrote: in 'save a copy to ftp server' I am very much missing something I could do before 9.1 -- delete a file. This is just a guess but with the file selected, try Command+Delete (backspace key). Ted Stresen-Reuter

Re: preservation of ?php tags when inside HTML properties

2008-11-04 Thread G. T. Stresen-Reuter
On Nov 4, 2008, at 7:06 PM, Zachary Jones wrote: When I have an HTML tag of the form: li class=?php echo $sel? and I want to add to it another property, I generally use Cmd+M to list common properties, hit enter, then type. However, this method of property addition (like the more UI-ish

Re: Perl is a post-modern language [Was: Is it me or is this a GREP bug?]

2008-10-09 Thread G. T. Stresen-Reuter
On Oct 9, 2008, at 9:17 AM, Carlton Gibson wrote: Aren't we all meant to be learning Python these days anyway? Oh darn! I thought it was RoR!!! I've been learning the wrong thing! Ted --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Auto-complete (clippings) working correctly?

2008-10-07 Thread G. T. Stresen-Reuter
On Oct 7, 2008, at 5:16 PM, jx-opher wrote: This is out-of-the-box behavior, I just installed BBEdit 9.0.1 today. Am I doing something wrong? I don't think so, this is the intended behavior. Unlike with other editors, there is no need to type the less-than symbol. Try typing h1 (without

Re: VIM to BBEdit Color Scheme Conversion

2008-10-07 Thread G. T. Stresen-Reuter
On Sep 30, 2008, at 7:21 PM, crazyj wrote: I'm looking for a VIM to BBEdit Color Scheme converter. Although I'm not a VIM user, there are many sites (http:// www.cs.cmu.edu/~maverick/VimColorSchemeTest/index-pl.html) that showcase many different color schemes and I was wondering if anyone