I've used the same C/C++ source file in both versions for verification. Here's the result.
FIXED: Code Explorer not showing anything anymore
FIXED: Code Explorer not showing anything anymore
In 14.51 (64bit) it's working, in (at least) >= 14.62 it's not anymore.
I've used the same C/C++ source file in both versions for verification. Here's the result.


I've used the same C/C++ source file in both versions for verification. Here's the result.
Re: BUG: Code Explorer not showing anything anymore
I found out, that code blocks lines also not works in 14.63. No problem in 14.51 though.

- Rickard Johansson
- Site Admin
- Posts: 6045
- Joined: 19 Jul 2006 14:29
Re: BUG: Code Explorer not showing anything anymore
An example file would help to reproduce the issue...
Would you mind email one or post one in the forum?
Would you mind email one or post one in the forum?
Re: BUG: Code Explorer not showing anything anymore
Hi Rickard,
I'm sorry, but I can't do that. Business and Security policies don't allow me to give out any source code files or even samples. All I can tell is, that with one and the same C/C++ file in 14.51 it works, in 14.63 it does not work. For me that means, that something since > 14.51 broke this functionality.
However, I hacked a simple example (just some code, not compiled) where you can see the outcome with the missing items I pointed out above (ok, the NW arrow you can ignore
.

And here the working 14.51 version.

I'm sorry, but I can't do that. Business and Security policies don't allow me to give out any source code files or even samples. All I can tell is, that with one and the same C/C++ file in 14.51 it works, in 14.63 it does not work. For me that means, that something since > 14.51 broke this functionality.
However, I hacked a simple example (just some code, not compiled) where you can see the outcome with the missing items I pointed out above (ok, the NW arrow you can ignore

And here the working 14.51 version.
- Rickard Johansson
- Site Admin
- Posts: 6045
- Joined: 19 Jul 2006 14:29
Re: BUG: Code Explorer not showing anything anymore
I think you're using a user defined syntax file and not the new one included in the latest release.
This is what it looks like at my end:
This is what it looks like at my end:
Re: BUG: Code Explorer not showing anything anymore
That's right. The user defined folder has identical files in both releases (51 and 63). So something in the editor changed in this area when using such files, because when I don't use it Code Explorer is working again. What is still not working are the vertical lines for code blocks (they are also missing in your screenshot, but I'm not sure if you have them enabled).
- Rickard Johansson
- Site Admin
- Posts: 6045
- Joined: 19 Jul 2006 14:29
Re: BUG: Code Explorer not showing anything anymore
Fixed the indent lines issue in the next release (v14.64). Thanks!