DASD Posted September 6, 2016 Share Posted September 6, 2016 I am looking into installing VEX syntax and Exhelp for Sublime text and that is easy and nice, but I realized I don't know of a good way to actually connect Sublime text to Houdini. Copy pasteing the code between Sublime text and Houdini everytime I want to test something seems like a pain. It would be so inconvinient that I wonder whether Sublime Text would be worth the effort. So how do you use it? Is there a way to hook Houdini and Sublime Text up to each other for a direct connection? Quote Link to comment Share on other sites More sharing options...
symek Posted September 6, 2016 Share Posted September 6, 2016 https://github.com/teared/vex 1 Quote Link to comment Share on other sites More sharing options...
f1480187 Posted September 6, 2016 Share Posted September 6, 2016 EDITOR = "C:/Program Files/Sublime Text 3/sublime_text.exe" Add to your houdini.env file something like that. In any input field in Houdini, press Alt + E. It will bring up Houdini native text editor. Press again, and it will open text in $EDITOR program, and wait until you close the program. After that, it will load any saved changes back to Houdini. Afaik, there is no way to bypass native editor. 3 Quote Link to comment Share on other sites More sharing options...
DASD Posted September 8, 2016 Author Share Posted September 8, 2016 (edited) Thanks symek ! That syntax seems to be more up to date. Thank you f1480187 ! I also found that out that the preferences of Sublime text can be tweaked with: "hot_exit": false, "remember_open_files": false, so that sublime does not save the tabs from the previous session. Now the only thing left to do is to find a way to bypass the Houdini Editor. Anybody know how to get that fixed? Edited September 8, 2016 by DASD Quote Link to comment Share on other sites More sharing options...
Sepu Posted September 8, 2016 Share Posted September 8, 2016 I was wondering if anybody knows something similar for ATOM? Quote Link to comment Share on other sites More sharing options...
Magnus Pettersson Posted February 8, 2017 Share Posted February 8, 2017 Im having problem with sublime 3 and ubuntu (openbox) to get any connection between them. I get sublime to open on alt+E with a .tmp.vfl file but its always empty and nothing happens on save+close either. I noticed that houdinis gui doesnt freeze either like it should do when opening external editor until its closed. I got this to work without any hassle on win10 so maybe i need to do something spelcial on ubuntu? Quote Link to comment Share on other sites More sharing options...
Magnus Pettersson Posted February 8, 2017 Share Posted February 8, 2017 (edited) I found out how. For anyone with the same problems with ubuntu and sublime text 3 you just need to write this in your houdini.env: VISUAL="subl -w" It didnt work without the -w flag Edited February 8, 2017 by Magnus Pettersson 2 Quote Link to comment Share on other sites More sharing options...
jonmoore Posted February 8, 2017 Share Posted February 8, 2017 (edited) I have my ENV file set up for Sublime Text and all works as it should but I was wondering if there was a way to go straight to the external editor without first opening up Houdini's internal text editor first. It seems like there's a dependency between the two but it's always nice to save a click or two where possible. EDIT: I'm using Windows 10 Edited February 8, 2017 by jonmoore Quote Link to comment Share on other sites More sharing options...
fsimerey Posted February 15, 2017 Share Posted February 15, 2017 On 9/8/2016 at 10:44 PM, Sepu said: I was wondering if anybody knows something similar for ATOM? https://atom.io/packages/language-vex Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.