ContextMenuForWindows11 icon indicating copy to clipboard operation
ContextMenuForWindows11 copied to clipboard

my [.c] files are identified as the [.cpp] files

Open HOJN008 opened this issue 3 years ago • 2 comments

image image

The imgs above are configurations of the app. The 2nd "GCC[compile]" config are only configured to match .c file only, but my .c file are still identified as a .cpp file while my cpp files are as normal. (The two json files are not the same name,they just have the same title.)


right click a .c file: image right click a .cpp file image

HOJN008 avatar Jan 28 '23 20:01 HOJN008

It seems it matches a substring instead of comparing the extension directly?

Luk164 avatar Jan 29 '23 10:01 Luk164

It is indeed a bug...😥

I will try to fix it in the next version

ikas-mc avatar Mar 18 '23 11:03 ikas-mc

https://github.com/ikas-mc/ContextMenuForWindows11/releases/tag/5.0.0.0

ikas-mc avatar Apr 16 '24 13:04 ikas-mc