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

Add command /ptr roster #3

Closed
mako-taco opened this issue Aug 6, 2019 · 2 comments
Closed

Add command /ptr roster #3

mako-taco opened this issue Aug 6, 2019 · 2 comments

Comments

@mako-taco
Copy link
Owner

We need the ability to copy the entire roster of the current raid for pasting into gdocs easily.
This helps us quickly ensure the assignment sheets are identical to our current raid groups.

The easiest way I have seen other addons do this is through a large, multi-line EditBox. You populate the edit box, and the user copy/pastes. You can use EOT_ForEachGroupMember for iterating over the raid group (https://github.com/mako-taco/EoTAddons/blob/master/EoTUtils/ForEachGroupMember.lua).

The format of the edit box should be newline-separated names of players, e.g.

Lne
Xvk
Tipsi
Donvito
@colinsoleim
Copy link
Contributor

colinsoleim commented Aug 6, 2019

I've submitted a PR for this here (#4). Let me know what feedback you have.

Attached is a screenshot of what the editBox looks like for me locally.

WoWScrnShot_080619_174018 (1)

@mako-taco
Copy link
Owner Author

closed by #4 (if you include 'fixes #3' in your commit message I believe github will automatically do this when it lands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants