Underscore search & replace crashes the editor

Started by BFG10K, April 07, 2025, 02:37:13 PM

Previous topic - Next topic

BFG10K

test.h

typedef int test;
test.c

#include "test.h"

int main(){
  test local;
}

Now run a search & replace with EXACTLY these options (especially "current project"):



The editor will hang in an infinite loop.

TimoVJL

#1
test with trailing space don't hang, but have to test how it works otherwise.
May the source be with you