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.
FIXED: Code explorer bug
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: Code explorer bug
I can't really do anything without an example file showing the issue 

Re: Code explorer bug
I can't send you the file, but I have created a striped version of it where you can see the problem
- Attachments
-
- New.zip
- (1.15 KiB) Downloaded 127 times
Re: Code explorer bug
From what I can see, RJ TE doesn't like for loop without curly brackets.
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: Code explorer bug
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
Remove the rest of that section.
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=