-
Notifications
You must be signed in to change notification settings - Fork 77
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
[Request] CopyPaste #207
Comments
Hm... implemented this, but it's not working correctly due to not monospaced font used by tera. At least on RU. |
using double spaces instead of single for padding looks more good, but anyway names with a majority of thin letters will look more condensed than written by CAPS... probably need some real width estimator based on game font. |
Managed, how to make it beautiful. But need font files from all localizations. |
@sb032835 , can you send me TW one? |
thanks. |
[ 1 ]
When you paste a chat,( "professional", "name", "damage", etc. ) i want printing same padding size
I want adding option in hotkey.xml. For example,
Current :
[{class}] {name}: {global_dps} ( {damage_percentage} ) | C {crit_rate} | D {deaths}
print :
[Brawler] 루니B : 123.4만/s ( 56% ) | C 0% | D 0
[Archer] 한글여섯글자 : 1.299만/s ( 44% ) | C 80% | D 0
I want :
print :
[Brawler] __________루니 : 123.4만/s ( 56% ) | C__0% | D__0
[ Archer] 한글여섯글자 : __1.9만/s ( 44% ) | C 80% | D 10
This editor does not enter spaces, just one space. "" mean space
Align the columns and rows. Much better view!!
[ 2 ]
class name is not translated in the local language.
The text was updated successfully, but these errors were encountered: