Not sure if this would be solved with https://github.com/X-Sharp/XSharpPublic/issues/997 but this doesn't work either:
e.g
cPath:=cDataPath
In another included lib we have:
GLOBAL cDataPath as string
In VO I can directly go to this global definition. In X# this doesn't work (Peek/Goto definition on cDataPath).
Contrary to the Dword surrounded method of #997, the tooltip is correct.
Dick
Goto/Peek not working on global
Goto/Peek not working on global
Hi Dick,
This seems to work fine here, does it happen to you with all GLOBALs or with some of them only? Can you reproduce the problem in a small test project?
.
This seems to work fine here, does it happen to you with all GLOBALs or with some of them only? Can you reproduce the problem in a small test project?
.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Goto/Peek not working on global
Hello Chris,
Further checks revealed that for none of the globals Goto/Peek work in a specific library although the library where the global is in, is included, and the tooltip is correctly referring to the global too.
When I add the same global into on of the other libraries which also include the library (with the globals) it does work.
I have to figure out if I can find a difference. Or a way to reproduce.
Dick
Further checks revealed that for none of the globals Goto/Peek work in a specific library although the library where the global is in, is included, and the tooltip is correctly referring to the global too.
When I add the same global into on of the other libraries which also include the library (with the globals) it does work.
I have to figure out if I can find a difference. Or a way to reproduce.
Dick
Goto/Peek not working on global
...or you can send the library
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu