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
in the command line, when you try to open a file with the "open" command, tab completion for files is not working correctly. The system completes a folder with a backslash. But if you try to get a list of subfolders or try to complete the next level, it doesn't work. You first have to replace the backslash with a forwardslash...
So the solution seems to not use the (system dependent) backslash but always the forwardslash.
The text was updated successfully, but these errors were encountered:
Original Reporter: ralf
Environment: Win8.1, powershell
Version: 3.0-RC1
Migrated From: http://jira.grails.org/browse/GRAILS-12067
in the command line, when you try to open a file with the "open" command, tab completion for files is not working correctly. The system completes a folder with a backslash. But if you try to get a list of subfolders or try to complete the next level, it doesn't work. You first have to replace the backslash with a forwardslash...
So the solution seems to not use the (system dependent) backslash but always the forwardslash.
The text was updated successfully, but these errors were encountered: