Introduced disableFilterListAutoScroll

For context see http://lists.macromates.com/textmate/2016-November/040134.html
This commit is contained in:
Allan Odgaard
2016-11-18 23:18:57 +07:00
parent 3450724cc4
commit ff64b89b89

View File

@@ -310,7 +310,8 @@ static void* kFirstResponderBinding = &kFirstResponderBinding;
[rowIndexes addIndex:0];
[_tableView selectRowIndexes:rowIndexes byExtendingSelection:NO];
[_tableView scrollRowToVisible:[rowIndexes firstIndex]];
if([[NSUserDefaults standardUserDefaults] boolForKey:@"disableFilterListAutoScroll"] == NO)
[_tableView scrollRowToVisible:[rowIndexes firstIndex]];
[self updateStatusText:self];