This commit is contained in:
Alexandre Wilhelm
2014-11-06 13:30:26 -08:00
6 changed files with 139 additions and 39 deletions
+2 -1
View File
@@ -1566,6 +1566,7 @@ void fsevents_callback(ConstFSEventStreamRef streamRef,
- (IBAction)openErrorsPanel:(id)aSender
{
[[NSApplication sharedApplication] activateIgnoringOtherApps:YES];
[self.errorsPanel setFloatingPanel:[[NSUserDefaults standardUserDefaults] boolForKey:kDefaultXCCPanelStyleUtility]];
[self.errorsPanel makeKeyAndOrderFront:nil];
}
@@ -1577,7 +1578,7 @@ void fsevents_callback(ConstFSEventStreamRef streamRef,
if (path == NSNoSelectionMarker)
return;
if ([self isObjjFile:path])
{
[self openObjjFile:path line:[[info valueForKey:@"line"] intValue]];