[frameworks-ktexteditor] [Bug 453541] .kateconfig kate-wildcard(...) does not allow path separators

2022-06-16 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=453541

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
The code for this is in

void KTextEditor::DocumentPrivate::readVariableLine(const QString &t, bool
onlyViewAndRenderer)

I would assume if one does a quick scan if a / is inside a wildcard and then
does match on the path and not filename would be good enough?

Would you be willing to provide some merge request for this addition?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 453541] .kateconfig kate-wildcard(...) does not allow path separators

2022-08-22 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=453541

Christoph Cullmann  changed:

   What|Removed |Added

   Severity|normal  |wishlist

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 453541] .kateconfig kate-wildcard(...) does not allow path separators

2022-08-22 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=453541

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 453541] .kateconfig kate-wildcard(...) does not allow path separators

2023-03-11 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=453541

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 453541] .kateconfig kate-wildcard(...) does not allow path separators

2023-03-11 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=453541

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/500

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 453541] .kateconfig kate-wildcard(...) does not allow path separators

2023-03-11 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=453541

--- Comment #4 from Christoph Cullmann  ---
https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/500

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 453541] .kateconfig kate-wildcard(...) does not allow path separators

2023-03-18 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=453541

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/commit/8
   ||e2a05f6d9e8c76f4e3ceec04176
   ||02c989038981

--- Comment #5 from Christoph Cullmann  ---
Git commit 8e2a05f6d9e8c76f4e3ceec0417602c989038981 by Christoph Cullmann.
Committed on 18/03/2023 at 09:38.
Pushed by cullmann into branch 'master'.

wildcard with path match in mode lines

M  +17   -0autotests/src/katedocument_test.cpp
M  +9-3src/document/katedocument.cpp

https://invent.kde.org/frameworks/ktexteditor/commit/8e2a05f6d9e8c76f4e3ceec0417602c989038981

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 453541] .kateconfig kate-wildcard(...) does not allow path separators

2023-02-08 Thread sevens
https://bugs.kde.org/show_bug.cgi?id=453541

sevens  changed:

   What|Removed |Added

 CC||pe...@opzninges.nl

--- Comment #2 from sevens  ---
I'd like to have this as well, especially if it'd also work for the "File
extensions" part of a filetype (in the "Modes & Filetypes" settings), which I
assume uses the same underlying code.

My use case would be, via either way, to add the `.git/config` file to the "INI
Files" filetype to get some highlighting on it by default.

-- 
You are receiving this mail because:
You are watching all bug changes.