| Line 18... |
Line 18... |
| 18 |
[self addPane:miscPrefPane withIdentifier:[miscPrefPane identifier]];
|
18 |
[self addPane:miscPrefPane withIdentifier:[miscPrefPane identifier]];
|
| 19 |
|
19 |
|
| 20 |
colorsPrefPane = [[[ColorsPrefPane alloc] initWithIdentifier:@"Colors" label:NLSC(@"PrefP-Colors",@"Colors preference pane") category:NLSC(@"PrefG-Views",@"Views preference group")] autorelease];
|
20 |
colorsPrefPane = [[[ColorsPrefPane alloc] initWithIdentifier:@"Colors" label:NLSC(@"PrefP-Colors",@"Colors preference pane") category:NLSC(@"PrefG-Views",@"Views preference group")] autorelease];
|
| 21 |
[self addPane:colorsPrefPane withIdentifier:[colorsPrefPane identifier]];
|
21 |
[self addPane:colorsPrefPane withIdentifier:[colorsPrefPane identifier]];
|
| 22 |
|
22 |
|
| 23 |
syntaxColorsPrefPane = [[[SyntaxColorsPrefPane alloc] initWithIdentifier:@"Syntax Colors" label:NLSC(@"PrefP-Syntax",@"Syntax colors preference pane") category:NLSC(@"PrefG-General",@"General preference group")] autorelease];
|
23 |
syntaxColorsPrefPane = [[[SyntaxColorsPrefPane alloc] initWithIdentifier:@"Syntax Colors" label:NLSC(@"PrefP-Syntax",@"Syntax colors preference pane") category:NLSC(@"PrefG-Editor",@"Editor preference group")] autorelease];
|
| 24 |
[self addPane:syntaxColorsPrefPane withIdentifier:[syntaxColorsPrefPane identifier]];
|
24 |
[self addPane:syntaxColorsPrefPane withIdentifier:[syntaxColorsPrefPane identifier]];
|
| 25 |
|
25 |
|
| 26 |
editorPrefPane = [[[EditorPrefPane alloc] initWithIdentifier:@"Editor" label:NLSC(@"PrefP-Editor",@"Editor preference pane") category:NLSC(@"PrefG-General",@"General preference group")] autorelease];
|
26 |
editorPrefPane = [[[EditorPrefPane alloc] initWithIdentifier:@"Editor" label:NLSC(@"PrefP-Editor",@"Editor preference pane") category:NLSC(@"PrefG-Editor",@"Editor preference group")] autorelease];
|
| 27 |
[self addPane:editorPrefPane withIdentifier:[editorPrefPane identifier]];
|
27 |
[self addPane:editorPrefPane withIdentifier:[editorPrefPane identifier]];
|
| 28 |
|
28 |
|
| 29 |
// set up some configuration options
|
29 |
// set up some configuration options
|
| 30 |
[self setUsesConfigurationPane:YES];
|
30 |
[self setUsesConfigurationPane:YES];
|
| 31 |
[self setSortByCategory:YES];
|
31 |
[self setSortByCategory:YES];
|