Results 125 comments of Jun Wu

Yes. I think sending Ctrl+A before typing the card name will probably fix it.

On my windows 10 surface pro, it won't select automatically on click.

Actually I suspect it's because Windows 10, not Surface. HDT itself also has a similar problem when exporting Deck to Hearthstone because it uses the same technique. I remember clearly...

I am experimenting some changes on HDT. However it seems it's not that trivial by just inserting a Ctrl+A. I will try to a reliable fix.

In my HS 3.0.0.9786, its search textbox has two locations, the red and green (they will not be both visible at the same time): ![HS Textboxe Locations](https://cloud.githubusercontent.com/assets/445459/9493116/f93dcadc-4c2f-11e5-91f6-1e80a827d396.png) I will use...

WIn 7 compatibility mode can workaround the issue while Win 8 can't.

Just to be clear, the use-case is: - There is a repo called "A" that includes submodule repos "B", "C". - Alice has access to "B" but not "C". And...

Or are you looking for `subtree` or `submodule` commands equivalent?

Wow, `type_traits` is a long list. Could you consider make it shorter by using some regex magic like: `is_(?:nothrow_)?(?:trivially_)?(?:move_|copy_|default_)?(?:assignable|constructible|destructible)`

Could you split adding new stuff and sorting lines into two commits? This way it will be much clear to see what is actually changed.