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. [QtCreator] Follow symbol under cursor question
QtWS25 Last Chance

[QtCreator] Follow symbol under cursor question

Scheduled Pinned Locked Moved Qt Creator and other tools
13 Posts 4 Posters 4.8k 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.
  • P Offline
    P Offline
    pperisin
    wrote on last edited by
    #1

    Hi,

    Is there a way I can make "Follow symbol under cursor" to show symbol in another split.

    While I work I usually have several splits, and it would be nice if symbol under cursor would open in another split, so I can have source file visible at the same time.

    If not, where to post feature requests?

    Regards,
    Petar

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      I am not aware of such an option, sorry.

      The best place to put feature requests is our "bug tracker":http://bugreports.qt-project.org/ .

      1 Reply Last reply
      0
      • P Offline
        P Offline
        pperisin
        wrote on last edited by
        #3

        Thank you. I reported it :-)

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Could you please post a link to the bug report here? I am curious:-)

          1 Reply Last reply
          0
          • P Offline
            P Offline
            pperisin
            wrote on last edited by
            #5

            "sure":https://bugreports.qt-project.org/browse/QTCREATORBUG-8117

            Regards
            Petar

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mlong
              wrote on last edited by
              #6

              Nice feature request. I'd like to see this functionality, myself. I voted for it.

              Software Engineer
              My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

              1 Reply Last reply
              0
              • P Offline
                P Offline
                pperisin
                wrote on last edited by
                #7

                Thanks for your support. :-)

                1 Reply Last reply
                0
                • P Offline
                  P Offline
                  pperisin
                  wrote on last edited by
                  #8

                  Hi,

                  I have implemented this. All you need to do is add line:

                  Core::EditorManager::instance()->gotoOtherSplit();

                  on few places in the code. Better look at bug report for details where

                  Regards,
                  Petar

                  1 Reply Last reply
                  1
                  • P Offline
                    P Offline
                    pperisin
                    wrote on last edited by
                    #9

                    Hi,

                    I have pushed this to gerrit:

                    https://codereview.qt-project.org/#change,38614

                    Do I need to add reviewers myself?

                    If yes,who should I add?

                    Regards,
                    Petar

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      tobias.hunger
                      wrote on last edited by
                      #10

                      Are you sure that is the right patch?

                      1 Reply Last reply
                      0
                      • P Offline
                        P Offline
                        pperisin
                        wrote on last edited by
                        #11

                        sorry, wrong link:

                        https://codereview.qt-project.org/#change,38583

                        Regards,
                        Petar

                        1 Reply Last reply
                        0
                        • P Offline
                          P Offline
                          pperisin
                          wrote on last edited by
                          #12

                          HI,

                          one more question - how do I add comments on Gerrit. Stupid question, but I can not figure it out.

                          1 Reply Last reply
                          0
                          • H Offline
                            H Offline
                            Harjit
                            wrote on last edited by
                            #13

                            The way this is implemented is that it either always opens in the same split or always opens in a different split.

                            Is there a way to indicate the split I want to show the symbol in?

                            Sometimes I want to open it in a different split and sometimes in the same split.

                            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