Community
Participate
Working Groups
Related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=435014 There is old problem of Windows and Linux. When as a user in Eclipse IDE I can copy any file path using Cltr+Alt+C (using StartExzplorer https://github.com/basti1302/startexplorer/), but when I insert into GitBash running after `cd` it is not recognized by Bash. So \ is to be change to / or \ to become \\ weibl@FX-JSJ532 ~ $ cd C:\Users\weibl\git sh.exe": cd: C:Usersweiblgit: No such file or directory weibl@FX-JSJ532 ~ $ cd C:\\Users\\weibl\\git This would be sticky "smart" function, as there are possible case when such conversion is not needed. Or can it be other shortcut like "smart insert" ?
http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/?id=44c37269499c0a78b9af69da1b5f709404bbeafb If you have an existing workspace, go to Window > Preferences > Target Explorer > Terminals and either delete the exising "Git Bash" entry (will be recreated on restart) or edit it and checkmark "Translate Backslashes on Paste".
.
> and checkmark "Translate Backslashes on Paste". OK, that will do for most simple cases Thank you