This was in ideas and future requests, but as I’m having various issues with ST3, I though i’d get stuck into them all.
If you don’t want to read any moaning pls skip the following paragraph
MOAN***************
As a general point I seem to be spending a lot of time ‘fixing’ ST3. It’s a shame having been really impressed at the beginning, not being able to resolve some simple issues is becoming an issue. I want to be supportive, but is it saving me time when I’m spending 15% of my work on this forum trying to get solutions?
Solutions often, but not always, involve programming. It’s like linux (which i like, it took a few years, they don’t ask you for cash !)
It’s a tricky one, at the beginning i was ready to hand other some cash. Now it’s not the case.
MOAN OVER*****
So onwards
I can’t get a Save Copy As to work. I installed Save Copy As:
“Sace Copy as” I can’t get to work. It says “Save file first”, I save file, select “Sace Copy as” and it says “Save file first”.
I tried the command line plugin, (theskyliner) but that means you can’t see what the previous names of your files are, so that doesn’t help me.
I thought I had a brain wave, “save as”, crtl + w, then ctr+shift+t, but of course it just opens the last file. I don’t remember having this trouble with pluma, the standard text editor that come with linux mint, but that was a while a go.
Then I tried multi-command (after installing it) and tried using this keybinding (it’s missing the save as I know) just as a test and work around, it doesn’t work either.
{
“keys”: [
“alt+shift+s”
],
“command”: “run_multiple_commands”,
“args”: {
“commands”: [
{
“command”: “select_all”
},
{
“command”: “copy”
},
{
“command”: “new_file”
},
{
“command”: “paste”
}
]
}
},
Any help much appreciated.