Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator from command line does not find instance
Qt 6.11 is out! See what's new in the release blog

Qt Creator from command line does not find instance

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 193 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SuperSelrak
    wrote on last edited by
    #1

    I am trying to use Qt Creator as my viewer/pager for git show, because Qt Creator does not offer to view a file at a specific revision (or does it ? See other question.)

    I want to use option -block for two reasons :

    • It blocks the command line where I run git until the file has been closed. This allows me to create temporary file and delete them when git returns. I do not think it is possible to pass the standard output to Qt Creator directly, is it ? Therefore I have to dump the output of git show to a temporary file, and delete it afterwards.
    • It uses my open instance of Qt Creator, which helps with project-context parsing.

    But sometimes it fails to find the instance, and decides to open another one. This is annoying.

    How can I debug this ?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved