Revert to RC7. RC8 has this breakage trying to deal with files that have no extensions. -- Marc Wilson msw@cox.net
On Thu, Mar 22, 2018, at 6:13 AM, Rob McBroom wrote:
After the last update, I noticed some garbled Quick Look previews in my Downloads folder.>
I’m pretty sure it results from this commit:
https://github.com/textmate/textmate/commit/fd827fb8179cd74e553680d605d2172e... As you can see form the image, it doesn’t seem to affect all files, but I would argue that no application should claim Quick Look support for every file in existence.>
-- Rob McBroom http://www.skurfer.com/
_________________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I have RC4 and TextMate does not offer me a later version:
"TextMate 2.0-rc.4 is the latest version available—you have version 2.0-rc.4."
Am I just lucky? m.
On Mar 22, 2018, at 1:08 PM, Marc Wilson posguy99@gmail.com wrote:
Revert to RC7. RC8 has this breakage trying to deal with files that have no extensions.
-- Marc Wilson msw@cox.net
On Thu, Mar 22, 2018, at 6:13 AM, Rob McBroom wrote:
After the last update, I noticed some garbled Quick Look previews in my Downloads folder.
<Screen Shot 2018-03-22 at 9.06.59 AM.png>
I’m pretty sure it results from this commit:
https://github.com/textmate/textmate/commit/fd827fb8179cd74e553680d605d2172e...
As you can see form the image, it doesn’t seem to affect all files, but I would argue that no application should claim Quick Look support for every file in existence.
-- Rob McBroom http://www.skurfer.com/
_______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 11! http://shop.oreilly.com/product/0636920107408.do iOS 11 Fundamentals! http://shop.oreilly.com/product/0636920107415.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
On Mar 22, 2018, at 15:49, Matt Neuburg wrote:
I have RC4 and TextMate does not offer me a later version:
"TextMate 2.0-rc.4 is the latest version available—you have version 2.0-rc.4."
Am I just lucky? m.
2.0-rc.4 is the latest official version listed on the web site and the latest version offered by the autoupdater. Anything subsequent is for the adventurous only.
So I'm just cowardly. And proud of it! :) Thx - m.
PS By the way I'm pretty sure you could have the benefits of the current version without the problems of the quick look generator by just reaching into the app bundle and ripping the generator out and throwing it away.
On Mar 22, 2018, at 1:52 PM, Ryan Schmidt textmate@ryandesign.com wrote:
On Mar 22, 2018, at 15:49, Matt Neuburg wrote:
I have RC4 and TextMate does not offer me a later version:
"TextMate 2.0-rc.4 is the latest version available—you have version 2.0-rc.4."
Am I just lucky? m.
2.0-rc.4 is the latest official version listed on the web site and the latest version offered by the autoupdater. Anything subsequent is for the adventurous only.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 11! http://shop.oreilly.com/product/0636920107408.do iOS 11 Fundamentals! http://shop.oreilly.com/product/0636920107415.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
Might break code signing and cause who knows what’s.
Sent from my iPhone
On Mar 22, 2018, at 16:23, Matt Neuburg matt@tidbits.com wrote:
So I'm just cowardly. And proud of it! :) Thx - m.
PS By the way I'm pretty sure you could have the benefits of the current version without the problems of the quick look generator by just reaching into the app bundle and ripping the generator out and throwing it away.
On Mar 22, 2018, at 1:52 PM, Ryan Schmidt textmate@ryandesign.com wrote:
On Mar 22, 2018, at 15:49, Matt Neuburg wrote:
I have RC4 and TextMate does not offer me a later version:
"TextMate 2.0-rc.4 is the latest version available—you have version 2.0-rc.4."
Am I just lucky? m.
2.0-rc.4 is the latest official version listed on the web site and the latest version offered by the autoupdater. Anything subsequent is for the adventurous only.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 11! http://shop.oreilly.com/product/0636920107408.do iOS 11 Fundamentals! http://shop.oreilly.com/product/0636920107415.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 23 Mar 2018, at 3:08, Marc Wilson wrote:
Revert to RC7. RC8 has this breakage trying to deal with files that have no extensions.
Some discussion here: https://github.com/textmate/textmate/pull/1400
I am contemplating reverting the commit, although I have been leaning toward disabling thumbnails entirely, as I think previewing files like `README` is more valuable than having thumbnails for files like `main.cc`.
Anyone finding value in the (proper) thumbnails?
On 23 Mar 2018, at 1:07, Allan Odgaard wrote:
I am contemplating reverting the commit, although I have been leaning toward disabling thumbnails entirely, as I think previewing files like `README` is more valuable than having thumbnails for files like `main.cc`.
Personally, I never think about using Quick Look for reading if it’s going to take more than 4 seconds. I’d rather see the correct icon if I happen to Quick Look a DMG than have the option to occasionally see the contents of an extension less file.
Anyone finding value in the (proper) thumbnails?
Not for text files, no. In fact, Quicksilver lets you specify what uses Quick Look to generate icons and I’ve always purposely excluded text, code, Pages/Word, etc.
For the curious:
~~~ defaults write com.blacktree.Quicksilver QSFilePreviewTypes -array public.image public.movie public.audio com.adobe.pdf public.x509-certificate net.daringfireball.markdown com.apple.ical.ics ~~~
For what its worth, what you can see of the file (~15chars x ~12chars) hasn't been helpful to me.
On Fri, Mar 23, 2018 at 7:34 AM Rob McBroom mailinglist0@skurfer.com wrote:
On 23 Mar 2018, at 1:07, Allan Odgaard wrote:
I am contemplating reverting the commit, although I have been leaning toward disabling thumbnails entirely, as I think previewing files like `README` is more valuable than having thumbnails for files like `main.cc`.
Personally, I never think about using Quick Look for reading if it’s going to take more than 4 seconds. I’d rather see the correct icon if I happen to Quick Look a DMG than have the option to occasionally see the contents of an extension less file.
Anyone finding value in the (proper) thumbnails?
Not for text files, no. In fact, Quicksilver lets you specify what uses Quick Look to generate icons and I’ve always purposely excluded text, code, Pages/Word, etc.
For the curious:
defaults write com.blacktree.Quicksilver QSFilePreviewTypes -array public.image public.movie public.audio com.adobe.pdf public.x509-certificate net.daringfireball.markdown com.apple.ical.ics
-- Rob McBroom http://www.skurfer.com/ _______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Myself I couldn’t care less about the preview thumbnail in the icon. I only care that I can hit <space> and get TM’s QL previewer.
Same here, thumbnails of text files are pointless, but a proper QuickLook preview of the content can be quite a time saver!
On Mar 23, 2018, at 11:24, Marc Wilson posguy99@gmail.com wrote:
Myself I couldn’t care less about the preview thumbnail in the icon. I only care that I can hit <space> and get TM’s QL previewer.
-- Marc Wilson posguy99@gmail.com mailto:posguy99@gmail.com
On Thu, Mar 22, 2018, at 10:07 PM, Allan Odgaard wrote:
On 23 Mar 2018, at 3:08, Marc Wilson wrote:
Revert to RC7. RC8 has this breakage trying to deal with files that have no extensions.
Some discussion here: https://github.com/textmate/textmate/pull/1400 https://github.com/textmate/textmate/pull/1400 I am contemplating reverting the commit, although I have been leaning toward disabling thumbnails entirely, as I think previewing files like README is more valuable than having thumbnails for files like main.cc.
Anyone finding value in the (proper) thumbnails?
_______________________________________________ textmate mailing list textmate@lists.macromates.com mailto:textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate http://lists.macromates.com/listinfo/textmate Email had 1 attachment:
Screen Shot 2018-03-22 at 9.06.59 AM.png 95k (image/png)
textmate mailing list textmate@lists.macromates.com mailto:textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate http://lists.macromates.com/listinfo/textmate
I just don't use Quicklook at all (or if I do, I've invoked it by accident).
For TM I think it makes even less sense. It loads almost instantly, and it takes less tie to open a file in TM, then close it compared to using quicklook and then clicking 'Open in Textmate'
On 24 March 2018 at 00:02, じょいすじょん dangerwillrobinsondanger@gmail.com wrote:
Same here, thumbnails of text files are pointless, but a proper QuickLook preview of the content can be quite a time saver!
On Mar 23, 2018, at 11:24, Marc Wilson posguy99@gmail.com wrote:
Myself I couldn’t care less about the preview thumbnail in the icon. I only care that I can hit <space> and get TM’s QL previewer.
-- Marc Wilson posguy99@gmail.com
On Thu, Mar 22, 2018, at 10:07 PM, Allan Odgaard wrote:
On 23 Mar 2018, at 3:08, Marc Wilson wrote:
Revert to RC7. RC8 has this breakage trying to deal with files that have no extensions.
Some discussion here: https://github.com/textmate/textmate/pull/1400
I am contemplating reverting the commit, although I have been leaning toward disabling thumbnails entirely, as I think previewing files like README is more valuable than having thumbnails for files like main.cc.
Anyone finding value in the (proper) thumbnails?
*_______________________________________________* textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Email had 1 attachment:
- Screen Shot 2018-03-22 at 9.06.59 AM.png 95k (image/png)
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I have to disagree. No reason to load the editor, and have to kill it, vs just using QL. Further, I keep TM on its own desktop. Having the desktop switch to the TM one, just to view a file, is counter- productive. Plus, it doesn’t switch BACK.
I personally "quick look" a lot of things too (though Textmate is usually running anyway.) But there are two general problems with TextMate's QL behaviour… I'm not sure those are TextMate's fault or limitations of Mac OS X.
* It cuts off files at a certain amount of lines. This wouldn't be so bad by itself, but there is zero visual indication that the displayed text is cut off (something like a special coloured ellipsis symbol at the end, or something)
* if the system is under load (say something else, e.g. a raytracing application, is using 100% CPU) I only get the spinning indicator in the QL window and it never manages to actual display the text. It is as the TextMate QL generator runs with such low priority it doesn't get a share of CPU by the OS. Other file types (images, even videos) don't seem to share the same problem.
On 24 Mar 2018, at 2:49 AM, Marc Wilson posguy99@gmail.com wrote:
I have to disagree. No reason to load the editor, and have to kill it, vs just using QL. Further, I keep TM on its own desktop. Having the desktop switch to the TM one, just to view a file, is counter-productive. Plus, it doesn’t switch BACK.
-- Marc Wilson posguy99@gmail.com
On Fri, Mar 23, 2018, at 5:16 PM, Carpii UK wrote:
I just don't use Quicklook at all (or if I do, I've invoked it by accident).
For TM I think it makes even less sense. It loads almost instantly, and it takes less tie to open a file in TM, then close it compared to using quicklook and then clicking 'Open in Textmate'
[cut]