Re: Run command for Objective-C

2024-04-15 Thread Rich Siegel
On 15 Apr 2024, at 14:48, 'Derek Yates' via BBEdit Talk wrote: > The following seems to work: > [...] Glad to hear you found a working solution. You might find BBEdit's support for the Language Server Protocol useful: https://www.barebones.com/support/bbedit/lsp-notes.html Additionally,

Re: Run command for Objective-C

2024-04-15 Thread 'Derek Yates' via BBEdit Talk
The following seems to work: 1) Create the following script: #!/bin/zsh CLANG_OUTFILE=${BB_DOC_PATH%%\.m}.out clang -x objective-c -o $CLANG_OUTFILE $BB_DOC_PATH $CLANG_OUTFILE 2) Save it (with extension .sh, although this might not be necessary) in the Scripts Folder (typically

Re: New to BBEdit

2024-04-15 Thread Neil Faiman
> On Apr 15, 2024, at 5:59 AM, Pieter Laeremans wrote: > > Hi, > > One of the nice things of VS Code, which I can not yet replicate with BBE, is > that it very easy to work on projects where the code lives on a "cloud > machine"., > > The builtin sftp support does not do it for me. I

New to BBEdit

2024-04-15 Thread Pieter Laeremans
Hi, I'm quite new to BBEdit. I'm a longtime emacs user, and I also use VS Code. But I like the interface of BBE, the "Notes" feature and the Scratchpad are great. I would like to investigate where I can replace VS Code, where I can, by BBEdit. One of the nice things of VS Code, which I