VisualGDB 5.0 missing "Open Document" context menu?

Sysprogs forums Forums VisualGDB VisualGDB 5.0 missing "Open Document" context menu?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6467
    kevinkiller
    Participant

    Hi,

    I just upgraded to VisualGDB and when I open a VisualGDB project and I right click on a header file (for example)

    #include<stdio.h>

    the first item in the context menu is supposed to be “Open Document … ” but it is missing.

    If I create a non-VisualGDB project, then “Open Document … ” is there.

    How can I restore “Open Document …” to my VisualGDB projects right-click context menu?

    K.

    #6473
    support
    Keymaster

    Hi,
    This will be fixed in VisualGDB 5.0 Beta 2. As a workaround, use the Go To Definition (F12) command instead.

    #6484
    kevinkiller
    Participant

    Bazis,

    The “Go To Definition (F12)” word around only works for #include statements with a file name like this:

    #include <stdio.h>

    but DOES NOT work for #include statements with directory/filename like this:

    #include “utilities/utils.h”

    Is there a work-around for this?   If, not when will Beta2 be released because without the “Open Document” context menu it’s really difficult to navigate through the include files.

    K

    #6500
    support
    Keymaster

    Hi,

    VisualGDB 5.0 Beta 2 is out.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.