Re: winscp wine notepad++ or sublime
help here to configure external editor with winscp mac
See https://winscp.net/eng/docs/integration_editor
If you have problems, please start a new thread with more information.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
help here to configure external editor with winscp mac
Hello , i am having the same problem, i am using Wine and notepad++. I successfully configured the winscp to open the notepad++ when i edit something but, when i save the changes never being uploaded on the remote server. If i choose internal editor from the winscp is working perfectly.
Is there any suggestion please?
MacBook-Pro:brindos alban$ ls -l
total 24
-rw-r--r-- 1 alban staff 10025 19 sep 22:41 brindos.css
MacBook-Pro:brindos alban$ ls -l
total 24
-rw-r--r-- 1 alban staff 10027 20 sep 16:53 brindos.css
MacBook-Pro:brindos alban$
#!/bin/sh
path="`wine winepath -u "$1"`"
"`/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl -w "$path"`"
exit 1