mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Introduced disableFilterListAutoScroll
For context see http://lists.macromates.com/textmate/2016-November/040134.html
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user