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. How to fast move between my projects opened in Qt Creator
Forum Updated to NodeBB v4.3 + New Features

How to fast move between my projects opened in Qt Creator

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 3 Posters 388 Views 4 Watching
  • 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.
  • J Offline
    J Offline
    JacobNovitsky
    wrote on last edited by JacobNovitsky
    #1

    Lets say, I have 5 projects open in Qt Creator: App1 App2 ... App5
    I dont want to click on Qt Creator icon and choose app I need in the moment
    Is there a way to use some shortcut like Ctrl+K -> type App1 to instanly get where I want?
    I dont want to open all projects in one Window
    I need more sophisticated way if its exist, if not, I could consider workarounds

    A 1 Reply Last reply
    0
    • J JacobNovitsky

      Lets say, I have 5 projects open in Qt Creator: App1 App2 ... App5
      I dont want to click on Qt Creator icon and choose app I need in the moment
      Is there a way to use some shortcut like Ctrl+K -> type App1 to instanly get where I want?
      I dont want to open all projects in one Window
      I need more sophisticated way if its exist, if not, I could consider workarounds

      A Offline
      A Offline
      Anonymous_Banned275
      wrote on last edited by
      #2

      @JacobNovitsky workaround / hack could be to create "subDir" project. But that can get messy in a hurry.

      J 1 Reply Last reply
      1
      • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
      • A Anonymous_Banned275

        @JacobNovitsky workaround / hack could be to create "subDir" project. But that can get messy in a hurry.

        J Offline
        J Offline
        JacobNovitsky
        wrote on last edited by
        #3

        @AnneRanch Can you please share more details

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SimonSchroeder
          wrote on last edited by SimonSchroeder
          #4

          @JacobNovitsky said in How to fast move between my projects opened in Qt Creator:

          I dont want to open all projects in one Window

          This part confuses me. Do you want to open App1 through App5 in a single Qt Creator (window) or not?

          If you open several projects inside the same session the currently active one can be selected at the bottom left (usually just used to select between release and debug builds). You can quickly get there by hitting Ctrl+T (using arrow keys to select what you actually want). The downside is that the files from all projects are open and it can get messy quite quickly (especially if the different projects are not related to one another).

          Otherwise you need to create sessions. Each session will have open projects assigned (most likely just a single project in your case) and currently open files. You can switch session through the menu File->Sessions->(Pick a session). I don't know any real shortcut for that, but you can use Alt+F to open the file menu and then 'e' to select the sessions submenu. The individual sessions have numbers assigned. (The documentation https://doc.qt.io/qtcreator/creator-project-managing-sessions.html says that you can use Ctrl+Alt+<Number> to quickly switch between sessions. It also mentions Ctrl+K -> t to locate sessions (I guess 't' will list all menu entries). The documentation https://doc.qt.io/qtcreator/creator-editor-locator.html further explains that you need to type "t sess <session name>" to switch to a session by name inside the locator. I guess I also learned something today 😊.)

          1 Reply Last reply
          2

          • Login

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