I'm getting a script error when calling displayline as follows (actually from TextMate, but the same problem appears in Terminal):
/Volumes/Local/amaxwell/BuildProducts/Debug/Skim.app/Contents/Resources/displayline 24 "/Volumes/Local/amaxwell/firstManuscript/master.pdf" /Volumes/Local/amaxwell/firstManuscript/model.tex 125:210: execution error: Skim got an error: Can’t get TeX line 24 of document 1. (-1728) I set a breakpoint on -[SKDocument handleGoToScriptCommand:], but it never gets hit. Since -[SKDocument countOfLines] always returns 0, objectInLinesAtIndex: is never called. If I hardcode countOfLines to return 100, everything works, but that's obviously wrong. What's happening here? It looks like reverting the displayline script to r2452 also works. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ skim-app-develop mailing list skim-app-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-develop