Revision: 2803
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2803&view=rev
Author:   hofman
Date:     2007-09-01 13:27:26 -0700 (Sat, 01 Sep 2007)

Log Message:
-----------
Use a larger context string for search results.

Modified Paths:
--------------
    trunk/PDFSelection_SKExtensions.m

Modified: trunk/PDFSelection_SKExtensions.m
===================================================================
--- trunk/PDFSelection_SKExtensions.m   2007-09-01 17:45:59 UTC (rev 2802)
+++ trunk/PDFSelection_SKExtensions.m   2007-09-01 20:27:26 UTC (rev 2803)
@@ -70,7 +70,7 @@
        
        // Extend selection.
        [extendedSelection extendSelectionAtStart:10];
-       [extendedSelection extendSelectionAtEnd:30];
+       [extendedSelection extendSelectionAtEnd:50];
        
     // get the cleaned string
     sample = [[extendedSelection string] 
stringByCollapsingWhitespaceAndNewlinesAndRemovingSurroundingWhitespaceAndNewlines];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
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-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to