-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set default extension #152
Comments
Hi @bookgrrl, where are you putting the file? I just tested by placing
In |
@skuroda The file is in |
Apologies, thought I responded to this. Are there any errors in the ST console after trying to enter a path? Is it always happening or only sometimes? The only thing I can think of is that the logic I have there removes the extension if it there's a |
Hi Scott, Apologies for not getting back to you earlier. I don't get an error when I enter a path in the ST console, and the filename does not have a . in the filename, so I'm not sure what could be wrong. I decided to stop spending time troubleshooting ST since there are plenty of other text editors that do what I am looking for. For now, I am using Q10, which saves files as .txt by default and which displays the word count in the status bar. Maria Date: Fri, 20 May 2016 19:08:48 -0700 Apologies, thought I responded to this. Are there any errors in the ST console after trying to enter a path? Is it always happening or only sometimes? The only thing I can think of is that the logic I have there removes the extension if it there's a . in the name. — |
I modified my config file following the path mentioned here: // line99
// String containing the default file extension. Note the extension is only applied
// if the specified path does not contain a dot (.) character.
"default_extension": ".txt", It worked, but the last few days it doesn't work again, the newly created files still don't get any suffix added, what am I doing wrong? |
I am trying to set the default extension to *.TXT. I have tried each of the settings below, but none of them works. When I save a new file, the extension is either not set at all, or it is set to JSON.
{
"default_extension": "txt",
}
{
"default_extension": "Text",
}
{
"default_extension": ".txt",
}
{
"default_extension": "*.txt",
}
{
"default_extension": "Plain Text (*.txt)",
}
The text was updated successfully, but these errors were encountered: