From sellmerfud at gmail.com Mon Jun 1 00:32:49 2020 From: sellmerfud at gmail.com (Curt Sellmer) Date: Sun, 31 May 2020 19:32:49 -0500 Subject: [TxMt] Re: TM's QuickLook plugin In-Reply-To: <4777317a-c70e-4773-8608-dac2398cc9cf@www.fastmail.com> References: <940944AD-E81D-418C-B2D6-A8C318AFBD7E@gmail.com> <4777317a-c70e-4773-8608-dac2398cc9cf@www.fastmail.com> Message-ID: In my case: [curt:misc]$ mdls -name kMDItemContentTypeTree U.scala kMDItemContentTypeTree = ( "dyn.ah62d4rv4ge81g25brvuu", "public.item", "dyn.ah62d4rv4ge81g25brvuu", "public.data" ) public.source-code is not in the list. How can I add it to the list of Content Types? -------------- next part -------------- An HTML attachment was scrubbed... URL: From posguy99 at gmail.com Mon Jun 1 15:01:29 2020 From: posguy99 at gmail.com (Marc Wilson) Date: Mon, 01 Jun 2020 08:01:29 -0700 Subject: [TxMt] Re: TM's QuickLook plugin In-Reply-To: References: <940944AD-E81D-418C-B2D6-A8C318AFBD7E@gmail.com> <4777317a-c70e-4773-8608-dac2398cc9cf@www.fastmail.com> Message-ID: <7e81d2c9-86c5-46aa-b920-1f469b97e3d9@www.fastmail.com> For me, it just happened, even though it doesn't seem to fail downwards correctly. I don't claim to understand the processes that are happening behind the scenes in macOS... this information is not stored in the filesystem, so I can only assume that it's something Spotlight assigns to the files and puts in a database somewhere. Allan said something about it being in the Launch Services database? A question... is *.scala the normal file extension for files of that type? -- Marc Wilson posguy99 at gmail.com On Sun, May 31, 2020, at 5:32 PM, Curt Sellmer wrote: > In my case: > > [curt:misc]$ mdls -name kMDItemContentTypeTree U.scala > kMDItemContentTypeTree = ( > "dyn.ah62d4rv4ge81g25brvuu", > "public.item", > "dyn.ah62d4rv4ge81g25brvuu", > "public.data" > ) > > public.source-code is not in the list. How can I add it to the list of Content Types? > > > > > _______________________________________________ > TextMate mailing list > TextMate at lists.macromates.com > https://lists.macromates.com/listinfo/textmate -------------- next part -------------- An HTML attachment was scrubbed... URL: From posguy99 at gmail.com Mon Jun 1 15:07:07 2020 From: posguy99 at gmail.com (Marc Wilson) Date: Mon, 01 Jun 2020 08:07:07 -0700 Subject: [TxMt] Re: TM's QuickLook plugin In-Reply-To: References: <940944AD-E81D-418C-B2D6-A8C318AFBD7E@gmail.com> Message-ID: <793cd2c4-cc57-45df-a2f6-9ed125e60efa@www.fastmail.com> If I try to force the file type for my Applescript files, I still get the generic text viewer. In fact, so far I haven't been able to get the TextMate QL generator to be used for ANYTHING. Does it work on Catalina for anyone at all? I don't mean the auto-detect of the file type... I mean if you force the file type to be something TM has supposedly been registered for, does it get used? The OS pops those two error messages each time qlmanage is invoked, but that happens on Mojave too, and it works there. Google says *everyone *gets those two errors regardless. Curt, you said you were using Mojave, so... -- Marc Wilson posguy99 at gmail.com On Sun, May 31, 2020, at 9:39 AM, Curt Sellmer wrote: > > > On Sun, May 31, 2020 at 9:02 AM Farhan Ahmed wrote: >> I am seeing the same thing in the Finder on Catalina. My output is the same: >> >> *?* qlmanage -m plugins | grep TextMate >> public.source-code -> /Applications/*TextMate*.app/Contents/Library/QuickLook/*TextMate*QL.qlgenerator (1.0) >> public.text -> /Applications/*TextMate*.app/Contents/Library/QuickLook/*TextMate*QL.qlgenerator (1.0) > > I was not aware of the qlmanage utility until I saw this email.... > > I am running MacOS 10.14.6 (Mojave) and when I use QuickLook to view a source file such as Foo.scala I just get the generic QuickLook window describing the file. > > But if I use this command: qlmanage -p -c public.source-code U.scala > > Then I get the correct QuickLook window that uses the TextMate theme. > > It seems that the Finder is not associating the "public.source-code" type with the file. However I have told Finder to open all .scala files with TextMate and indeed it is listed as the default App for opening the files. Not sure if there is something else that must be done so that Finder knows that this is a source code file? > > > > > > _______________________________________________ > TextMate mailing list > TextMate at lists.macromates.com > https://lists.macromates.com/listinfo/textmate -------------- next part -------------- An HTML attachment was scrubbed... URL: From sellmerfud at gmail.com Mon Jun 1 15:24:49 2020 From: sellmerfud at gmail.com (Curt Sellmer) Date: Mon, 1 Jun 2020 10:24:49 -0500 Subject: [TxMt] Re: TM's QuickLook plugin In-Reply-To: <7e81d2c9-86c5-46aa-b920-1f469b97e3d9@www.fastmail.com> References: <940944AD-E81D-418C-B2D6-A8C318AFBD7E@gmail.com> <4777317a-c70e-4773-8608-dac2398cc9cf@www.fastmail.com> <7e81d2c9-86c5-46aa-b920-1f469b97e3d9@www.fastmail.com> Message-ID: On Mon, Jun 1, 2020 at 10:01 AM Marc Wilson wrote: > > A question... is *.scala the normal file extension for files of that type? > Yes it is the normal file extension for Scala source files. I noticed that the info.plist file for TextMate contains entries for .c, .java, etc. but does not contain an entry for .scala (Not surprising since it is not as common a language). Using QL for files that are listed in the info.plist file works for me so perhaps this is just a known limitation. Sounds like your issue on Catalina is something different. -------------- next part -------------- An HTML attachment was scrubbed... URL: From desoi at pgedit.com Wed Jun 3 00:20:47 2020 From: desoi at pgedit.com (John DeSoi) Date: Tue, 2 Jun 2020 19:20:47 -0500 Subject: [TxMt] Re: TM's QuickLook plugin In-Reply-To: <793cd2c4-cc57-45df-a2f6-9ed125e60efa@www.fastmail.com> References: <940944AD-E81D-418C-B2D6-A8C318AFBD7E@gmail.com> <793cd2c4-cc57-45df-a2f6-9ed125e60efa@www.fastmail.com> Message-ID: <8C462CFB-4565-4BA5-8C5E-7C54EA0AB5EE@pgedit.com> > On Jun 1, 2020, at 10:07 AM, Marc Wilson wrote: > > In fact, so far I haven't been able to get the TextMate QL generator to be used for ANYTHING. Does it work on Catalina for anyone at all? It does not work for me on two different Catalina machines I have tested. All previews seem to be plain text. See related discussion in the archives for last month "Code preview in Finder" John DeSoi, Ph.D. From gregdunn at indy.net Wed Jun 3 14:11:48 2020 From: gregdunn at indy.net (Greg Dunn) Date: Wed, 3 Jun 2020 10:11:48 -0400 Subject: [TxMt] Compiling latest git version of TextMate using brew Message-ID: <69c5df80-9c44-4223-6278-8d7fb274ec5e@indy.net> Hi, Because I can't keep my hands off utilities and am on a constant quest to understand development processes, I attempted to clone the latest git repository and build TextMate. It seems that everything goes well until I reach the part where I build the actual executable, and get the following errors: [1/1] Generate ?build.ninja?? [159/923] Compile xib ?Frameworks/OakAppKit/resources/English.lproj/CustomizeEncodings.xib?? FAILED: /Users/Greg/build/TextMate/Frameworks/OakAppKit/resources/English.lproj/CustomizeEncodings.nib xcrun ibtool --errors --warnings --notices --output-format human-readable-text --minimum-deployment-target 10.12 --compile /Users/Greg/build/TextMate/Frameworks/OakAppKit/resources/English.lproj/CustomizeEncodings.nib Frameworks/OakAppKit/resources/English.lproj/CustomizeEncodings.xib xcrun: error: unable to find utility "ibtool", not a developer tool or in PATH [161/923] Compile xib ?'Frameworks/OakAppKit/resources/English.lproj/Pasteboard Selector.xib'?? FAILED: /Users/Greg/build/TextMate/Frameworks/OakAppKit/resources/English.lproj/Pasteboard Selector.nib xcrun ibtool --errors --warnings --notices --output-format human-readable-text --minimum-deployment-target 10.12 --compile '/Users/Greg/build/TextMate/Frameworks/OakAppKit/resources/English.lproj/Pasteboard Selector.nib' 'Frameworks/OakAppKit/resources/English.lproj/Pasteboard Selector.xib' xcrun: error: unable to find utility "ibtool", not a developer tool or in PATH [162/923] Compile xcassets ?Frameworks/OakAppKit/resources/OakAppKit.xcassets?? FAILED: /Users/Greg/build/TextMate/Frameworks/OakAppKit/resources/Assets.car xcrun actool --errors --warnings --notices --output-format human-readable-text --platform macosx --minimum-deployment-target 10.12 --compile "$(dirname /Users/Greg/build/TextMate/Frameworks/OakAppKit/resources/Assets.car)" Frameworks/OakAppKit/resources/OakAppKit.xcassets xcrun: error: unable to find utility "actool", not a developer tool or in PATH ibtool and actool exist in /usr/bin and also a link to /usr/local/bin, both of which are in my shell path. I enter 'which ibtool' from the shell and it can find the tool. Is there another path needed for the build which I don't have set? Generally Homebrew builds compile and run OK on my system... -- | Greg Dunn | this is slowly taking me apart. | | gregdunn at indy.net | grey would be the color if i | | The Sultan of Slack(tm) | had a heart. | | http://www.indy.net/~gregdunn/ | Trent Reznor | From rdwampler at gmail.com Wed Jun 3 17:17:58 2020 From: rdwampler at gmail.com (Ronald Wampler) Date: Wed, 3 Jun 2020 13:17:58 -0400 Subject: [TxMt] Re: Large file does not properly paint text when scrolling in v2.0 on MacOS Catalina In-Reply-To: <1590929009320-0.post@n5.nabble.com> References: <3492243C-509E-4F0B-A7C3-7DBB0ED5AD53@greggkellogg.net> <1590929009320-0.post@n5.nabble.com> Message-ID: Same here. The issue has appeared since with the 10.15.5 update. -Ron On Sun, May 31, 2020 at 8:43 AM mocenigo wrote: > > Is it me or has this bug disappeared under 10.15.5? So far not able to > reproduce. Fingers crossed. > > > > -- > Sent from: http://textmate.1073791.n5.nabble.com/textmate-users-f3.html > > _______________________________________________ > TextMate mailing list > TextMate at lists.macromates.com > https://lists.macromates.com/listinfo/textmate From rdwampler at gmail.com Wed Jun 3 17:18:28 2020 From: rdwampler at gmail.com (Ronald Wampler) Date: Wed, 3 Jun 2020 13:18:28 -0400 Subject: [TxMt] Re: Large file does not properly paint text when scrolling in v2.0 on MacOS Catalina In-Reply-To: References: <3492243C-509E-4F0B-A7C3-7DBB0ED5AD53@greggkellogg.net> <1590929009320-0.post@n5.nabble.com> Message-ID: Oops. s/has/hasn't. On Wed, Jun 3, 2020 at 1:17 PM Ronald Wampler wrote: > > Same here. The issue has appeared since with the 10.15.5 update. > > -Ron > > On Sun, May 31, 2020 at 8:43 AM mocenigo wrote: > > > > Is it me or has this bug disappeared under 10.15.5? So far not able to > > reproduce. Fingers crossed. > > > > > > > > -- > > Sent from: http://textmate.1073791.n5.nabble.com/textmate-users-f3.html > > > > _______________________________________________ > > TextMate mailing list > > TextMate at lists.macromates.com > > https://lists.macromates.com/listinfo/textmate From web at web.knobby.ws Thu Jun 4 13:36:22 2020 From: web at web.knobby.ws (Greg) Date: Thu, 4 Jun 2020 06:36:22 -0700 Subject: [TxMt] Re: Large file does not properly paint text when In-Reply-To: References: Message-ID: <2E85D92F-CEB6-4489-9001-75FDDAA59108@web.knobby.ws> Say what? Your comment makes little sense. I can guess but if it?s important spell it out. Maybe this is some Ruby/TextMate/internet code I don?t know. But if I don?t others don't > On Jun 4, 2020, at 5:00 AM, textmate-request at lists.macromates.com wrote: > > Date: Wed, 3 Jun 2020 13:18:28 -0400 > From: Ronald Wampler > > To: TextMate users > > Subject: [TxMt] Re: Large file does not properly paint text when > scrolling in v2.0 on MacOS Catalina > Message-ID: > > > Content-Type: text/plain; charset="UTF-8" > > Oops. s/has/hasn't. > > On Wed, Jun 3, 2020 at 1:17 PM Ronald Wampler > wrote: >> >> Same here. The issue has appeared since with the 10.15.5 update. >> >> -Ron >> >> On Sun, May 31, 2020 at 8:43 AM mocenigo > wrote: >>> >>> Is it me or has this bug disappeared under 10.15.5? So far not able to >>> reproduce. Fingers crossed. >>> >>> >>> >>> -- >>> Sent from: http://textmate.1073791.n5.nabble.com/textmate-users-f3.html >>> >>> _______________________________________________ >>> TextMate mailing list >>> TextMate at lists.macromates.com >>> https://lists.macromates.com/listinfo/textmate -------------- next part -------------- An HTML attachment was scrubbed... URL: From graham.p.heath at gmail.com Thu Jun 4 15:21:21 2020 From: graham.p.heath at gmail.com (Graham Heath) Date: Thu, 04 Jun 2020 10:21:21 -0500 Subject: [TxMt] Re: Large file does not properly paint text when In-Reply-To: <2E85D92F-CEB6-4489-9001-75FDDAA59108@web.knobby.ws> References: <2E85D92F-CEB6-4489-9001-75FDDAA59108@web.knobby.ws> Message-ID: <52A2709C-2CA0-415E-BB30-9E21ADD8F03A@gmail.com> This is a `sed` expression. The leading `s` indicates the operation is a substitution. The first string after the slash is what to replace, and the string after the second slash is what to replace it with. So he's saying; Oops, I had a typo in my last message, I said "has" but I meant "hasn't". > Same here. The issue hasn't appeared since with the 10.15.5 update. Which I'm very happy to hear as this upgrade is just about to be non-optional for me. Thanks, Graham On 4 Jun 2020, at 8:36, Greg wrote: > Say what? > > Your comment makes little sense. I can guess but if it?s important > spell it out. Maybe this is some Ruby/TextMate/internet code I don?t > know. But if I don?t others don't > >> On Jun 4, 2020, at 5:00 AM, textmate-request at lists.macromates.com >> wrote: >> >> Date: Wed, 3 Jun 2020 13:18:28 -0400 >> From: Ronald Wampler > > >> To: TextMate users > > >> Subject: [TxMt] Re: Large file does not properly paint text when >> scrolling in v2.0 on MacOS Catalina >> Message-ID: >> > > >> Content-Type: text/plain; charset="UTF-8" >> >> Oops. s/has/hasn't. >> >> On Wed, Jun 3, 2020 at 1:17 PM Ronald Wampler > > wrote: >>> >>> Same here. The issue has appeared since with the 10.15.5 update. >>> >>> -Ron >>> >>> On Sun, May 31, 2020 at 8:43 AM mocenigo >> > wrote: >>>> >>>> Is it me or has this bug disappeared under 10.15.5? So far not able >>>> to >>>> reproduce. Fingers crossed. >>>> >>>> >>>> >>>> -- >>>> Sent from: >>>> http://textmate.1073791.n5.nabble.com/textmate-users-f3.html >>>> >>>> >>>> _______________________________________________ >>>> TextMate mailing list >>>> TextMate at lists.macromates.com >>>> >>>> https://lists.macromates.com/listinfo/textmate >>>> > > _______________________________________________ > TextMate mailing list > TextMate at lists.macromates.com > https://lists.macromates.com/listinfo/textmate -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at tidbits.com Thu Jun 4 15:38:59 2020 From: matt at tidbits.com (Matt Neuburg) Date: Thu, 4 Jun 2020 08:38:59 -0700 Subject: [TxMt] Re: Large file does not properly paint text when In-Reply-To: <52A2709C-2CA0-415E-BB30-9E21ADD8F03A@gmail.com> References: <2E85D92F-CEB6-4489-9001-75FDDAA59108@web.knobby.ws> <52A2709C-2CA0-415E-BB30-9E21ADD8F03A@gmail.com> Message-ID: <51D129BA-5E87-495B-855E-A0BDD2E9785A@tidbits.com> I took to be Perl. :) m. > On Jun 4, 2020, at 8:21 AM, Graham Heath wrote: > > This is a sed expression. The leading s indicates the operation is a substitution. The first string after the slash is what to replace, and the string after the second slash is what to replace it with. > > So he's saying; > > Oops, I had a typo in my last message, I said "has" but I meant "hasn't". > > > Same here. The issue hasn't appeared since with the 10.15.5 update. > > Which I'm very happy to hear as this upgrade is just about to be non-optional for me. > > Thanks, > Graham > > On 4 Jun 2020, at 8:36, Greg wrote: > > Say what? > > Your comment makes little sense. I can guess but if it?s important spell it out. Maybe this is some Ruby/TextMate/internet code I don?t know. But if I don?t others don't > >> On Jun 4, 2020, at 5:00 AM, textmate-request at lists.macromates.com wrote: >> >> Date: Wed, 3 Jun 2020 13:18:28 -0400 >> From: Ronald Wampler >> To: TextMate users >> Subject: [TxMt] Re: Large file does not properly paint text when >> scrolling in v2.0 on MacOS Catalina >> Message-ID: >> >> Content-Type: text/plain; charset="UTF-8" >> >> Oops. s/has/hasn't. >> >> On Wed, Jun 3, 2020 at 1:17 PM Ronald Wampler wrote: >>> >>> Same here. The issue has appeared since with the 10.15.5 update. >>> >>> -Ron >>> >>> On Sun, May 31, 2020 at 8:43 AM mocenigo wrote: >>>> >>>> Is it me or has this bug disappeared under 10.15.5? So far not able to >>>> reproduce. Fingers crossed. >>>> >>>> >>>> >>>> -- >>>> Sent from: http://textmate.1073791.n5.nabble.com/textmate-users-f3.html >>>> >>>> _______________________________________________ >>>> TextMate mailing list >>>> TextMate at lists.macromates.com >>>> https://lists.macromates.com/listinfo/textmate > > _______________________________________________ > TextMate mailing list > TextMate at lists.macromates.com > https://lists.macromates.com/listinfo/textmate > > > _______________________________________________ > TextMate mailing list > TextMate at lists.macromates.com > https://lists.macromates.com/listinfo/textmate -- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 13! http://shop.oreilly.com/product/0636920310075.do iOS 13 Fundamentals! http://shop.oreilly.com/product/0636920310068.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html From mailinglist0 at skurfer.com Mon Jun 8 14:24:40 2020 From: mailinglist0 at skurfer.com (Rob McBroom) Date: Mon, 08 Jun 2020 10:24:40 -0400 Subject: [TxMt] Find dialog bug Message-ID: I?ve been seeing things where a search gives what I know are incorrect results, or worse, I?ll go for days thinking I?ve identified all the references to some string in a project then find out I missed a few. I think I?ve somewhat figured out how to reproduce it. Selecting a folder in the File Browser and hitting ??F mostly works as expected, but if the Find dialog is already open, the ?In:? field doesn?t update. If you perform the search anyway, it seems to sometimes search the original location (still displayed) and sometimes search what you had selected in the File Browser, even though that isn?t displayed. I swear it searches the entire project sometimes as well, but I could be wrong about that. In any case, something isn?t quite right. Thanks. -- Rob McBroom From desoi at pgedit.com Wed Jun 10 01:46:41 2020 From: desoi at pgedit.com (John DeSoi) Date: Tue, 9 Jun 2020 20:46:41 -0500 Subject: [TxMt] Re: Code preview in Finder In-Reply-To: References: <41015E1F-288F-4A09-A3F5-9DC46141F896@pgedit.com> <79CD2AB3-903E-4971-A54A-4BA1D987140A@pgedit.com> <885C739D-48C6-4C70-BE8A-864361085904@textmate.org> Message-ID: <55219021-629D-49AF-9AEF-AB62C516B681@pgedit.com> > On May 15, 2020, at 10:12 PM, Allan Odgaard wrote: > > The stuff in the bundles does not affect Finder?s (or the system?s) treatment of files. For that, it must be in TextMate?s Info.plist. > > But as 4D already have the correct definitions, this should not be necessary. > I'm happy to report I finally solved this issue on 10.14 by removing a bunch of older 4D versions. I had already reviewed the Info.plist files for conflicts and did not find any. But I had another computer with same macOS version and TextMate QL worked as expected. The only difference was a few much older versions of 4D. That's the good news. Bad news is still no success getting it to work on 10.15. As reported by some others in another thread, everything that is public.source-code just shows as plain text. I noticed the "Extensions" panel in System Preferences has a section for Quick Look. Mine only shows Mail and Reminders. I don't see a way to add an application there. John DeSoi, Ph.D. From desoi at pgedit.com Wed Jun 10 01:52:06 2020 From: desoi at pgedit.com (John DeSoi) Date: Tue, 9 Jun 2020 20:52:06 -0500 Subject: [TxMt] Theme preference for file type Message-ID: <75785152-E151-44C5-BC8A-9D2F55F023B2@pgedit.com> Is there a way to have a file type automatically use a different theme that is not the default one? If I create a language bundle and include a theme, is there a setting to make the language files default to the theme included with the bundle? Thanks, John DeSoi, Ph.D. From mailinglist0 at skurfer.com Wed Jun 10 11:54:44 2020 From: mailinglist0 at skurfer.com (Rob McBroom) Date: Wed, 10 Jun 2020 07:54:44 -0400 Subject: [TxMt] Re: Theme preference for file type In-Reply-To: <75785152-E151-44C5-BC8A-9D2F55F023B2@pgedit.com> References: <75785152-E151-44C5-BC8A-9D2F55F023B2@pgedit.com> Message-ID: <8B36E78D-B224-4187-BC75-BA4B40BF8609@skurfer.com> On 9 Jun 2020, at 21:52, John DeSoi wrote: > Is there a way to have a file type automatically use a different theme > that is not the default one? Yes. I have this in `~/.tm_properties`: [ text.plain,text.html,text.mail ] theme = "3A9E8876-6DBD-4696-871F-95D340F8BA27" As you can see, you need to use the theme?s UUID. > If I create a language bundle and include a theme, is there a setting > to make the language files default to the theme included with the > bundle? I can?t answer that one. -- Rob McBroom -------------- next part -------------- An HTML attachment was scrubbed... URL: From ugurozyilmazel at gmail.com Wed Jun 10 12:22:48 2020 From: ugurozyilmazel at gmail.com (=?utf-8?Q?U=C4=9Fur_=C3=96zy=C4=B1lmazel?=) Date: Wed, 10 Jun 2020 15:22:48 +0300 Subject: [TxMt] Re: Theme preference for file type In-Reply-To: <8B36E78D-B224-4187-BC75-BA4B40BF8609@skurfer.com> References: <75785152-E151-44C5-BC8A-9D2F55F023B2@pgedit.com> <8B36E78D-B224-4187-BC75-BA4B40BF8609@skurfer.com> Message-ID: `theme` should be on top of other directives as far as i know... fontSize = 18 theme = A4299D9B-1DE5-4BC4-87F6-A757E71B1597 : : : [ attr.untitled ] //fileType = "text.html.markdown" fileType = "source.shell" [ source.css ] tabSize = 4 : : U?ur ?zy?lmazel https://ugur.ozyilmazel.com https://github.com/vigo On 10 Jun 2020 14:54 +0300, Rob McBroom , wrote: > On 9 Jun 2020, at 21:52, John DeSoi wrote: > > Is there a way to have a file type automatically use a different theme that is not the default one? > Yes. I have this in ~/.tm_properties: > [ text.plain,text.html,text.mail ] > theme = "3A9E8876-6DBD-4696-871F-95D340F8BA27" > As you can see, you need to use the theme?s UUID. > > If I create a language bundle and include a theme, is there a setting to make the language files default to the theme included with the bundle? > I can?t answer that one. > -- > Rob McBroom > > _______________________________________________ > TextMate mailing list > TextMate at lists.macromates.com > https://lists.macromates.com/listinfo/textmate -------------- next part -------------- An HTML attachment was scrubbed... URL: From mailinglist0 at skurfer.com Thu Jun 11 10:49:35 2020 From: mailinglist0 at skurfer.com (Rob McBroom) Date: Thu, 11 Jun 2020 06:49:35 -0400 Subject: [TxMt] Re: Theme preference for file type In-Reply-To: References: <75785152-E151-44C5-BC8A-9D2F55F023B2@pgedit.com> <8B36E78D-B224-4187-BC75-BA4B40BF8609@skurfer.com> Message-ID: <8A71FDDF-05E4-4FF7-B445-03858FC25671@skurfer.com> On 10 Jun 2020, at 8:22, U?ur ?zy?lmazel wrote: > `theme` should be on top of other directives as far as i know... To set it globally, yes, but the question was about setting a theme for a specific file type. -- Rob McBroom From ugurozyilmazel at gmail.com Thu Jun 11 12:12:19 2020 From: ugurozyilmazel at gmail.com (=?utf-8?Q?U=C4=9Fur_=C3=96zy=C4=B1lmazel?=) Date: Thu, 11 Jun 2020 15:12:19 +0300 Subject: [TxMt] Re: Theme preference for file type In-Reply-To: <8A71FDDF-05E4-4FF7-B445-03858FC25671@skurfer.com> References: <75785152-E151-44C5-BC8A-9D2F55F023B2@pgedit.com> <8B36E78D-B224-4187-BC75-BA4B40BF8609@skurfer.com> <8A71FDDF-05E4-4FF7-B445-03858FC25671@skurfer.com> Message-ID: hmm i have no idea. also, do you thing that file-type based theme feature exists on TextMate? Never heard of it. U?ur ?zy?lmazel https://ugur.ozyilmazel.com https://github.com/vigo On 11 Jun 2020 13:49 +0300, Rob McBroom , wrote: > On 10 Jun 2020, at 8:22, U?ur ?zy?lmazel wrote: > > > `theme` should be on top of other directives as far as i know... > > To set it globally, yes, but the question was about setting a theme for > a specific file type. > > -- > Rob McBroom > > _______________________________________________ > TextMate mailing list > TextMate at lists.macromates.com > https://lists.macromates.com/listinfo/textmate -------------- next part -------------- An HTML attachment was scrubbed... URL: From mailinglist0 at skurfer.com Thu Jun 11 16:57:54 2020 From: mailinglist0 at skurfer.com (Rob McBroom) Date: Thu, 11 Jun 2020 12:57:54 -0400 Subject: [TxMt] Re: Theme preference for file type In-Reply-To: References: <75785152-E151-44C5-BC8A-9D2F55F023B2@pgedit.com> <8B36E78D-B224-4187-BC75-BA4B40BF8609@skurfer.com> <8A71FDDF-05E4-4FF7-B445-03858FC25671@skurfer.com> Message-ID: <3C1F1D31-FC46-4578-A8EA-6A66B4681E20@skurfer.com> On 11 Jun 2020, at 8:12, U?ur ?zy?lmazel wrote: > hmm i have no idea. also, do you thing that file-type based theme > feature exists on TextMate? Never heard of it. Yes, it exists. It was mentioned when 2.0 first became available, but it didn?t actually work until more recently. So John?s question was basically ?Now that its here, how do I use it?? My first reply should answer that. -- Rob McBroom From desoi at pgedit.com Wed Jun 17 02:35:44 2020 From: desoi at pgedit.com (John DeSoi) Date: Tue, 16 Jun 2020 21:35:44 -0500 Subject: [TxMt] Re: Theme preference for file type In-Reply-To: <8B36E78D-B224-4187-BC75-BA4B40BF8609@skurfer.com> References: <75785152-E151-44C5-BC8A-9D2F55F023B2@pgedit.com> <8B36E78D-B224-4187-BC75-BA4B40BF8609@skurfer.com> Message-ID: <666EA806-0FD4-4E63-BAB2-8FFFFD694B34@pgedit.com> > On Jun 10, 2020, at 6:54 AM, Rob McBroom wrote: > > On 9 Jun 2020, at 21:52, John DeSoi wrote: > > Is there a way to have a file type automatically use a different theme that is not the default one? > > Yes. I have this in ~/.tm_properties: > > [ text.plain,text.html,text.mail ] > theme = "3A9E8876-6DBD-4696-871F-95D340F8BA27" > > As you can see, you need to use the theme?s UUID. Works great, thank you. > > If I create a language bundle and include a theme, is there a setting to make the language files default to the theme included with the bundle? > > I can?t answer that one. > Not a big deal, but would be nice to have. I'm working on a bundle for 4D which comes with an IDE and default syntax coloring. It would be nice to match the default theme to those settings for 4D's source files. John DeSoi, Ph.D. From axe at fyrehaus.com Fri Jun 26 14:23:39 2020 From: axe at fyrehaus.com (axe at fyrehaus.com) Date: Fri, 26 Jun 2020 10:23:39 -0400 Subject: [TxMt] Tab dragging bug with Wacom tablet Message-ID: <506F9887-4BC6-4FA1-835B-D2547AF07A68@fyrehaus.com> Hello I?ve noticed a strange bug in Textmate when using an artist's Wacom Tablet. Sometimes if I quickly click on a tab to select it, and the stylus moves slightly (as if the tab is only dragged a few pixels), the tab clicked becomes light in color and gets stuck. All tabs in the window become non-functional at that point, no text can be selected, other windows can be brought to the front but they are also frozen short of being draggable. Quitting the app and restarting fixes it. It's an easily reproducible problem if you have a tablet to test with. Just felt I should point it out so maybe you guys can fix it. Thanks From carpii.uk at gmail.com Fri Jun 26 17:45:04 2020 From: carpii.uk at gmail.com (Carpii UK) Date: Fri, 26 Jun 2020 18:45:04 +0100 Subject: [TxMt] Re: Tab dragging bug with Wacom tablet In-Reply-To: <506F9887-4BC6-4FA1-835B-D2547AF07A68@fyrehaus.com> References: <506F9887-4BC6-4FA1-835B-D2547AF07A68@fyrehaus.com> Message-ID: I just managed to reproduce this on desktop too, fairly easily Open a few tabs, then using the mouse quickly click and drag a tab a few pixels before letting go. It takes a few tries, but eventually Textmate locks up, and the tab you were trying to drag is left in a detached state (and set to stay-on-top) Screenshot here, showing the floating tab after I moved the frozen textmate window down slightly https://i.imgur.com/BVIOfeM.png On Fri, 26 Jun 2020 at 17:39, axe at fyrehaus.com wrote: > Hello > > I?ve noticed a strange bug in Textmate when using an artist's Wacom Tablet. > > Sometimes if I quickly click on a tab to select it, and the stylus moves > slightly (as if the tab is only dragged a few pixels), the tab clicked > becomes light in color and gets stuck. All tabs in the window become > non-functional at that point, no text can be selected, other windows can be > brought to the front but they are also frozen short of being draggable. > > Quitting the app and restarting fixes it. > > It's an easily reproducible problem if you have a tablet to test with. > > Just felt I should point it out so maybe you guys can fix it. > > Thanks > > _______________________________________________ > TextMate mailing list > TextMate at lists.macromates.com > https://lists.macromates.com/listinfo/textmate -------------- next part -------------- An HTML attachment was scrubbed... URL: