2014-08-05

Steps to reproduce the bug:

Create a project containing one single C++ file with the following content:

The resulting symbol list will look as follows:

The bug is that the functions aaa() and zzz() are located in different places in the symbol list. They should be located in the same place, because there is no difference between these functions except their name.

The post Bug in Symbol List of Projects plug-in appeared first on EmEditor (text editor).

Show more