Search found 5 matches

by evolutionary
20 Dec 2025 07:57
Forum: Questions
Topic: How to use TODO feauture?
Replies: 3
Views: 10563

Re: How to use TODO feauture?

I tried different methods:

Code: Select all

# TODO: asdf
// TODO: adf
#TODO: adsf
#TODO : asdf
and any more...

I also switch documents, refreshed the list manually using the button "Rescan all files", and never seen a even item.
It feels like they don't work at all.
by evolutionary
19 Dec 2025 10:44
Forum: Questions
Topic: How to use TODO feauture?
Replies: 3
Views: 10563

How to use TODO feauture?

Hello.
I dont know how use TODO:
I write in file some TODO lines, save file. But TODO list is empty.
by evolutionary
12 Dec 2025 16:26
Forum: Bugs
Topic: "Save" and "Save All" actions
Replies: 3
Views: 10792

Re: "Save" and "Save All" actions

For now, I've created a temporary solution. I created a simple tool, sending Ctrl+S, placed it on the toolbar as an external tool, and it works fine.

#include <Windows.h>


void* mem_set(void* buf, char z, size_t bytes)
{
if ((!bytes) || (!buf)) return buf;

#define MAKEULONGLONG(hi, lo ...
by evolutionary
12 Dec 2025 09:48
Forum: Bugs
Topic: "Save" and "Save All" actions
Replies: 3
Views: 10792

Re: "Save" and "Save All" actions

Example:
1: tab indicator is green -> content not changed, but "Save" button enabled.
2: tab indicator is yellow -> content changed (need save), but '"Save" button disabled.
by evolutionary
28 Nov 2025 05:28
Forum: Bugs
Topic: "Save" and "Save All" actions
Replies: 3
Views: 10792

"Save" and "Save All" actions

The "Save" and "Save All" toolbar buttons don't sync with the actual state of the files being edited.
Sometimes a file is modified, but the buttons are inactive - have to forced press "Ctrl + S". Sometimes, after clicking "Save" or "Save All," the yellow status indicator doesn't immediately change ...