after embedded library cleanup
[TestXSLT.git] / MyDocument.m
index 8dd8eaa..1d3fff9 100644 (file)
@@ -44,6 +44,7 @@
 
 }
 
+
 - (IBAction)selectTab:(id)sender {
 
        [self selectTabById:[sender tag]];
 }
 
 
-
-
-
-
 - (IBAction)selectTabById:(int)tabId {
 
        NSString *tabName;
                        tabName = @"resultTab";
                        break;
 
-
        }
 
        [tabView selectTabViewItemWithIdentifier:tabName];
 
 }
 
+
 - (void)textViewDidChangeSelection:(NSNotification *)aNotification {
        [self updateUI];
 }
@@ -98,8 +95,6 @@
 }
 
 
-
-
 - (void)updateUI {
        
 //     NSLog(@"updateUI running...");
        
 }
 
+
 - (void)uiUpdateTimerTarget:(NSTimer *)timer {
 
        [self doUpdateUI];
 }
 
 
-
-
 - (void)doUpdateUI {
 
        NSString *activeTabIdentifier = [[tabView selectedTabViewItem] identifier];
 }
 
 
-
 - (BOOL)canProcessNow {
 
        return [workset hasXmlCode] && [workset hasXsltCode];