You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: