tiled
tiled copied to clipboard
GoTo Tile
Hey I added the goto tile functionality #1367. I'm sure I might need to reorganize or refactor some part of the code but we can start from here with the review.
Hey @leonidax, why close it? If you want to update it with cleanups, please force-push to your feature/gototile branch to update this pull request.
Ok, I'll do it that way.
@leonidax are you still working on this? If not, can I help in getting this one merged?
Hi @ketanhwr thanks for asking but I think I would rather finish it myself. I might need some help I have been pushing this for later since the build seems to fail in Linux and I have not had time to setup a Linux machine, but I suspect it's something related to the namespaces.
The build for Linux is failing since you've not added the new files in tiled.pro. Therefore they aren't getting compiled. Anyway, thanks for your reply! :)
@ketanhwr you are right this might be the problem thanks for pointing that out, I just checked the job configuration and it uses qmake and the .pro file instead of the .qbs file.
I just checked the job configuration and it uses qmake and the .pro file instead of the .qbs file.
Yep, it's annoying so I've just opened #1484 for fixing that. Until that is closed, we need to keep the file list in the qmake projects up to date as well.