Replies: 4 comments
-
Textadept does not have this feature. It uses your OS's standard dialog for saving files. You'd have to use a file manager to remove the file manually after saving. If you are open to scripting Textadept, you could implement this feature yourself. It would require adding some code to your ~/.textadept/init.lua. Let me know if you are and I could give you some pointers. |
Beta Was this translation helpful? Give feedback.
-
Yes, I am! I would be very glad to learn how to do that. |
Beta Was this translation helpful? Give feedback.
-
You can define a function in your ~/.textadept/init.lua:
Then you can assign your function to Textadept's File > Save As menu and
|
Beta Was this translation helpful? Give feedback.
-
Great! Thank you very much. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like, when I save a file as..., to have the choice between Save and Rename (as in Geany). Could someone explain to me how to do?
Beta Was this translation helpful? Give feedback.
All reactions