FIXED: Code explorer bug

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
kosthala
Posts: 52
Joined: 18 Feb 2014 21:36

FIXED: Code explorer bug

Post 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.
User avatar
Rickard Johansson
Site Admin
Posts: 6783
Joined: 19 Jul 2006 14:29

Re: Code explorer bug

Post by Rickard Johansson »

I can't really do anything without an example file showing the issue :?
kosthala
Posts: 52
Joined: 18 Feb 2014 21:36

Re: Code explorer bug

Post by kosthala »

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
User avatar
pjj
Posts: 2236
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

Re: Code explorer bug

Post by pjj »

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
User avatar
Rickard Johansson
Site Admin
Posts: 6783
Joined: 19 Jul 2006 14:29

Re: Code explorer bug

Post 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.
Post Reply