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

3.0 regression: addMapMenu broke #509

Closed
vadi2 opened this issue Mar 31, 2017 · 1 comment
Closed

3.0 regression: addMapMenu broke #509

vadi2 opened this issue Mar 31, 2017 · 1 comment
Labels

Comments

@vadi2
Copy link
Member

vadi2 commented Mar 31, 2017

This works on 2.1 and does not on 3.0:

addMapMenu("create exit stub")
addMapEvent("nw", "createExitStub", "create exit stub", "northwest")
addMapEvent("n", "createExitStub", "create exit stub", "north")
addMapEvent("ne", "createExitStub", "create exit stub", "northeast")
addMapEvent("e", "createExitStub", "create exit stub", "east")
addMapEvent("se", "createExitStub", "create exit stub", "southeast")
addMapEvent("s", "createExitStub", "create exit stub", "south")
addMapEvent("sw", "createExitStub", "create exit stub", "southwest")
addMapEvent("w", "createExitStub", "create exit stub", "west")
addMapEvent("u", "createExitStub", "create exit stub", "up")
addMapEvent("d", "createExitStub", "create exit stub", "down")

It should add a right-click menu to the mapper.

Launchpad Details: #LP1675994 Vadim Peretokin - 2017-03-25 06:18:05 +0000

@vadi2 vadi2 added the medium label Mar 31, 2017
@vadi2
Copy link
Member Author

vadi2 commented Jul 1, 2019

This is now fixed.

@vadi2 vadi2 closed this as completed Jul 1, 2019
mehulmathur16 pushed a commit to mehulmathur16/Mudlet that referenced this issue Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant