Strange behaviors in Code explorer
Posted: 31 Jan 2010 09:17
For some files, I have detected that if I have such code
(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.
Code: Select all
My_fonction xxx arg {
. . .
}
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.