Anybody else having problems with opening CodeBlocks registered files through Explorer?
I'm having the following issue, see attached screenshot.
As you can see, the file, "test.cc" exists in my desktop, but when opening it through Explorer I got the error message. Note that it says
Windows can't find the file. Code::Blocks opens it correctly and able to edit and save the file. I tried to debug the whole opening process with
FileMonitor but I was unable to find anything weird in it.
I have checked what the registry says:
HKEY_CLASSES_ROOT
.cc -> CodeBlocks.cc
================
CodeBlocks.cc
================
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CodeBlocks.cc]
@="C++ source file"
[HKEY_CLASSES_ROOT\CodeBlocks.cc\DefaultIcon]
@="C:\\Program Files (x86)\\CodeBlocks\\codeblocks.exe,3"
[HKEY_CLASSES_ROOT\CodeBlocks.cc\shell]
[HKEY_CLASSES_ROOT\CodeBlocks.cc\shell\open]
[HKEY_CLASSES_ROOT\CodeBlocks.cc\shell\open\command]
@="\"C:\\Program Files (x86)\\CodeBlocks\\codeblocks.exe\" \"%1\""
[HKEY_CLASSES_ROOT\CodeBlocks.cc\shell\open\ddeexec]
@="[Open(\"%1\")]"
[HKEY_CLASSES_ROOT\CodeBlocks.cc\shell\open\ddeexec\Application]
@="CODEBLOCKS"
[HKEY_CLASSES_ROOT\CodeBlocks.cc\shell\open\ddeexec\topic]
@="CodeBlocksDDEServer"
CodeBlocks is installed in "C:\Program Files (x86)\CodeBlocks\codeblocks.exe".
This error does not happen in RC2 and I'm able to open the file with notepad (without errors). I'm using Windows x64 Pro.