Hello.
I have no idea why TM refuses to open some perl scripts that are with the executable bit set.
When under a project, if I click the file name, a new tab doesnt open. If I ask mate to open the file from the terminal with the project open, it doesn't open as well. If I close everything and use mate to open the file, it opens correctly!
If I right-click on the file I do not have the option to set text/binary flag.
Can anybody please give me a hint to solve this isse?
TIA Alberto
On 23 Oct 2008, at 22:42, Alberto Simões wrote:
I have no idea why TM refuses to open some perl scripts that are with the executable bit set.
Can it be that these are without extension AND contain non-ASCII AND are not saved as UTF-8?
If so, and you can’t change them to UTF-8, you’ll have to use SetFile from the shell to either set the file type to text or the file creator to TextMate (that is: SetFile -c TxMt «file»).
On Sat, Oct 25, 2008 at 7:25 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 23 Oct 2008, at 22:42, Alberto Simões wrote:
I have no idea why TM refuses to open some perl scripts that are with the executable bit set.
Can it be that these are without extension AND contain non-ASCII AND are not saved as UTF-8?
Yes, yes and yes (latin1). Thanks! I'll convert to utf8.