The Wayback Machine - https://web.archive.org/web/20211227074447/https://github.com/mapeditor/tiled/issues/1367
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jump to location by tile coordinates #1367

Open
bjorn opened this issue Sep 25, 2016 · 6 comments
Open

Jump to location by tile coordinates #1367

bjorn opened this issue Sep 25, 2016 · 6 comments

Comments

@bjorn
Copy link
Member

@bjorn bjorn commented Sep 25, 2016

It would be nice if you could jump to a location on the map by entering the tile coordinates.

@bjorn bjorn added the feature label Sep 25, 2016
@JFonS
Copy link

@JFonS JFonS commented Sep 27, 2016

Somewhat related or not, in some cases it would be nice to have a "tile ruler" to both axis of the map similar to the rulers in GIMP or other image editors.

@bjorn
Copy link
Member Author

@bjorn bjorn commented Oct 25, 2016

@JFonS In terms of navigation it's related, but of course it's an entirely different feature. A ruler is also mentioned at issue #368.

@MoctezumaDev
Copy link
Contributor

@MoctezumaDev MoctezumaDev commented Jan 10, 2017

I might take a look on this, have you done any progress on this?

@bjorn
Copy link
Member Author

@bjorn bjorn commented Jan 10, 2017

@leonidaX Not yet, feel free to have a go at it!

@OsamahAnsari
Copy link

@OsamahAnsari OsamahAnsari commented Apr 7, 2021

Hey, @Jchinjm and I are students who have to contribute to an open source project for an assignment. We were wondering if we could contribute to this feature request. Thanks!

@bjorn
Copy link
Member Author

@bjorn bjorn commented Apr 9, 2021

@OsamahAnsari Sure, you're welcome to work on this feature!

You may take #1446 as a base, which was never entirely finished. However, it might be better to start from scratch. Tiled now has a "just to file" popup on Ctrl+P, which could feature a mode to jump to a tile location as well. So, Ctrl+Shift+G could then pop up this filter in the "go to tile" mode (similar to how in Sublime Text, this popup can jump to a line if you type a : at the start). Of course that'll not be entirely trivial since currently the locatorwidget.cpp is entirely written for project file search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment