Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-603

F1 for context help makes Visual Studio 2017 crash

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 2.3.0
    • General
    • None
    • Visual Studio 2017 community
      Qt 5.12.0
      qt vs tools 2.3.0
    • Windows
    • 601

    Description

      e.g. the help shortcut is assigned to F1 

      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
          MainWindow w;
          w.show();
          return a.exec();
      }
      

      put the keyboard cursor on show here, press F1, VS2017 crashes

       

      suggest: make a tool that convert qmake help format to vs help format, so it can be integrated perfectly.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mecfc Miguel Costa
            ronald ronald
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes