mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Changed the way the FilteredCardList on the stats panel selects cards:
used to: by running scripts on cards and comparing to string value of selected group now: by keeping a list of group_ids for all cards, and comparing indices Added 'bin size' attribute for making a histogram of numeric axes. Added 'Text length' statistic. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1071 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -68,6 +68,8 @@ void writeUTF8(wxTextOutputStream& stream, const String& str);
|
||||
#define RIGHT_SINGLE_QUOTE _('\u2019')
|
||||
#define LEFT_DOUBLE_QUOTE _('\u201C')
|
||||
#define RIGHT_DOUBLE_QUOTE _('\u201D')
|
||||
#define EN_DASH _('\u2013')
|
||||
#define EM_DASH _('\u2014')
|
||||
#define CONNECTION_SPACE _('\uEB00') // in private use area, untags to ' '
|
||||
#else
|
||||
#define LEFT_ANGLE_BRACKET _("<")
|
||||
@@ -76,6 +78,8 @@ void writeUTF8(wxTextOutputStream& stream, const String& str);
|
||||
#define RIGHT_SINGLE_QUOTE _('\'')
|
||||
#define LEFT_DOUBLE_QUOTE _('\"')
|
||||
#define RIGHT_DOUBLE_QUOTE _('\"')
|
||||
#define EN_DASH _('-') // 150?
|
||||
#define EM_DASH _('-') // 151?
|
||||
#define CONNECTION_SPACE _(' ') // too bad
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user