Re: I did it again-CaSe PrObLeM

2019-05-02 Thread Charlie Garrison
Good morning, On 2 May 2019, at 18:16, Bucky Junior wrote: How do other BBEdit users deal with errors in case references? Is there a BBEdit function I don’t know about? Must I depend on my increasingly feeble brain to remember this when I make this error? I switched to case-sensitive

Re: I did it again-CaSe PrObLeM

2019-05-02 Thread @lbutlr
On 2 May 2019, at 02:16, Bucky Junior wrote: > How do other BBEdit users deal with errors in case references? in PHP or awk I always use lower case for anything that is not internal to the script (variables and constants) where those are mostly upper case. The exceptions are if I use variable

Re: Preserving Timestamps with SFTP deplyment.

2019-05-02 Thread Steve deRosier
Neil, The point about the multi-file search is an excellent one. My work around, since I'm using C or C++ with complicated projects, is to use cscope on the remote server, with my CSCOPE_EDITOR=bbeditcscope, where bbeditcscope is a script that looks like this: #!/bin/bash # $1 : Line

Re: Preserving Timestamps with SFTP deplyment.

2019-05-02 Thread Neil Faiman
I'll second Steve's recommended technique of creating a project and manually loading it with remote files, which he describes clearly and completely. This is how I do all my work, and it works seamlessly. One other limitation, though, beyond those that Steve mentioned: doing a multi-file

Re: Preserving Timestamps with SFTP deplyment.

2019-05-02 Thread Mooki Moo
Thank you Steve, I appreciate your comments, so much so, that I have already re-done my project by implementing the SFTP Browser approach. I do use git, it’s my SVC of choice and I will also search the forum to have a look for your bbedit edit reference as it sound like it may be useful. — Mook

I did it again-CaSe PrObLeM

2019-05-02 Thread Bucky Junior
I use BBEdit almost exclusively for PHP generated web pages. My skill in neither is highly developed and I must often test repeatedly to achieve the results I want. That said, I created a problem for myself that took me several hours to realize what I had done. Referencing one file from