marilmanen
marilmanen
Current import option has been a bit of a problem for me as I have been trying to maintain common configs for a group of people (like macros and window...
Some more debugging at it looks like the root cause might be that the external file change check is not disabled during macro execution, but it is disabled when the...
I found a simple way to get false externally modified file notification. ``` Macro/Learn Keystrokes a Ctrl+S Macro/Finish Learn ``` If I keep running this macro several times by keeping...
I found a simpler way to reproduce the false externally modified file notification. Macro with accelerator Ctrl+Shift+T ``` save() replace_all(" *$", "x", "regex") ``` With an existing empty start file,...
I have similar issue as I want to create a macro that would be available for Perl and Plain files, but that is not possible. I even added a new...
Now I have seen this issue again two times this week with version 450ad17. I have not managed to figure out what is the sequence to reproduce the issue, but...