Strange behaviors in Code explorer

Discuss syntax highlighting or submit new syntax files.
Post Reply
François TREMEL
Posts: 5
Joined: 11 Jan 2010 12:28

Strange behaviors in Code explorer

Post by François TREMEL »

For some files, I have detected that if I have such code

Code: Select all

My_fonction xxx arg {
. . .
}
(notes the { in the same line)

then only arg is displayed in the code explorer

but if I put the { in the next line, My_fonction xxx arg is displayed as method in the code explorer.

If I remove the line List_exclude = xxxxxxxxxx, I always have My_fonction xxx arg (whatever the position of }) in the code explorer but as unknown object.
Post Reply