ig0774
ig0774
Yes, this on the TODO list!
This is easily doable in Atom, assuming such a document can be created and I can find some time to setup the GUI. Actually, the ability to create essentially arbitrary...
The working directory is set to the directory containing the root file, that is the file latextools builds. If you could post the log or an example of how you...
Hmmmmm... Where do you see the `\\server` bit show up? We're not doing anything to intentionally resolve drive letters to UNC paths so it would be helpful to track down...
So I tried this out and, you're right, there's an issue when using UNC paths, but I can only recreate the issue when the project folder is added to Atom...
Digging a little deeper, the problem has nothing to do with `texify` itself or even latextools exactly. The problem is that the builders run the command using [`child_process.exec`](https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback), which uses...
The setting in pdf-view needs to points to the `synctex` binary, not the path containing the `synctex` binary, i.e., `/Library/TeX/texbin/synctex`. That's the most likely cause of the issue.
Thanks for pointing this out. It's another bit of behaviour where Atom doesn't precisely work as one might expect. Unfortunately, I'm not sure there's anything can be done about this...
There was some discussion of using DDE in #12, which would really solve this problem if we could figure out _how_ to use it. The ST version stopped using DDE...
We should probably change the logic to add the auto-complete only if the completion level is not "never". Its probably un-intuitive that these two aspects are entirely disconnected... I'll add...