[kate] [Bug 473266] Regex doesn't seem to respect flag state

2023-12-29 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=473266

Christoph Cullmann  changed:

   What|Removed |Added

 OS|Microsoft Windows   |All
 CC||cullm...@kde.org

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

[kate] [Bug 473266] Regex doesn't seem to respect flag state

2023-08-11 Thread Kåre Särs
https://bugs.kde.org/show_bug.cgi?id=473266

--- Comment #3 from Kåre Särs  ---
Sorry not the string "\n" but the new-line character '\n' is used to join lines
in multi-line searches :)

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

[kate] [Bug 473266] Regex doesn't seem to respect flag state

2023-08-11 Thread Kåre Särs
https://bugs.kde.org/show_bug.cgi?id=473266

Kåre Särs  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||kare.s...@iki.fi

--- Comment #2 from Kåre Särs  ---
Thanks for the report!

I think the problem might be that Kate treats every line as a separate string.
Only if the regular expression includes "\n", the search will search in a copy
of all lines joined into one string with "\n".

It could be interesting to test if this could be fixed  by also treating the
(?s) flags as a trigger to join the lines.

This would have to be checked/fixed both in the KTextEditor search and the Kate
multi-file search plugin 

(this does go into the more advanced regular expressions :)

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

[kate] [Bug 473266] Regex doesn't seem to respect flag state

2023-08-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=473266

--- Comment #1 from reptilli...@live.com ---
New Information. Even syntax highlighting approach does not work at all:

```











```

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