mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
fixed table issues (between outline an normal view)
code cleanup task lookup by row.tag
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
|
||||
}
|
||||
|
||||
//flag for first time init's
|
||||
@property BOOL didInit;
|
||||
|
||||
//tasks
|
||||
// ->updated by task enumerator
|
||||
//@property(nonatomic, retain)OrderedDictionary* tasks;
|
||||
@@ -77,5 +80,9 @@
|
||||
// ->for now, just looks at 'tableItems' iVar
|
||||
-(BOOL)isTopPane;
|
||||
|
||||
//handle when user clicks row
|
||||
// ->update bottom pane w/ task's dylibs/files/etc
|
||||
-(void)handleRowSelection;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user