2024-12-05 01:12 AM - edited 2024-12-05 01:30 AM
Hello,
I would like to find the initial configuration of my IDE, when I carry out this operation I should in principle see the call functions but here I do not see :
But before I could see the dependency but now I can't see it anymore :
Do I have to activate something to see this dependency ?
Thank you for your answer.
2024-12-05 01:17 AM
@DYann.1 wrote:before I could see the dependency but now I can't see it anymore :
What IDE version(s) ?
2024-12-05 01:20 AM
@Andrew Neil wrote:What IDE version(s) ?
But I have always the same version before and after. So the version has nothing to do with, Right ?
2024-12-05 02:25 AM - edited 2024-12-05 02:26 AM
@DYann.1 wrote:But I have always the same version before and after.
OK - we didn't know that!
One thing I note in your opening post:
There is no syntax highlighting - which suggests the IDE does not recognise this as a C source file?
What about other files in your project?
Does the Project build?
@DYann.1 wrote:I would like to find the initial configuration of my IDE.
What do you mean by that?
@DYann.1 wrote:when I carry out this operation
What operation, exactly?
2024-12-05 03:19 AM - edited 2024-12-05 03:30 AM
@Andrew Neil wrote:What operation, exactly?
This operation to find Call Hierarchy
@Andrew Neil wrote:I would like to find the initial configuration of my IDE.
What do you mean by that?
Before I can find the Call Hierarchy
And one day after I can't find this window anymore so I must have done something without knowing it.
And I have this message in the bottom lelf.
It's an example of ST so obviously it works
Yann DO
2024-12-05 03:51 AM
@DYann.1 wrote:And I have this message in the bottom lelf.
So it is telling you that it does not recognise the text which you have selected as a function name.
If it doesn't recognise that text as a function name, then it clearly won't be able to give a call hierarchy for it!
Again, it looks like it's not recognising that file as a C Source file.
2024-12-05 05:08 AM
@Andrew Neil wrote:So it is telling you that it does not recognise the text which you have selected as a function name.
If it doesn't recognise that text as a function name, then it clearly won't be able to give a call hierarchy for it!
Again, it looks like it's not recognising that file as a C Source file.
I understand so I don't think I'll change anything since the program still works. So what should I do ?
2024-12-05 05:51 AM
Find out why it's not recognising that file as a C Source file
2024-12-05 06:37 AM
@Andrew Neil wrote:Find out why it's not recognising that file as a C Source file
Very strange, I haven't touched anything in the settings, is it changing on its own ?
2024-12-05 08:25 AM
@DYann.1 wrote:
is it changing on its own ?
No.
Has it ever worked in that particular file?
Again, does it work in other files?