Any plan to port a Linux (debian/Ubuntu) version

2020-03-01 Thread Gauvins
I am in the process of building a Linux workstation but will most likely keep several macs as well. I like BBedit very much but will be vulnerable to a multi-platform equivalent. Any plan to port BBedit? --- I suspect that other users may follow a similar route. I use BBedit to code in

Re: Export settings

2019-11-11 Thread Gauvins
hmmm Could you expand a bit on what is in the "_prefs data_" file? I don't understand why I would *not* want to sync preferences across machines On Monday, November 11, 2019 at 11:51:13 AM UTC-5, Patrick Woolsey wrote: > > On 11/11/19 at 11:31 AM, gauv...@gmail.com

Re: Export settings

2019-11-11 Thread Gauvins
> Starts out about using Dropbox for shared preferences. Or the next page > about sharing through your iCloud Drive. > BJ > > On Nov 10, 2019, at 8:37 PM, Gauvins > > wrote: > > I work on several computers. Ideally I'd sync preferences via something > like Dropbox

Export settings

2019-11-10 Thread Gauvins
I work on several computers. Ideally I'd sync preferences via something like Dropbox. But I'd understand if files have to be copied manually. Found this . I'll try it but if there's a better

document structure for single-page site development

2019-10-25 Thread Gauvins
I'll be working for a few-to-many weeks on a single-page site and was wondering how experienced developers structure such a project. The site involves very little html (50 lines), a fair amount of styling (200+ lines), javaScript (1000+ lines), and AJAX procedures handled by php scripts.

Open Recent [Favorites]

2019-10-18 Thread Gauvins
>From time to time I want to edit some configuration file, that is no longer available in the [Open recent] menu. There is almost certainly something addressing this issue... 1. Is there a way to have some files stick to this [Open recent] list, or 2. Create a menu item [Open favorite] 3. Some

Delete rest of line starting with some character (how?)

2019-09-04 Thread Gauvins
I often want to delete extraneous characters surrounding the value of interest. Can this be done in one fell swoop? My current workflow is to find/replace with tabs; copy/paste in a spreadsheet; copy the central column ex: typical line contains +some text of interest-that I want to extract [do

Re: Edit link without commercial browser name?

2019-02-26 Thread Gauvins
you can certainly (and probably should) truncate the URL right before the first ampersand, so it'll read like [www.google.com/search?q=your+search+terms] On Tuesday, February 26, 2019 at 8:58:01 AM UTC-5, bo wrote: > > As an outlier from scripting expertise, I request some simplified >

Re: Do not delete compiled python scripts on quit?

2019-02-23 Thread Gauvins
Interesting suggestion (write routine) but I wouldn't know where to start and the "inconvenience" is minimal. (And yes, files are saved to disk, such that I could switch in terminal and run from there. Just more convenient to hit cmd-R from BBEdit) So, if a future BBEdit release were to check

Do not delete compiled python scripts on quit?

2019-02-22 Thread Gauvins
RUN in terminal aborts if BBEdit quits. From what I understand, quitting BBEdit purges compiled scripts on quit, which makes perfect sense. But I like to run scripts once I *think* I am done. Some take several minutes to complete, so I usually start some other small task. After a while I may

possible to fold/unfold a group enclosing current cursor?

2019-01-20 Thread Gauvins
I am familiar with unfold selection. I tend to fold everything and move around to work on a specific area. I'd like to be able to unfold a section without having to select it first. i.e. unfold/fold at cursor; without having to select. Is this possible? -- This is the BBEdit Talk public

run javascript from BBEdit

2018-12-11 Thread Gauvins
Running Python scripts from BBEdit is extremely convenient. What would be the best way to test code snippets (or an entire script) written in javascript (on OSx)? -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email

Re: Create a "foldable" section within a Python function

2018-11-29 Thread Gauvins
e > > This for-lop (which runs just once) will be folded by BBEdit. > > On Thursday, November 29, 2018 at 3:13:30 PM UTC+1, Gauvins wrote: >> >> I have a long list of constants at the top of a function. Would be great >> if is could be collapsed, like what happens with def

Create a "foldable" section within a Python function

2018-11-29 Thread Gauvins
I have a long list of constants at the top of a function. Would be great if is could be collapsed, like what happens with def / comment_blocks / """ strings """ and such. I cannot find a command that would "create a fold", or a way to define custom regions. I do not wish to spend a

Re: What about BBEdit attracts you to the program over others?

2018-11-27 Thread Gauvins
:) I mean that bbedit is great on many many counts. There are numerous features that I could not live without. Color scheme and run modes are cool but there is much more. Great app -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support,

What about BBEdit attracts you to the program over others?

2018-11-27 Thread Gauvins
Was using textwrangler (now deprecated I believe)) and wanted some of the more advanced features offered by bbedit. Wrt to critical features... The ability to run Python in the terminal and color schemes come to mind, but it mischaracterizes my appreciation. -- This is the BBEdit Talk

Re: Assign shortcut to ctrl-Move to New Window?

2018-11-20 Thread Gauvins
thanks. probably too obvious for my aging brain... :/ On Tuesday, November 20, 2018 at 10:12:13 PM UTC-5, Rich Siegel wrote: > > On 11/20/18 at 10:10 PM, gauv...@gmail.com (Gauvins) wrote: > > >can't find shortcuts for contextual menuswhere would that be? > > Contex

Re: Assign shortcut to ctrl-Move to New Window?

2018-11-20 Thread Gauvins
(thanks for your quick reply) can't find shortcuts for contextual menuswhere would that be? On Tuesday, November 20, 2018 at 10:05:44 PM UTC-5, Rich Siegel wrote: > > On 11/20/18 at 9:59 PM, gauv...@gmail.com (Gauvins) wrote: > > >ctrl-Move to New Window does the trick.

Assign shortcut to ctrl-Move to New Window?

2018-11-20 Thread Gauvins
I usually keep all files related to a project in a main window (and activate a specific document as needed). I sometimes would like to move a document to a new window whenever I move several bits of code from one document to the next. ctrl-Move to New Window does the trick. Is it possible to

Re: Running python script is locking windows

2018-08-30 Thread Gauvins
:) Thanks On Thursday, August 30, 2018 at 10:12:36 AM UTC-4, Gauvins wrote: > > New to writing Python scripts on BBEdit -- sorry if this is obvious. > > When BEdit is used to run a script, a modal window appears and the script > window is no longer accessible. Not a big dea

Running python script is locking windows

2018-08-30 Thread Gauvins
New to writing Python scripts on BBEdit -- sorry if this is obvious. When BEdit is used to run a script, a modal window appears and the script window is no longer accessible. Not a big deal in most cases, but I am now working a scripts that run for hours and would like to be able to