D8782: add *.email to the extensions

2017-11-16 Thread Gene Thomas
genethomas added a comment.


  I can not commit. Can you please arrange access for myself?
  
  $git push
  fatal: remote error: service not enabled: /syntax-highlighting

REPOSITORY
  R216 Syntax Highlighting

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

To: genethomas, vkrause, dhaumann
Cc: dhaumann, vkrause, #frameworks


D8782: add *.email to the extensions

2017-11-12 Thread Gene Thomas
genethomas created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  .email is the sensible filename extension for storing email. There is no 
longer a 3 character limit.
  I wrote a tool that backs up GMail, the extension .email is used.

REPOSITORY
  R216 Syntax Highlighting

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

AFFECTED FILES
  data/syntax/email.xml

To: genethomas
Cc: #frameworks


D8781: Add *.email to extensions for emails

2017-11-12 Thread Gene Thomas
genethomas abandoned this revision.
genethomas added a comment.


  phabricator ignored my pastes in diff and has diffed CMakeLists.txt :o(

REPOSITORY
  R216 Syntax Highlighting

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

To: genethomas
Cc: #frameworks


D8781: Add *.email to extensions for emails

2017-11-12 Thread Gene Thomas
genethomas created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  .email is the sensible filename extension for storing email. There is no 
longer a 3 character limit.
  I wrote a tool that backs up GMail, the extension .email is used.

REPOSITORY
  R216 Syntax Highlighting

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

AFFECTED FILES
  CMakeLists.txt

To: genethomas
Cc: #frameworks


D8651: cs,xml: added support for @ verbatim strings

2017-11-04 Thread Gene Thomas
genethomas created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  This fix may have been submitted already via GitHub?
  
  In C# @"strings" can span multiple lines, do not \ escape chars and escape " 
as "".
  e.g.
  string text = @"
  some text
  some more text
  a quote "" and
  more text";

TEST PLAN
  load a test C# file into my editor with the modified cs.xml loaded and check 
that @"strings" are rendered correctly.

REPOSITORY
  R216 Syntax Highlighting

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

AFFECTED FILES
  data/syntax/cs.xml

To: genethomas
Cc: #frameworks


D8649: move detecting comments to before operators so -- is interpreted as a comment, not an operator

2017-11-04 Thread Gene Thomas
genethomas created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  - comments are not correctly detected in 3 of the 4 sql .xml syntax 
definitions

TEST PLAN
  load a test.sql file into my editor which reads KDE syntax highlighting .xml 
files
  checking that -- and /* */ comments are correctly rendered

REPOSITORY
  R216 Syntax Highlighting

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

AFFECTED FILES
  data/syntax/sql-mysql.xml
  data/syntax/sql-postgresql.xml
  data/syntax/sql.xml

To: genethomas
Cc: #frameworks


D8648: crk.xml: add header line

2017-11-04 Thread Gene Thomas
genethomas created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  crk.xml: add  header line
  it broke my xerces sax xml parser

TEST PLAN
  load into my editor which reads KDE syntax highlighting .xml files

REPOSITORY
  R216 Syntax Highlighting

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

AFFECTED FILES
  data/syntax/crk.xml

To: genethomas
Cc: #frameworks


D8463: C# syntax highlighting, add support for multi-line @"verbatim strings"

2017-10-25 Thread Gene Thomas
genethomas created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  I have added support for mult-iline @"verbatim strings"

REPOSITORY
  R216 Syntax Highlighting

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

AFFECTED FILES
  data/syntax/cs.xml

To: genethomas
Cc: #frameworks