On 11 Nov 2008, at 7:44 PM, Charilaos Skiadas wrote: > On Nov 11, 2008, at 7:30 AM, Christiaan Hofman wrote: > >> Is there anyone on the list who can tell me exactly how TextMate >> calls >> Skim for synctex support? > > Brad Miller is the main person responsible for that script, but > mainly we now call /Contents/SharedSupport/displayline with the line > number, pdf filename and tex filename following it (changed it after > a user reported the changes in 1.2). Well we will be calling this the > moment I can commit the change (svn problems atm). We were using > Resources/displayline before that. We are still using applescript to > revert the document instead of the -r flag atm.
I'm not sure if you should use the -r flag. For just synctex/pdfsync support, you shouldn't use it. However after a tex run you may want to use it. > > The script responsible for all this is at http://macromates.com/svn/ > Bundles/trunk/Bundles/Latex.tmbundle/Support/bin/texMate.py, circa > line 151. > > So, do I understand correctly that you simply removed the symlink > from the Resources directory that was linking to the executable in > SharedSupport? I am guessing this was done to clean things up, or was > there another deeper reason? > That's correct. The symlink was added only for backward compatibility because of the one or two early versions that used to have it there, it was never meant to be used. Christiaan >> Christiaan > > > Haris Skiadas > Department of Mathematics and Computer Science > Hanover College > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Skim-app-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-users
