-
Notifications
You must be signed in to change notification settings - Fork 24
Not able to navigate from Source Trail IDE into Qt Creator 4.10.1 #17
Comments
Does it work the other way round? I mean, can you right-click your code in Qt creator and send the location to Sourcetrail? You can try to configure different ports on both sides. Maybe the default ports are used on your machine. |
No, it doesn't work other way round also. |
In Qt Creator: In the menu Tools -> Options... -> Sourcetrail |
I cannot navigate from Sourcetrail to Qt Creator either. In Menu bar, Tools→Sourcetrail, "Send Location to Sourctrail" works, but "Server Status: Stopped". If I try to start the server, I get message Port 6666 is not occupied. EDIT: it's occupied?
EDIT2: Sublime Text's Sourcetrail plugin was occupying port 6666. Closing Sublime Text or disabling the Sourcetrail plugin fixed Qt Creator navigation. I'm on Windows 10 x64, Qt Creator 4.12.1 (32-bit), and Sourcetrail plugin 0.8.3. |
@nyanpasu64: Do I understand that correctly? You had both, QtCreator and Subline running (including their Sourcetrail plugins) and when sending a location from Sourcetrail, it went to Sublime and that caused QtCreator NOT to receive the command? |
Right. Sublime Text and Qt Creator both had their plugins installed, but Sublime Text was occupying port 6666 and preventing Qt Creator from using that port. And Sourcetrail said it was connected to Sublime only. I'm not sure if jumping from Sourcetrail to Sublime worked (IIRC it didn't work, but I'm not using Sublime for this project). |
I was just trying to use Source trail in Qt 4.10.
And I was not able to navigate from Source Trail to Qt creator.
I have also tried plugins based on this link [https://github.com/CoatiSoftware/qtc-sourcetrail]
But it didn't worked...
The text was updated successfully, but these errors were encountered: