Skip to content

Commit 47e182a

Browse files
committed
HistoryController: Add some marks
1 parent dc234cf commit 47e182a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PBGitHistoryController.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ - (void) removeView
203203
[super removeView];
204204
}
205205

206+
#pragma mark Table Column Methods
206207
- (NSMenu *)tableColumnMenu
207208
{
208209
NSMenu *menu = [[NSMenu alloc] initWithTitle:@"Table columns menu"];
@@ -218,6 +219,8 @@ - (NSMenu *)tableColumnMenu
218219
return menu;
219220
}
220221

222+
#pragma mark Tree Context Menu Methods
223+
221224
- (void)showCommitsFromTree:(id)sender
222225
{
223226
// TODO: Enable this from webview as well!

0 commit comments

Comments
 (0)