-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Renaming in IDE
Renaming using the WS Explorer can't be tracked and is therefore not supported. Functions and scripts can simply be renamed in the Editor at which point a new object is created and written to file. The original will then need to be deleted.
Renaming a namespace is a bit trickier. Add a GAP.Rename 'source' 'target' function that deals with the objects in- and outside the IDE.
Renaming in File system
As all file and folder names are suffixed with a tag to keep track of casing, simply renaming the file/folder in the file system must be done by leaving out the tag suffix. This should then be added by the GAP.Import function. Any files or folders without the case tag should be renamed to include a valid tag based on the OS reported casing.