Re: Looking for a functional Typescript language module

2017-10-27 Thread Joe Lapp
On Friday, October 27, 2017 at 8:45:56 AM UTC-5, Rich Siegel wrote: > > Typescript is enough like JavaScript that the built-in > JavaScript module should be fit for purpose. The factory default > extension mappings include a "ts" to JavaScript mapping for this reason. When I drop the

Looking for a functional Typescript language module

2017-10-27 Thread Joe Lapp
I have a serious problem while using Typescript.plist from https://gist.github.com/davethesoftwaredev/4056693 When installed, BBedit gets very slow entering text in files of extension '.ts'. For example, enter this: function someVeryLongFunctionName() { } function

Re: <#> in source code redefines the tab key (!)

2017-10-27 Thread Joe Lapp
On Thursday, October 26, 2017 at 7:29:35 AM UTC-5, Rich Siegel wrote: > > >I've just encountered the weirdest behavior in BBedit 12.0.1. [...] > > From just the other day: < > https://groups.google.com/d/msg/bbedit/J034jhGp--o/jEgax0QqBgAJ>. Oh wow thanks. I'm still calling it weird though.

<#> in source code redefines the tab key (!)

2017-10-26 Thread Joe Lapp
I've just encountered the weirdest behavior in BBedit 12.0.1. Create the following Javascript file: ``` /* command: DOIT someTerm<#>|anotherTerm<#> */ function doIt() { let x = 1; } ``` Put the cursor anywhere in the file, and hit the tab key. You will never get a tab. Instead the

Re: Searching Typescript (.ts) files in v12.0?

2017-10-25 Thread Joe Lapp
Your support for dark workspaces and Typescript searches came just in time. I was getting used to a dark theme in Visual Studio Code, but I've thrown up my hands in frustration at VSC's nonsensical autoindentation. I was keeping files open in both BBedit and VSC anyway. Glad I can now return to

Re: Searching Typescript (.ts) files in v12.0?

2017-10-24 Thread Joe Lapp
Got the update, it works, and I'm happy again. THANK YOU On Friday, October 20, 2017 at 11:21:27 AM UTC-5, Rich Siegel wrote: > > On 10/20/17 at 12:13 PM, arach...@gmail.com (Joe Lapp) > wrote: > > >How do I get BBEdit to include .ts files in its multi-file searches? &g

Searching Typescript (.ts) files in v12.0?

2017-10-20 Thread Joe Lapp
How do I get BBEdit to include .ts files in its multi-file searches? I'm already using a complex filter for dealing with git, npm, and Typescript build directories. I also have .js files in the mix. Since .ts is not included among the supported languages in the new release, I assume that