Wish "Save As" for modules

LucaMs

Expert
Licensed User
Longtime User
(I assume this has already been asked).

A "Save As" for the entire project is probably a daunting task, but saving only the currently open module in the editor with a different name shouldn't be.

I believe these are basic features that virtually all software programs have.


I apologize if my tone may seem dismissive, but getting this done by having to go through multiple steps is unnerving.
 

LucaMs

Expert
Licensed User
Longtime User
Project - Rename Module
I know it, of course, but it's different from being able to save a module with a different name.

If I use "Rename," I have to:
- change the module's name
- save it
- rename it to the original name (so the project recognizes it),

With "Save Module As," I would save a copy directly; the module would still have its original name in the project and therefore be recognized.


[Just consider that in the Designer there is "Save As" and it is very useful]
 
Last edited:
Top