File: AllStyles.diff.styled

package info (click to toggle)
codequery 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,860 kB
  • sloc: cpp: 151,420; xml: 16,576; python: 5,602; ansic: 5,487; makefile: 559; perl: 496; ruby: 209; sql: 194; sh: 106; php: 53; vhdl: 51; erlang: 47; objc: 22; lisp: 18; cobol: 18; modula3: 17; asm: 14; fortran: 12; ml: 11; tcl: 6
file content (49 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download | duplicates (3)
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
{1}Default=0
{0} Default
{1}
Comment=1
Another comment

Command=2 diff
{2}diff -u a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm
{1}
Header=3 ---
{3}--- a/cocoa/ScintillaCocoa.mm	2016-12-30 14:38:22.000000000 -0600
{1}
Header=3 +++
{3}+++ b/cocoa/ScintillaCocoa.mm	2017-02-15 08:20:12.000000000 -0600
{1}
Position=4 @@
{4}@@ -388,7 +388,8 @@
{1}
{0} - (void) idleTriggered: (NSNotification*) notification
 {
 #pragma unused(notification)
{1}
Deleted=5 -
{5}-  static_cast<ScintillaCocoa*>(mTarget)->IdleTimerFired();
{1}
Added=6 +
{6}+  if (mTarget)
+    static_cast<ScintillaCocoa*>(mTarget)->IdleTimerFired();
{0} }
 
 @end
{1}
Changed=7 !
{7}! 		GdkColor white = { 0, 0xFFFF, 0xFFFF, 0xFFFF};
{1}
PatchAdd=8 ++
{8}++  styler.ColourTo(i - 1, StateToPrint);
{1}
PatchDelete=9 +-
{9}+-  styler.ColourTo(i - 1, StateToPrint);
{1}
RemovedPatchAdd=10 -+
{10}-+  styler.ColourTo(i - 1, StateToPrint);
{1}
RemovedPatchDelete=11 --
{11}--  styler.ColourTo(i - 1, StateToPrint);
{1}
{2}diff -u a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
{1}