Search found 34 matches

by katwalk
12.02.2026 17:28
Forum: General - CudaText
Topic: Possible Bug: Disk Write Bytes Keep Increasing
Replies: 3
Views: 217

Re: Possible Bug: Disk Write Bytes Keep Increasing

The change has taken effect. I set "ui_session_save_interval": 0 in user.json, and the constant write activity is gone. It is now as calm as a lake in winter. Screen recording (Before): https://i.see.you/2026/02/12/9Blp/Disk-Write-Bytes-CudaText-22.mp4 Screen recording (After): https://i.s...
by katwalk
12.02.2026 15:06
Forum: General - CudaText
Topic: Possible Bug: Disk Write Bytes Keep Increasing
Replies: 3
Views: 217

Possible Bug: Disk Write Bytes Keep Increasing

I think I’ve found a possible disk write issue: I open around 20 lightweight files (all just a few KB), even without editing very much, CudaText’s “Disk write bytes” keeps going up nonstop. After running for about half a day, the total writes are already in the GB range. I’ve even seen one long run ...
by katwalk
15.12.2025 13:39
Forum: General - CudaText
Topic: Side Panel Scrollbar Shown Even When Not Needed
Replies: 8
Views: 389

Re: Side Panel Scrollbar Shown Even When Not Needed

Got it! You rock.

I downloaded the beta to give it a spin. The scrollbar in tab sidebar is totally hidden now, and it looks instantly cleaner and much easier on the eyes.

Screenshot: https://s2.loli.net/2025/12/15/ZBQ7DMwiRYxA9eO.webp

Thanks for the super fast turnaround on my feedback!
by katwalk
15.12.2025 08:52
Forum: General - CudaText
Topic: Side Panel Scrollbar Shown Even When Not Needed
Replies: 8
Views: 389

Re: Side Panel Scrollbar Shown Even When Not Needed

CudaText 1.230.5.0, win64-x86_64-win32, fpc 3.2.3
Windows 10
by katwalk
15.12.2025 03:31
Forum: General - CudaText
Topic: Side Panel Scrollbar Shown Even When Not Needed
Replies: 8
Views: 389

Re: Side Panel Scrollbar Shown Even When Not Needed

I am really glad to hear that you got the code tree and project tree working. Thanks for sticking with it and making it happen. Hiding the scrollbars is a big improvement for the UI. It does not just look cleaner, it also makes the whole interface feel nicer and more comfortable to use. By the way, ...
by katwalk
14.12.2025 17:08
Forum: General - CudaText
Topic: Side Panel Scrollbar Shown Even When Not Needed
Replies: 8
Views: 389

Re: Side Panel Scrollbar Shown Even When Not Needed

Awesome, I am really glad to see you have already added this change. I just updated to the latest version I can download right now, 1.230.5.0, but it looks like the hide scrollbar behavior is not taking effect yet. Could you let me know roughly which version this change is expected to ship in? That ...
by katwalk
14.12.2025 14:41
Forum: General - CudaText
Topic: Side Panel Scrollbar Shown Even When Not Needed
Replies: 8
Views: 389

Side Panel Scrollbar Shown Even When Not Needed

There is a visual issue with CudaText’s side panel. Even when the content does not exceed the panel height, a scrollbar is shown by default. Screenshot: https://s.lu/C9Sr The scrollbar is very thick and sits inside the side panel, which looks like a heavy divider line. It seriously hurts the overall...
by katwalk
02.10.2025 14:31
Forum: General - CudaText
Topic: How can I change the color of links in the markdown lexer?
Replies: 7
Views: 625

Re: How can I change the color of links in the markdown lexer?

main Alexey wrote: 02.10.2025 08:28 > but I couldn't find any element in the first column that actually used these styles.

you see blue-color of links, because URL-regex-highlighter colors the URL (except the surrounding round brackets).
Got it.
by katwalk
02.10.2025 14:22
Forum: General - CudaText
Topic: How can I change the color of links in the markdown lexer?
Replies: 7
Views: 625

Re: How can I change the color of links in the markdown lexer?

Thanks, that’s super helpful. I’m jotting it down in my notebook 😏