I think `ruby “file”` can be slow too. Don’t know if it’s related
> On Jul 18, 2019, at 5:00 AM, textmate-request(a)lists.macromates.com wrote:
>
> Re: `mate <file>` from Terminal is occasionally very slow to
> open <file> in TextMate
Hey all,
I tried to pull a new patch from master and found an error;
./configure && ninja
rm
/Users/heathg/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem
ninja: error: build.ninja:17: loading '/build.ninja': No such file
or directory
include $builddir/build.ninja
^ near here
ninja: error: build.ninja:17: loading '/build.ninja': No such file
or directory
include $builddir/build.ninja
I did a `git bisect` and narrowed it down to b42cbb1f.
I don't know if I missed a memo (obviously it was still building for
Allan :) ) or if this is a bug.
I unblocked my self by reverting the commit locally.
Thanks,
Graham
Thank you Matt. That did it.
My knowledge hadn’t gone beyond Preferences and Application Support. Learned something today. Will I remember it tomorrow?
> On Jul 24, 2019, at 22:09, textmate-request(a)lists.macromates.com wrote:
>
> Date: Wed, 24 Jul 2019 22:09:35 -0700
> From: Matt Neuburg <matt(a)tidbits.com <mailto:matt@tidbits.com>>
> To: TextMate users <textmate(a)lists.macromates.com <mailto:textmate@lists.macromates.com>>
> Subject: [TxMt] Re: Keyboard gone crazy in TM 2.0-rc.10
> Message-ID: <34E15DA4-6383-4318-B99B-CC1EEF22A1B8(a)tidbits.com <mailto:34E15DA4-6383-4318-B99B-CC1EEF22A1B8@tidbits.com>>
> Content-Type: text/plain; charset="utf-8"
>
> Yes, it?s in Caches. m.
>
> --
> matt neuburg, phd = http://www.apeth.net/matt/ <http://www.apeth.net/matt/>
> pantes anthropoi tou eidenai oregontai phusei
> Programming iOS 12! http://shop.oreilly.com/product/0636920208662.do <http://shop.oreilly.com/product/0636920208662.do>
> iOS 12 Fundamentals! http://shop.oreilly.com/product/0636920208655.do <http://shop.oreilly.com/product/0636920208655.do>
> RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html <http://www.apeth.com/RubyFrontierDocs/default.html>
>
>> On Jul 24, 2019, at 10:07 PM, Greg <web(a)web.knobby.ws <mailto:web@web.knobby.ws>> wrote:
>>
>> Matt
>>
>> Maybe that?s what started it, but I wiped the app and ~/Library/Application Support/TextMate and the problem persists. Is the cache elsewhere?
>>
>>> On Jul 24, 2019, at 05:00, textmate-request(a)lists.macromates.com <mailto:textmate-request@lists.macromates.com> wrote:
>>>
>>> Message: 2
>>> Date: Tue, 23 Jul 2019 11:18:45 -0700
>>> From: Matt Neuburg <matt(a)tidbits.com <mailto:matt@tidbits.com>>
>>> To: TextMate users <textmate(a)lists.macromates.com <mailto:textmate@lists.macromates.com>>
>>> Subject: [TxMt] Re: Keyboard gone crazy in TM 2.0-rc.10
>>> Message-ID: <7C4A3A59-3EE9-47CC-9D79-2C12782E679A(a)tidbits.com <mailto:7C4A3A59-3EE9-47CC-9D79-2C12782E679A@tidbits.com>>
>>> Content-Type: text/plain; charset=utf-8
>>>
>>> This could be irrelevant but I've got a point of similarity, namely, I have a bundle command and instead of doing what it was supposed to do, it deleted all the text in the file.
>>>
>>> I discovered that TextMate had mysteriously decided that my bundle command was empty. It had "reverted" to default settings and no code content.
>>>
>>> Well, the default setting is that the output should replace the entire text of the file. There was no code so the output was nothing, and thus nothingness replaced the text of the file.
>>>
>>> Fortunately I had a backup of the bundle. I had a very hard time getting TextMate to release its memory of the bad bundle but eventually by deleting the cache and restarting I was back in business. Very unnerving.
>>>
>>> m.
>>>
>>>
>>>> On Jul 23, 2019, at 9:04 AM, Greg <web(a)web.knobby.ws <mailto:web@web.knobby.ws>> wrote:
>>>>
>>>> I assume I did something, but, for example, Cmd-/ deletes all the text in a file (as if Cmd-A, delete)
>>>>
>>>> I?m using Ruby 2.6.3 and it?s a Rails project.
>>>>
>>>> If I open a .txt file via File>Open the page flickers twice and then it?s blank. If I Cmd-Z twice the text returns.
>>>>
>>>> I normally use Keyboard Maestro, but turned off the engine and it still happens.
>>>>
>>>> I reinstalled TextMate and deleted ~/Library/Application Support/TextMate/ and also the two prefs files.
>>>>
>>>> This reinstall helped with the initial problem the in general the clicks were ignored. I couldn?t edit Preferences.
>>>>
>>>> Cmd-S deletes everything on a page too.
>>>>
>>>> What did I do. I?m not thinking it?s a fundamental TM problem because my laptop is fine.
>>>>
>>>> I first noticed this when I tried to do a Cmd-/ in a Ruby file and the whole page di
Matt
Maybe that’s what started it, but I wiped the app and ~/Library/Application Support/TextMate and the problem persists. Is the cache elsewhere?
> On Jul 24, 2019, at 05:00, textmate-request(a)lists.macromates.com wrote:
>
> Message: 2
> Date: Tue, 23 Jul 2019 11:18:45 -0700
> From: Matt Neuburg <matt(a)tidbits.com <mailto:matt@tidbits.com>>
> To: TextMate users <textmate(a)lists.macromates.com <mailto:textmate@lists.macromates.com>>
> Subject: [TxMt] Re: Keyboard gone crazy in TM 2.0-rc.10
> Message-ID: <7C4A3A59-3EE9-47CC-9D79-2C12782E679A(a)tidbits.com <mailto:7C4A3A59-3EE9-47CC-9D79-2C12782E679A@tidbits.com>>
> Content-Type: text/plain; charset=utf-8
>
> This could be irrelevant but I've got a point of similarity, namely, I have a bundle command and instead of doing what it was supposed to do, it deleted all the text in the file.
>
> I discovered that TextMate had mysteriously decided that my bundle command was empty. It had "reverted" to default settings and no code content.
>
> Well, the default setting is that the output should replace the entire text of the file. There was no code so the output was nothing, and thus nothingness replaced the text of the file.
>
> Fortunately I had a backup of the bundle. I had a very hard time getting TextMate to release its memory of the bad bundle but eventually by deleting the cache and restarting I was back in business. Very unnerving.
>
> m.
>
>
>> On Jul 23, 2019, at 9:04 AM, Greg <web(a)web.knobby.ws <mailto:web@web.knobby.ws>> wrote:
>>
>> I assume I did something, but, for example, Cmd-/ deletes all the text in a file (as if Cmd-A, delete)
>>
>> I?m using Ruby 2.6.3 and it?s a Rails project.
>>
>> If I open a .txt file via File>Open the page flickers twice and then it?s blank. If I Cmd-Z twice the text returns.
>>
>> I normally use Keyboard Maestro, but turned off the engine and it still happens.
>>
>> I reinstalled TextMate and deleted ~/Library/Application Support/TextMate/ and also the two prefs files.
>>
>> This reinstall helped with the initial problem the in general the clicks were ignored. I couldn?t edit Preferences.
>>
>> Cmd-S deletes everything on a page too.
>>
>> What did I do. I?m not thinking it?s a fundamental TM problem because my laptop is fine.
>>
>> I first noticed this when I tried to do a Cmd-/ in a Ruby file and the whole page disappeared. (well at first nothing happened until I reinstalled TM and deleted Application Support)
I assume I did something, but, for example, Cmd-/ deletes all the text in a file (as if Cmd-A, delete)
I’m using Ruby 2.6.3 and it’s a Rails project.
If I open a .txt file via File>Open the page flickers twice and then it’s blank. If I Cmd-Z twice the text returns.
I normally use Keyboard Maestro, but turned off the engine and it still happens.
I reinstalled TextMate and deleted ~/Library/Application Support/TextMate/ and also the two prefs files.
This reinstall helped with the initial problem the in general the clicks were ignored. I couldn’t edit Preferences.
Cmd-S deletes everything on a page too.
What did I do. I’m not thinking it’s a fundamental TM problem because my laptop is fine.
I first noticed this when I tried to do a Cmd-/ in a Ruby file and the whole page disappeared. (well at first nothing happened until I reinstalled TM and deleted Application Support)
Hi all,
the [Emmet plugin](https://emmet.io) crashes since the latest test builds of
TM v2.0-rc.22.
The developer is aware of this issue, but unfortunately no fix till now.
Could someone here tell what the changes in TM are what could break the
Emmet plugin? So I can give the developer a hint :)
A crashlog can be found here: https://feek.d.pr/98mGNP
== feek
--
Sent from: http://textmate.1073791.n5.nabble.com/textmate-users-f3.html
It would be nice if the Align Assignments command absorbed the smart code from the align bundle, which appears moribund (?), but which is much smarter about alignments.
https://github.com/mads379/align.tmbundle
I notice that after updating to 2.0-rc.25 and 2.0-rc.26, file permissions revert when saving a file. I presume this has to do with the new atomic save engine. E.g., a file which previously had -rwxr-xr-x permissions reverts to -rw-r--r-- after saving. I assume this is a bug?
# chmod 755 bin/resman.cli.php
# ls -l bin/resman.cli.php
-rwxr-xr-x@ 1 q staff 10184 Jul 8 01:01 bin/resman.cli.php
(Edit and save the file in TextMate 2.0-rc.26)
# ls -l bin/resman.cli.php
-rw-r--r--@ 1 q staff 10184 Jul 8 01:01 bin/resman.cli.php
Quinn