Feed Advanced Search

Apr 1 2019

nibags updated the summary of D20148: Allow line end context switches in empty lines.
Apr 1 2019, 4:15 AM · Frameworks, Kate
nibags updated the diff for D20148: Allow line end context switches in empty lines.
  • Don't store bool in StateData
Apr 1 2019, 4:11 AM · Frameworks, Kate

Mar 31 2019

nibags added reviewers for D20148: Allow line end context switches in empty lines: Framework: Syntax Highlighting, cullmann, dhaumann, vkrause.
Mar 31 2019, 7:46 PM · Frameworks, Kate
nibags requested review of D20148: Allow line end context switches in empty lines.
Mar 31 2019, 7:42 PM · Frameworks, Kate

Mar 28 2019

nibags updated the diff for D19876: Fix: apply correctly the text colors of the chosen scheme.
  • Fix attributes in "KDE" and "Vim (dark)" themes
Mar 28 2019, 10:15 PM · Frameworks, Kate

Mar 25 2019

nibags updated the diff for D19876: Fix: apply correctly the text colors of the chosen scheme.
  • Use QStringLiteral
Mar 25 2019, 2:26 PM · Frameworks, Kate

Mar 24 2019

nibags updated the summary of D19876: Fix: apply correctly the text colors of the chosen scheme.
Mar 24 2019, 6:09 PM · Frameworks, Kate
nibags updated the diff for D19876: Fix: apply correctly the text colors of the chosen scheme.
  • Pass schema name as parameter
Mar 24 2019, 6:06 PM · Frameworks, Kate

Mar 23 2019

nibags updated the summary of D19999: Fix endRegion folding in rules with beginRegion+endRegion (use length=0).
Mar 23 2019, 2:39 PM · Frameworks, Kate
nibags added reviewers for D19999: Fix endRegion folding in rules with beginRegion+endRegion (use length=0): Framework: Syntax Highlighting, cullmann, dhaumann, vkrause.
Mar 23 2019, 2:24 PM · Frameworks, Kate
nibags requested review of D19999: Fix endRegion folding in rules with beginRegion+endRegion (use length=0).
Mar 23 2019, 2:22 PM · Frameworks, Kate
nibags updated the diff for D19876: Fix: apply correctly the text colors of the chosen scheme.
  • Add some comments
Mar 23 2019, 1:54 PM · Frameworks, Kate

Mar 20 2019

nibags updated the diff for D19876: Fix: apply correctly the text colors of the chosen scheme.
  • Fix theme names

Convert theme names from KTextEditor => KSyntaxHighlighting and avoid using invalid KSyntaxHighlighting::Theme objects.

Mar 20 2019, 10:53 AM · Frameworks, Kate

Mar 19 2019

nibags added reviewers for D19876: Fix: apply correctly the text colors of the chosen scheme: KTextEditor, Kate.
Mar 19 2019, 7:11 AM · Frameworks, Kate
nibags requested review of D19876: Fix: apply correctly the text colors of the chosen scheme.
Mar 19 2019, 7:04 AM · Frameworks, Kate

Mar 12 2019

nibags added a comment to D19438: Add syntax definition for Elm language to syntax-highlighting.

It isn't possible to compile, because the elm.xml file has multiple issues :(
The script "data/schema/validatehl.sh" serves to verify the XML files:

cd syntax-highlighting/data/schema/
./validatehl.sh ../syntax/elm.xml

Output:

../syntax/elm.xml:3: element language: Schemas validity error : Element 'language', attribute 'version': '1.0' is not a valid value of the atomic type 'xs:integer'.
../syntax/elm.xml:43: element WordDetect: Schemas validity error : Element 'WordDetect', attribute 'string': The attribute 'string' is not allowed.
../syntax/elm.xml:43: element WordDetect: Schemas validity error : Element 'WordDetect': The attribute 'String' is required but missing.
../syntax/elm.xml:84: element StringDetect: Schemas validity error : Element 'StringDetect', attribute 'char': The attribute 'char' is not allowed.
../syntax/elm.xml:84: element StringDetect: Schemas validity error : Element 'StringDetect': The attribute 'String' is required but missing.
../syntax/elm.xml:86: element context: Schemas validity error : Element 'context': The attribute 'lineEndContext' is required but missing.
../syntax/elm.xml:93: element context: Schemas validity error : Element 'context': The attribute 'lineEndContext' is required but missing.
../syntax/elm.xml:102: element context: Schemas validity error : Element 'context': The attribute 'lineEndContext' is required but missing.
../syntax/elm.xml:114: element itemDatas: Schemas validity error : Element 'itemDatas': This element is not expected. Expected is ( context ).
../syntax/elm.xml:4: element highlighting: Schemas validity error : Element 'highlighting': Missing child element(s). Expected is ( itemDatas ).
../syntax/elm.xml fails to validate

For example: </contexts> (line 133) must be placed before <itemDatas> and dsHexVal isn't a valid default style (use dsBaseN, look here). By solving it, maybe compile everything well.

Mar 12 2019, 9:58 AM · Frameworks, Kate

Mar 10 2019

nibags committed R216:1296052d48b3: Logcat: fix dsError color with underline="0" (authored by nibags).
Logcat: fix dsError color with underline="0"
Mar 10 2019, 9:13 AM
nibags closed D19461: Logcat: fix dsError color with underline="0".
Mar 10 2019, 9:13 AM · Frameworks, Kate
nibags added a comment to D19461: Logcat: fix dsError color with underline="0".

Yes, this corresponds to the bug you mention.
In the "Vim (dark)" scheme, bold="0" doesn't work either, since all the text is bold.

Mar 10 2019, 9:13 AM · Frameworks, Kate

Mar 8 2019

nibags updated the diff for D19461: Logcat: fix dsError color with underline="0".
  • Update styles
Mar 8 2019, 11:01 AM · Frameworks, Kate
nibags added a comment to D18673: Add symlinks for flatpak.

In D19324 the icons for code and code-oss were added, which also need symbolic links for Flatpak (com.visualstudio.code & com.visualstudio.code.oss)

Mar 8 2019, 8:03 AM · Frameworks

Mar 6 2019

nibags added a comment to D18673: Add symlinks for flatpak.

+1
Also missing the symlink for JDownloader (org.jdownloader.JDownloader.svg): https://flathub.org/apps/details/org.jdownloader.JDownloader

Mar 6 2019, 10:01 PM · Frameworks

Mar 5 2019

nibags added a comment to D19461: Logcat: fix dsError color with underline="0".

I want to check the colors of this highlighter before doing the commit

Mar 5 2019, 10:34 PM · Frameworks, Kate
nibags added a comment to D19438: Add syntax definition for Elm language to syntax-highlighting.

Use: cmake ./ && make to compile

Mar 5 2019, 7:12 AM · Frameworks, Kate
nibags added a comment to D19461: Logcat: fix dsError color with underline="0".

I still have problems with dsError + underline="0" :(
In "autotest/html" these aren't underlined, but when I open the file "test.logcat" with Kate, it's underlined.
I even tried creating a new Unix user, but the problem persists (I'm using KDE Frameworks 5.55.0).
Even removing the underlines in "Configure Kate -> Fonts & Colors", the problem persists.
Also clarify that the file "$HOME/.config/katesyntaxhighlightingrc" doesn't exist.

Mar 5 2019, 6:37 AM · Frameworks, Kate

Mar 4 2019

nibags added a comment to D19461: Logcat: fix dsError color with underline="0".

Not seem, from what I see it is a recent bug. I just checked it in KDE Frameworks 5.48.0 (Fedora 28) and it works correctly

Mar 4 2019, 7:36 AM · Frameworks, Kate
nibags updated the diff for D19461: Logcat: fix dsError color with underline="0".
  • Add tests
Mar 4 2019, 7:25 AM · Frameworks, Kate

Mar 2 2019

nibags requested review of D19461: Logcat: fix dsError color with underline="0".
Mar 2 2019, 6:42 AM · Frameworks, Kate

Feb 27 2019

nibags added a comment to D18951: HTML: highlight JSX, TypeScript & MustacheJS code in the <script> tag.

The MustacheJS highlight is modified in this diff: D19328

Feb 27 2019, 6:40 AM · Frameworks, Kate
nibags committed R216:de1ba2b6705c: MustacheJS: also highlight template files, fix syntax and improve support for… (authored by nibags).
MustacheJS: also highlight template files, fix syntax and improve support for…
Feb 27 2019, 6:38 AM
nibags closed D19328: MustacheJS: also highlight template files, fix syntax and improve support for Handlebars.
Feb 27 2019, 6:35 AM · Frameworks, Kate

Feb 26 2019

nibags requested review of D19328: MustacheJS: also highlight template files, fix syntax and improve support for Handlebars.
Feb 26 2019, 8:08 AM · Frameworks, Kate

Feb 23 2019

nibags requested review of D19249: Improve highlighting of TypeScript (and React) and add more tests for PHP.
Feb 23 2019, 11:15 AM · Frameworks, Kate

Feb 13 2019

nibags added a comment to D18951: HTML: highlight JSX, TypeScript & MustacheJS code in the <script> tag.

I can add more examples in "autotests/input/highlight.php", for all the cases of languages ​​included

Feb 13 2019, 9:38 PM · Frameworks, Kate

Feb 12 2019

nibags committed R216:81a415fa3d6e: CubeScript: fixes line continuation escape in strings (authored by nibags).
CubeScript: fixes line continuation escape in strings
Feb 12 2019, 9:47 PM
nibags closed D18948: CubeScript: fixes line continuation escape in strings.
Feb 12 2019, 9:47 PM · Frameworks, Kate
nibags updated the diff for D18948: CubeScript: fixes line continuation escape in strings.
  • Add unit test
Feb 12 2019, 9:18 PM · Frameworks, Kate
nibags accepted D18746: Avoid duplicate *-php.xml files in "data/CMakeLists.txt".

It's good, I think it's a better solution ;D

Feb 12 2019, 9:05 PM · Frameworks, Kate
nibags updated the summary of D18951: HTML: highlight JSX, TypeScript & MustacheJS code in the <script> tag.
Feb 12 2019, 11:48 AM · Frameworks, Kate
nibags requested review of D18951: HTML: highlight JSX, TypeScript & MustacheJS code in the <script> tag.
Feb 12 2019, 11:38 AM · Frameworks, Kate
nibags requested review of D18949: R Markdown: improve folding of blocks.
Feb 12 2019, 11:27 AM · Frameworks, Kate
nibags requested review of D18948: CubeScript: fixes line continuation escape in strings.
Feb 12 2019, 11:23 AM · Frameworks, Kate

Feb 5 2019

nibags requested review of D18746: Avoid duplicate *-php.xml files in "data/CMakeLists.txt".
Feb 5 2019, 9:08 AM · Frameworks, Kate

Jan 28 2019

nibags added a comment to D18516: Fix end of folding region in rules with lookAhead=true.

Some highlighters use endRegion+lookAhead to determine the end of a region when a new one starts, that is, they don't consider the text with endRegion+lookAhead as part of the fold region. This behavior was present before the implementation of KSyntaxHighlighting and, apparently, is no longer from the commit: c004f3f787b2

Jan 28 2019, 7:52 AM · Frameworks, Kate
nibags removed a reviewer for D18516: Fix end of folding region in rules with lookAhead=true: KTextEditor.
Jan 28 2019, 7:30 AM · Frameworks, Kate

Jan 27 2019

nibags added a comment to D18475: Add AsciiDoc support.

If you are only going to use the "admonition" keywords list for autocompletion, you could add them to the end of the context "section" or "start", keeping the attribute (Normal). I have done this in some highlight files

Jan 27 2019, 7:29 PM · Frameworks, Kate, Framework: Syntax Highlighting

Jan 26 2019

nibags added a comment to D18475: Add AsciiDoc support.

Hi!!
Please, also add a test file in: "autotests/input/". To generate the files in "folding", "html" and "reference" use make test and autotests/update-reference-data.sh.

Jan 26 2019, 3:44 AM · Frameworks, Kate, Framework: Syntax Highlighting

Jan 25 2019

nibags added reviewers for D18516: Fix end of folding region in rules with lookAhead=true: Framework: Syntax Highlighting, cullmann, dhaumann, KTextEditor.
Jan 25 2019, 10:07 AM · Frameworks, Kate
nibags requested review of D18516: Fix end of folding region in rules with lookAhead=true.
Jan 25 2019, 10:00 AM · Frameworks, Kate
nibags added reviewers for D18509: Fixed Bug Which Caused Infinite Loop While Highlighting Kconfig Files: Framework: Syntax Highlighting, cullmann, dhaumann.
Jan 25 2019, 7:46 AM · Frameworks, Kate
nibags added a comment to D18509: Fixed Bug Which Caused Infinite Loop While Highlighting Kconfig Files.

The bug is identical to D17891 !
Please, also put #pop!error in fallthroughContext="error", on lines 238 and 363.
And increase the file version

Jan 25 2019, 7:45 AM · Frameworks, Kate

Jan 16 2019

nibags committed R216:4c577562628e: Ruby: fix RegExp after ": " and fix/improve detection of HEREDOC (authored by nibags).
Ruby: fix RegExp after ": " and fix/improve detection of HEREDOC
Jan 16 2019, 9:46 AM
nibags closed D18174: Ruby: fix RegExp after ": " and fix/improve detection of HEREDOC.
Jan 16 2019, 9:07 AM · Frameworks, Kate
nibags updated the summary of D18174: Ruby: fix RegExp after ": " and fix/improve detection of HEREDOC.
Jan 16 2019, 9:04 AM · Frameworks, Kate
nibags updated the diff for D18174: Ruby: fix RegExp after ": " and fix/improve detection of HEREDOC.
  • Small correction in comment
Jan 16 2019, 8:59 AM · Frameworks, Kate

Jan 11 2019

nibags added reviewers for D18174: Ruby: fix RegExp after ": " and fix/improve detection of HEREDOC: Framework: Syntax Highlighting, dhaumann, cullmann.
Jan 11 2019, 7:42 AM · Frameworks, Kate
nibags requested review of D18174: Ruby: fix RegExp after ": " and fix/improve detection of HEREDOC.
Jan 11 2019, 7:33 AM · Frameworks, Kate

Jan 4 2019

nibags added reviewers for D17951: Haskell: Make = a special symbol: Framework: Syntax Highlighting, dhaumann, cullmann.
Jan 4 2019, 8:40 AM · Frameworks, Kate
nibags committed R216:e342c2ef8d15: WML: fix embedded Lua code & use new default styles (authored by nibags).
WML: fix embedded Lua code & use new default styles
Jan 4 2019, 8:31 AM
nibags closed D17957: WML: fix embedded Lua code & use new default styles.
Jan 4 2019, 8:31 AM · Frameworks, Kate
nibags requested review of D17957: WML: fix embedded Lua code & use new default styles.
Jan 4 2019, 5:28 AM · Frameworks, Kate

Jan 3 2019

nibags updated the summary of D17883: TypeScript & TS/JS React: improve types detection, fix float-points & other improvements/fixes.
Jan 3 2019, 7:53 PM · Frameworks, Kate
nibags updated the diff for D17883: TypeScript & TS/JS React: improve types detection, fix float-points & other improvements/fixes.
  • Small modification in comments
Jan 3 2019, 7:48 PM · Frameworks, Kate
nibags updated the diff for D17891: WML: fix infinite loop in contexts switch & only highlight tags with valid names.
  • Update test file
Jan 3 2019, 6:31 PM · Frameworks, Kate

Jan 2 2019

nibags updated the diff for D17891: WML: fix infinite loop in contexts switch & only highlight tags with valid names.

I asked in the thread of the Wesnoth forum, that appears in the wml.xml file (http://www.wesnoth.org/forum/viewtopic.php?f=21&t=13781), if the changes are OK and someone has suggested to me that the array indices (array[0]) aren't highlighted as tags, as well that I included it

Jan 2 2019, 7:47 AM · Frameworks, Kate

Dec 31 2018

nibags updated the diff for D17891: WML: fix infinite loop in contexts switch & only highlight tags with valid names.
  • Fix RegExp of tag name
Dec 31 2018, 9:20 PM · Frameworks, Kate
nibags requested review of D17891: WML: fix infinite loop in contexts switch & only highlight tags with valid names.
Dec 31 2018, 8:03 PM · Frameworks, Kate
nibags updated the summary of D17883: TypeScript & TS/JS React: improve types detection, fix float-points & other improvements/fixes.
Dec 31 2018, 8:04 AM · Frameworks, Kate
nibags requested review of D17883: TypeScript & TS/JS React: improve types detection, fix float-points & other improvements/fixes.
Dec 31 2018, 7:42 AM · Frameworks, Kate

Nov 24 2018

nibags committed R216:ec43942c85ac: Fix language load after including keywords from this language in another file (authored by nibags).
Fix language load after including keywords from this language in another file
Nov 24 2018, 7:09 AM
nibags closed D17085: Fix language load after including keywords from this language in another file.
Nov 24 2018, 6:28 AM · Frameworks, Kate
nibags updated the diff for D17092: Add syntax highlighting for TypeScript & TypeScript React.
  • typescript.xml & typescript-react.xml: add some comments and the operator "!" after objects

https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#non-null-assertion-operator

Nov 24 2018, 6:25 AM · Frameworks, Kate
nibags updated the diff for D17093: Rust & Yacc/Bison: improve comments.
  • rust.xml: fix indentation.

The file uses tabs, but in one part I used spaces as indentation

Nov 24 2018, 6:22 AM · Frameworks, Kate

Nov 22 2018

nibags requested review of D17093: Rust & Yacc/Bison: improve comments.
Nov 22 2018, 9:00 AM · Frameworks, Kate
nibags requested review of D17092: Add syntax highlighting for TypeScript & TypeScript React.
Nov 22 2018, 8:54 AM · Frameworks, Kate
nibags added a dependent revision for D17085: Fix language load after including keywords from this language in another file: D17092: Add syntax highlighting for TypeScript & TypeScript React.
Nov 22 2018, 8:54 AM · Frameworks, Kate
nibags updated the diff for D17084: Prolog & Lua: fix shebang.
  • Add tests
Nov 22 2018, 4:20 AM · Frameworks, Kate

Nov 21 2018

nibags updated the diff for D17083: Fix hidden languages in the mode menu.
  • Update comment
Nov 21 2018, 8:33 PM · Frameworks, Kate
nibags retitled D17085: Fix language load after including keywords from this language in another file from Fix language load after including keywords from this language to Fix language load after including keywords from this language in another file.
Nov 21 2018, 8:19 PM · Frameworks, Kate
nibags added reviewers for D17085: Fix language load after including keywords from this language in another file: Framework: Syntax Highlighting, cullmann, dhaumann, vkrause, jpoelen.
Nov 21 2018, 8:11 PM · Frameworks, Kate
nibags requested review of D17085: Fix language load after including keywords from this language in another file.
Nov 21 2018, 8:07 PM · Frameworks, Kate
nibags added reviewers for D17084: Prolog & Lua: fix shebang: Framework: Syntax Highlighting, cullmann, dhaumann.
Nov 21 2018, 8:02 PM · Frameworks, Kate
nibags requested review of D17084: Prolog & Lua: fix shebang.
Nov 21 2018, 8:01 PM · Frameworks, Kate
nibags added a reviewer for D17083: Fix hidden languages in the mode menu: KTextEditor.
Nov 21 2018, 7:47 PM · Frameworks, Kate
nibags requested review of D17083: Fix hidden languages in the mode menu.
Nov 21 2018, 7:46 PM · Frameworks, Kate

Sep 28 2018

nibags committed R216:c32cf6020931: YAML: add literal & folded block styles (authored by nibags).
YAML: add literal & folded block styles
Sep 28 2018, 3:23 AM
nibags closed D15780: YAML: add literal & folded block styles.
Sep 28 2018, 3:22 AM · Frameworks, Kate
nibags updated the summary of D15780: YAML: add literal & folded block styles.
Sep 28 2018, 3:21 AM · Frameworks, Kate
nibags committed R216:5dbf2ec3fe1d: Logcat & SELinux: improvements for the new Solarized schemes (authored by nibags).
Logcat & SELinux: improvements for the new Solarized schemes
Sep 28 2018, 3:19 AM
nibags closed D15771: Logcat & SELinux: improvements for the new Solarized schemes.
Sep 28 2018, 3:19 AM · Frameworks, Kate
nibags committed R216:896d3bda6c1d: AppArmor: fix crashes in open rules (in KF5.50) and improvements for the new… (authored by nibags).
AppArmor: fix crashes in open rules (in KF5.50) and improvements for the new…
Sep 28 2018, 3:17 AM
nibags closed D15773: AppArmor: fix crashes in open rules (in KF5.50) and improvements for the new Solarized schemes.
Sep 28 2018, 3:17 AM · Frameworks, Kate

Sep 27 2018

nibags added a comment to D15773: AppArmor: fix crashes in open rules (in KF5.50) and improvements for the new Solarized schemes.

I attach two files. The "usr.bin.firefox" file causes the error on line 31 and "usr.bin.apparmor-profile-test" on line 184.

Sep 27 2018, 5:45 PM · Frameworks, Kate
nibags added a comment to D15773: AppArmor: fix crashes in open rules (in KF5.50) and improvements for the new Solarized schemes.

I did debug with gdb and valgrind, but the information is not relevant, since Kate freezes and I have to kill the process (I think I used the term "crash" incorrectly :S).
I have done some tests and the problem is in the use of #pop!some_context on the main context ("_profile").
For example, formerly, when doing #pop!some_context on the main context, "some_context" was stacked on top of the main context, it did not replace it. Now, in KF5.50.0, the main context is removed from de "stack" and replaced by "some_context". In the AppArmor XML file I use #pop#pop!some_context in general to finish a rule and, in some cases, #pop!some_context is done in the main context, which produces the error in large files, since it is not a behavior that I envisioned.

Sep 27 2018, 5:23 PM · Frameworks, Kate

Sep 26 2018

nibags retitled D15780: YAML: add literal & folded block styles from YAML: add support for literal & folded block styles to YAML: add literal & folded block styles.
Sep 26 2018, 8:12 PM · Frameworks, Kate
nibags added reviewers for D15780: YAML: add literal & folded block styles: cullmann, dhaumann, Framework: Syntax Highlighting.
Sep 26 2018, 7:53 PM · Frameworks, Kate
nibags requested review of D15780: YAML: add literal & folded block styles.
Sep 26 2018, 7:45 PM · Frameworks, Kate
nibags requested review of D15773: AppArmor: fix crashes in open rules (in KF5.50) and improvements for the new Solarized schemes.
Sep 26 2018, 2:45 PM · Frameworks, Kate
nibags requested review of D15771: Logcat & SELinux: improvements for the new Solarized schemes.
Sep 26 2018, 2:33 PM · Frameworks, Kate

Sep 10 2018

nibags committed R216:d0c698198ec8: Perl: fix brackets, variables, string references and others (authored by nibags).
Perl: fix brackets, variables, string references and others
Sep 10 2018, 8:19 AM