sublime text 3 not working as external code editor on linux

   1616   2   0
User Avatar
Member
159 posts
Joined: July 2010
Offline
I managed to get sublime text 3 working as my external code editor on a Mac.
However, it doesn't work on linux.

I have in my houdini.env file:

EDITOR = ‘/viz/home/jeroen/sublime_text_3/sublime_text’

When I press the “edit text with an external editor” button, it launches sublime text 3, but the temp file it loads is empty.

Any ideas?

Linux: CentOS Linux release 7.3.1611 (Core)
Houdini version: 16.5.473

thanks
Edited by syntheticperson - May 22, 2018 12:34:10
User Avatar
Member
17 posts
Joined: April 2014
Offline
Hey, there,

Did you manage to solve this? I have the same problem.
User Avatar
Member
17 posts
Joined: April 2014
Offline
I got it working, it was an easy fix.

Just pass the “-w” flag as such:

VISUAL = “/usr/bin/subl -w”
  • Quick Links