Page 1 of 1
FIXED: Code explorer bug
Posted: 04 Oct 2024 08:52
by kosthala
I have a large C file (about 14000 lines) with about 200 functions.
The code explorer does not show all functions. However, If I copy one of the functions that doesn't appear into a new file, then it appears in the code explorer.
Re: Code explorer bug
Posted: 04 Oct 2024 12:50
by Rickard Johansson
I can't really do anything without an example file showing the issue

Re: Code explorer bug
Posted: 04 Oct 2024 14:10
by kosthala
I can't send you the file, but I have created a striped version of it where you can see the problem
Re: Code explorer bug
Posted: 04 Oct 2024 15:21
by pjj
From what I can see, RJ TE doesn't like for loop without curly brackets.
Re: Code explorer bug
Posted: 09 Oct 2024 16:43
by Rickard Johansson
It's fixed in next release.
You can fix it by editing the <AppData>\Roaming\RJ TextEd\Syntax\Cpp.syx file
Change the [Fold] section to end with
Code: Select all
7_Id=
7_Begin={
7_End=}
7_Level=nltNestedRegionIndent
7_ListItem=ceMethod
7_Name=
Remove the rest of that section.