Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Goto/Peek not working on global 25 Mar 2022 13:32 #22038

  • ic2
  • ic2's Avatar
  • Topic Author


  • Posts: 1608
  • Not sure if this would be solved with 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

    Please Log in or Create an account to join the conversation.

    Goto/Peek not working on global 25 Mar 2022 17:17 #22039

    • Chris
    • Chris's Avatar


  • Posts: 3843
  • 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?

    .
    XSharp Development Team
    chris(at)xsharp.eu

    Please Log in or Create an account to join the conversation.

    Goto/Peek not working on global 25 Mar 2022 18:28 #22040

    • ic2
    • ic2's Avatar
    • Topic Author


  • Posts: 1608
  • 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

    Please Log in or Create an account to join the conversation.

    Goto/Peek not working on global 25 Mar 2022 23:56 #22041

    • Chris
    • Chris's Avatar


  • Posts: 3843
  • ...or you can send the library :-)
    XSharp Development Team
    chris(at)xsharp.eu

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1