Bug 411055

Summary: Windows Installation and use of folders is incorrect
Product: [Applications] kate Reporter: evan
Component: applicationAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: christoph
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Bug

Description evan 2019-08-19 06:34:32 UTC
Created attachment 122239 [details]
Bug

SUMMARY
Installed 64-bit Windows version.
I am wanting to add new Highlighting option.  The defintion files should be on Windows® these files are located %USERPROFILE%/AppData/Local/org.kde.syntax-highlighting/syntax. %USERPROFILE% usually expands to C:\\Users\\user.  see https://docs.kde.org/stable5/en/applications/katepart/highlight.html

1. Files are not in the correct folder. See image
2. So, are the Highlighting files?

STEPS TO REPRODUCE
Install and then check APPDATA

OBSERVED RESULT
Cannot edit the XML.

EXPECTED RESULT
Need to added new Highlighting.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Christoph Cullmann 2019-08-24 15:00:10 UTC
Hmm, your screenshot shows the config files.

That seems ok for me that they are located there.

The pre-shipped highlighting files are compiled into a resource, you can only provide own ones in the folder mentioned in the documentation, therefore normally, this folder should not exist per default. But you can create it and add stuff there.

If I misunderstand this report, please reopen!

Thanks.