-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Feature: Copy Chat #2149
base: beta
Are you sure you want to change the base?
Feature: Copy Chat #2149
Conversation
Signed-off-by: Empa <[email protected]>
Signed-off-by: Empa <[email protected]>
Signed-off-by: Empa <[email protected]>
Signed-off-by: Empa <[email protected]>
Signed-off-by: Empa <[email protected]>
…-enchanted-book # Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt # src/main/java/at/hannibal2/skyhanni/utils/ChatUtils.kt
…-enchanted-book # Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt # src/main/java/at/hannibal2/skyhanni/features/chat/RareDropMessages.kt
…-enchanted-book # Conflicts: # src/main/java/at/hannibal2/skyhanni/features/chat/WatchdogHider.kt
…edit-message-enchanted-book # Conflicts: # src/main/java/at/hannibal2/skyhanni/data/ChatManager.kt
Signed-off-by: Empa <[email protected]>
# Conflicts: # src/main/java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java
Signed-off-by: Empa <[email protected]>
Signed-off-by: Empa <[email protected]>
Signed-off-by: Empa <[email protected]>
Signed-off-by: Empa <[email protected]>
Signed-off-by: Empa <[email protected]>
…-enchanted-book # Conflicts: # src/main/java/at/hannibal2/skyhanni/utils/StringUtils.kt
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/utils/ChatUtils.kt # src/main/java/at/hannibal2/skyhanni/utils/ItemUtils.kt
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilterGui.kt
Signed-off-by: ItsEmpa <[email protected]>
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/utils/ChatUtils.kt
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/data/ChatManager.kt # src/main/java/at/hannibal2/skyhanni/utils/ItemUtils.kt
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilterGui.kt # src/main/java/at/hannibal2/skyhanni/utils/ChatUtils.kt
Conflicts have been resolved! 🎉 |
Dependencies
What
Adds support for copying chat messages when right clicking them in chat. Holding Shift will copy said chat message with Shwords applied to it, holding Control will only copy the hovered line, and holding Alt will copy the message with formatting color codes.
Changelog New Features