• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TextMate is a graphical text editor for OS X 10.7+


Commit MetaInfo

Revisiona611fc213d22e9349aedd854a82d38e1bea7e5b2 (tree)
Time2012-08-22 22:01:37
AuthorJacob Bandes-Storch <jtbandes@gmai...>
CommiterAllan Odgaard

Log Message

Prevent horizontal scrolling of search results

Change Summary

Incremental Difference

--- a/Frameworks/Find/src/FFWindowController.mm
+++ b/Frameworks/Find/src/FFWindowController.mm
@@ -843,6 +843,7 @@ Any other string:
843843 int last = [findAllResultsOutlineView numberOfRows];
844844 while(last-- != first)
845845 [findAllResultsOutlineView expandItem:[findAllResultsOutlineView itemAtRow:last]];
846+ [findAllResultsOutlineView sizeLastColumnToFit];
846847 }
847848
848849 - (void)folderSearchDidFinish:(NSNotification*)notification