D11902: Add highlighting for GDB command listings and gdbinit files

2018-04-16 Thread Milian Wolff
This revision was automatically updated to reflect the committed changes.
Closed by commit R216:88288f834175: Add highlighting for GDB command listings 
and gdbinit files (authored by mwolff).

REPOSITORY
  R216 Syntax Highlighting

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D11902?vs=31207=32262

REVISION DETAIL
  https://phabricator.kde.org/D11902

AFFECTED FILES
  autotests/folding/highlight.bt.fold
  autotests/folding/highlight.gdb.fold
  autotests/folding/highlight.gdbinit.fold
  autotests/html/highlight.bt.html
  autotests/html/highlight.gdb.html
  autotests/html/highlight.gdbinit.html
  autotests/input/highlight.bt
  autotests/input/highlight.gdb
  autotests/input/highlight.gdbinit
  autotests/reference/highlight.bt.ref
  autotests/reference/highlight.gdb.ref
  autotests/reference/highlight.gdbinit.ref
  data/syntax/gdb-bt.xml
  data/syntax/gdb.xml
  data/syntax/gdbinit.xml

To: mwolff, vkrause, dhaumann, #kate, cullmann
Cc: cullmann, #frameworks, michaelh, ngraham, bruns


D11902: Add highlighting for GDB command listings and gdbinit files

2018-04-16 Thread Christoph Cullmann
cullmann accepted this revision.
cullmann added a comment.
This revision is now accepted and ready to land.


  Given we have unit tests + the static checker is happy (I assume), feel free 
to commit.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D11902

To: mwolff, vkrause, dhaumann, #kate, cullmann
Cc: cullmann, #frameworks, michaelh, ngraham, bruns


D11902: Add highlighting for GDB command listings and gdbinit files

2018-04-16 Thread Milian Wolff
mwolff added a comment.


  Ping? Or can I just commit?

REPOSITORY
  R216 Syntax Highlighting

REVISION DETAIL
  https://phabricator.kde.org/D11902

To: mwolff, vkrause, dhaumann, #kate
Cc: #frameworks, michaelh, ngraham, bruns


D11902: Add highlighting for GDB command listings and gdbinit files

2018-04-03 Thread Milian Wolff
mwolff added reviewers: vkrause, dhaumann, Kate.

REPOSITORY
  R216 Syntax Highlighting

REVISION DETAIL
  https://phabricator.kde.org/D11902

To: mwolff, vkrause, dhaumann, #kate
Cc: #frameworks, michaelh, ngraham


D11902: Add highlighting for GDB command listings and gdbinit files

2018-04-03 Thread Milian Wolff
mwolff created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.
mwolff requested review of this revision.

REVISION SUMMARY
  Command listings start their non-output lines with (gdb) or >
  for multi-line commands. gdbinit files on the other hand don't
  use either, but also don't show any output.
  
  The existing GDB highlighting file is renamed to gdb-bt as it only
  highlights backtraces. It is reused by the new GDB highlighter
  to pretty-print outputs of bt-producing commands such as bt, where,
  up, down etc.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D11902

AFFECTED FILES
  autotests/folding/highlight.bt.fold
  autotests/folding/highlight.gdb.fold
  autotests/folding/highlight.gdbinit.fold
  autotests/html/highlight.bt.html
  autotests/html/highlight.gdb.html
  autotests/html/highlight.gdbinit.html
  autotests/input/highlight.bt
  autotests/input/highlight.gdb
  autotests/input/highlight.gdbinit
  autotests/reference/highlight.bt.ref
  autotests/reference/highlight.gdb.ref
  autotests/reference/highlight.gdbinit.ref
  data/syntax/gdb-bt.xml
  data/syntax/gdb.xml
  data/syntax/gdbinit.xml

To: mwolff
Cc: #frameworks, michaelh, ngraham