Ellypse

Results 16 comments of Ellypse

![image](https://user-images.githubusercontent.com/9035119/34935668-edc59edc-f9de-11e7-9051-2485385e929f.png)

Scratch that. I want my TRP2 "cut messages" feature back actually. Typing `/say Hi! *waves* How are you today? *smiles*` would output: ``` Ellypse says: Hi! Ellypse waves. Ellypse says:...

And obviously typing `/me shrug. "Who knows?" Pat his cat` would output: ``` Ellypse shrug. Ellypse says: Who knows? Ellypse pat his cat. ```

Some Extended stuff will have to be moved to the core addon then. Wild idea: combine that with the “get attribute value” thing people want from Extended, use the value...

**Note**: Keep an icons list generated for the browser (search function). Use [GetFileIDFromPath](https://wow.gamepedia.com/API_GetFileIDFromPath) when selecting an icon to use its ID. Use exclusively file IDs in all systems for consistency.

**Note**: Work in Ellyb has been made to support abstracting icons usage to texture path or IDs.

This should be done during the modernization of the code base. The player tooltip should allow modules to register tooltip decorators to be called upon the tooltip when displayed. Each...

Existing work for #218 will introduce tooltip modules that can be registered to display informations to the tooltip. They can be declared anywhere in the code, which should help make...

New things to do: - [ ] Add support for sending other people's links when shift-clicking a link in the chat frame to insert it in the edit box. We...

The popup on first login is planned see #179