Search found 5 matches

by sorim
16.07.2022 10:50
Forum: General - CudaText
Topic: RegEx using m, multi-line strings
Replies: 3
Views: 1078

RegEx using m, multi-line strings

How can I aktivate the flag Multiline in Regex For example I search for (.){40,} (.){120,} I wanted to search for some characters in the first line and remaining characters of the next line. https://regex.sorokin.engineer/en/latest/regular_expressions.html m, multi-line strings I tried without luck:...
by sorim
12.10.2020 18:00
Forum: Issues solved
Topic: Current Line BG no effect
Replies: 3
Views: 1885

Great, after inserting line
"show_cur_line": true,
into the settings\user.json file, it works like expected.
by sorim
11.10.2020 09:36
Forum: Issues solved
Topic: Current Line BG no effect
Replies: 3
Views: 1885

Current Line BG no effect

Hello

I wanted to color the current line in the editor.

So I go to - Options - Settings - theme - ui ...
and changed editor - current line BG to green


But the current line (where the only carret is) is still not colored.
by sorim
07.10.2020 19:23
Forum: General - CudaText
Topic: Save on lost focus
Replies: 4
Views: 1208

It works perfect! I changed the settings [op] save_interval=0 save_before_closing_tab=0 on_deactivate=1 <===== After changing settings, I have to exit CudaText and open it again. Loaded session: "history session.json", 10ms, 3 file(s) Startup: 840ms, plugins: 170ms (auto_save 16ms, exttool...
by sorim
04.10.2020 10:02
Forum: General - CudaText
Topic: Save on lost focus
Replies: 4
Views: 1208

Save on lost focus

Hello I already find the plugin auto save, which saves the tabs every 30 seconds and also the possibility to save on exit. What I am searching is a possibility to save alle tabs if I change the focus from CudaText to an other progrman (using for example Alt-Tab) How can I do that? If there is not im...