this may be due to the fact that the icon is referred to in TextWrangler info.plist as
<string>TextWranglerTextDocument.icns</string>
while the icon in the resources folder is called TextWranglerTextDoc.icns.
If you rename the icon bundle inside of
TextWrangler.app/Contents/Resources/
to
TextWranglerTextDocument.icns
you will get your icons back.
Best
Thomas
Am 19.04.2012 um 21:49 schrieb BradWrangler:
> Yep. Same here, my css,php and js files icons are all blank or
> corrupt. Thankfully chrome keeps the html files dominant as a chrome
> document but barebones need to sort this out really.
>
> On Apr 13, 3:33 am, lgw <wiebe...@gmail.com> wrote:
>> Downloaded Textwrangler 4.0 and all my fileiconsseemed to change.
>> PHP file icon now a unix executable icon, etc. I know how to change
>> fileiconsbut want Textwrangler to save text and php files not only
>> to open with Textwrangler (which they do) but also with a
>> Textwrangler icon. Appreciate it if someone could tell me where I
>> need to go to set the default icon for all Textwrangler files.
>
> --
> You received this message because you are subscribed to the
> "TextWrangler Talk" discussion group on Google Groups.
> To post to this group, send email to textwr...@googlegroups.com
> To unsubscribe from this group, send email to
> textwrangler...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/textwrangler?hl=en
> If you have a feature request or would like to report a problem,
> please email "sup...@barebones.com" rather than posting to the group.
I have a problem with the new implementation of "Open File by Name…" or "Open Selection" (⌘D).
The former version evaluated relative paths, so a call for
myText.tex
would open the document with that name in the same folder as the present document.
But now, I get suggestions for the document to open, and the first (or only) offer might not be the document in the same folder, but one with the same name in another folder (this happens easily if you work on a new version of an older document). I don't quite kno when this happens.
At the same time, relative paths like
../ProvenanceMetadata/Delos.tex
are not recognised by this command: the "Open File by Name" remains empty, while a click on the search button opens that file immediately.
I would like a way to return to the earlier behaviour.
Best
Thomas