comparison src/qscintilla-1-fixes.patch @ 3349:f192e892ff76

QScintilla: patch qscintilla for end_try_catch keyword * src/qscintilla-1-fixes.patch: new file.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 08 Dec 2013 07:54:21 -0500
parents
children f03dfd9bf241
comparison
equal deleted inserted replaced
3348:c3ad8e6faffa 3349:f192e892ff76
1 diff -urp QScintilla-gpl-2.8.1-snapshot-194a2142c9b6.orig/Qt3/qscilexeroctave.cpp QScintilla-gpl-2.8.1-snapshot-194a2142c9b6/Qt3/qscilexeroctave.cpp
2 --- QScintilla-gpl-2.8.1-snapshot-194a2142c9b6.orig/Qt3/qscilexeroctave.cpp 2013-12-07 12:41:01.000000000 -0500
3 +++ QScintilla-gpl-2.8.1-snapshot-194a2142c9b6/Qt3/qscilexeroctave.cpp 2013-12-07 12:43:24.000000000 -0500
4 @@ -61,7 +61,7 @@ const char *QsciLexerOctave::keywords(in
5 {
6 if (set == 1)
7 return
8 - "break case catch continue do else elseif end end_unwind_protect "
9 + "break case catch continue do else elseif end end_try_catch end_unwind_protect "
10 "endfor endfunction endif endswitch endwhile for function "
11 "global if otherwise persistent return switch try until "
12 "unwind_protect unwind_protect_cleanup while";
13 diff -urp QScintilla-gpl-2.8.1-snapshot-194a2142c9b6.orig/Qt4Qt5/qscilexeroctave.cpp QScintilla-gpl-2.8.1-snapshot-194a2142c9b6/Qt4Qt5/qscilexeroctave.cpp
14 --- QScintilla-gpl-2.8.1-snapshot-194a2142c9b6.orig/Qt4Qt5/qscilexeroctave.cpp 2013-12-07 12:41:01.000000000 -0500
15 +++ QScintilla-gpl-2.8.1-snapshot-194a2142c9b6/Qt4Qt5/qscilexeroctave.cpp 2013-12-07 12:44:19.000000000 -0500
16 @@ -61,7 +61,7 @@ const char *QsciLexerOctave::keywords(in
17 {
18 if (set == 1)
19 return
20 - "break case catch continue do else elseif end end_unwind_protect "
21 + "break case catch continue do else elseif end end_try_catch end_unwind_protect "
22 "endfor endfunction endif endswitch endwhile for function "
23 "global if otherwise persistent return switch try until "
24 "unwind_protect unwind_protect_cleanup while";