summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/oc/indent_boxed.m
blob: c7df968fbf5bf48f60ae7162685e7e268f620eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74

- (IBAction) copy:(nullable id) inSender {
NSPasteboard* const pasteboard = NSPasteboard.generalPasteboard;
[pasteboard clearContents];
[pasteboard writeObjects:@[
[NSPasteboardItem pasteboardItemWithProvider:self forTypes:@[ NSPasteboardTypePDF ]
andData:@[ kNSUTIExportedAgaroseGel,
[NSKeyedArchiver archivedDataWithRootObject:self.selectedIndexes.count != 0 ? [self.gels objectsAtIndexes:self.selectedIndexes] : self.gels]
]]
]];
}

- (IBAction) copy:(nullable id) inSender {
NSPasteboard* const pasteboard = NSPasteboard.generalPasteboard;
[pasteboard clearContents];
[pasteboard writeObjects:@[[NSPasteboardItem pasteboardItemWithProvider:self forTypes:@[ NSPasteboardTypePDF ] andData:@[
kNSUTIExportedAgaroseGel, [NSKeyedArchiver archivedDataWithRootObject:self.selectedIndexes.count != 0 ? [self.gels objectsAtIndexes:self.selectedIndexes] : self.gels]
]] ]];

NSArray* a = @[];
NSArray* b = @[@1,@2,@3];
NSArray* c = @[
@1, @2, @3
];
NSArray* d = @[@[@1], @[@2], @[@3]];
NSArray* e = @[
@[@1], @[@2], @[@3]
];
NSMutableArray* f = [NSMutableArray arrayWithArray:@[@[@1], @[@2], @[@3]]];
NSMutableArray* g = [NSMutableArray arrayWithArray:@[
@[@1], @[@2], @[@3]
]];
NSMutableDictionary* d1 = [NSMutableDictionary dictionaryWithDictionary:@{
@"Keys":@[
@{@"A": @1},
@{@"B": @2}.
@{@"C": @3}
]
}];
}

inline static void installGelMarkers(void) {
[NSOperationQueue.mainQueue addOperationWithBlock:^{
[accessoryView.textStorage setAttributedString:[[NSAttributedString alloc] initWithString:error.localizedDescription attributes:@{ NSFontAttributeName: [NSFont systemFontOfSize:NSFont.systemFontSize] }]];
NSAlert *alert = [[NSAlert alloc] init];
}];
}

[[NSAttributedString alloc] initWithString:inJunction.reverseName attributes:@{
NSFontAttributeName: font,
NSForegroundColorAttributeName: inJunction.reverseColor
}];
@{
NSFontAttributeName: self.font,
NSForegroundColorAttributeName: inJunction.forwardColor
}
[[NSAttributedString alloc] initWithString:inJunction.reverseName attributes:@{ NSFontAttributeName: font, NSForegroundColorAttributeName: inJunction.reverseColor }];
[[NSAttributedString alloc] initWithString:inJunction.reverseName
attributes:@{ NSFontAttributeName: font, NSForegroundColorAttributeName: inJunction.reverseColor }];
- (void) drawReversePrimerForJunction:(GibsonJunction*) inJunction bounds:(NSRect) inBounds {
NSString* const string1 = nil,
string2 = nil,
string3 = nil;
//does not compile but does test shift operator formatting
std::ostringstream ostream;
ostream << "hello"
<< ' '
<< "world";
NSString* const string = inJunction.reversePrimer;
[attributedString appendAttributedString:[[NSAttributedString alloc] initWithString:[string substringToIndex:range.location] attributes:@{
NSFontAttributeName: self.font,
NSForegroundColorAttributeName: inJunction.forwardColor
}]];
}