In TM2 is there any way to default unknown file types to plain text without the "What is the file type of..." dialog? I come across a lot of files without extensions and 99% of the time I want to treat them as plain text. Is there a way to just skip the dialog?
* Steve King (sking@arbor.net) scripsit: |> In TM2 is there any way to default unknown file types to plain |> text without the "What is the file type of..." dialog? I come |> across a lot of files without extensions and 99% of the time I |> want to treat them as plain text. Is there a way to just skip |> the dialog? |>
Not sure this exactly answers your question but I put the following in my .tmproperties file at the ~/ level:
{ attr.file.unknown-type } fileType = text --gildas
On 2012-03-09 15:32, Gildas Hamel wrote:
Not sure this exactly answers your question but I put the following in my .tmproperties file at the ~/ level:
{ attr.file.unknown-type } fileType = text
I had to change the curly braces to square, but that did the trick. Thanks!