D7699: Add support for custom search paths for application-specific syntax and themedefinitions

2017-09-05 Thread Michael Hansen
zrax retitled this revision from "Add support for custom search paths for 
application-specific syntax and theme
definitions" to "Add support for custom search paths for application-specific 
syntax and themedefinitions".
zrax added reviewers: Kate, Framework: Syntax Hightlighting.

REPOSITORY
  R216 Syntax Highlighting

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

To: zrax, #kate, #framework_syntax_hightlighting
Cc: #frameworks


D7699: Add support for custom search paths for application-specific syntax and themedefinitions

2017-09-05 Thread Michael Hansen
zrax created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  This allows applications to include application-specific syntax rules
  and themes which don't necessarily make sense to install globally to be used
  with syntax-highlighting.

TEST PLAN
  Created custom syntax rule and sample application using QTextEdit;
  tested both standard syntax rules and the custom rule within the application,
  using the default theme.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  master

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

AFFECTED FILES
  src/lib/repository.cpp
  src/lib/repository.h
  src/lib/repository_p.h

To: zrax
Cc: #frameworks