mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
split ItemList from CardList, this class can also be used to list keywords
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@229 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -118,6 +118,11 @@ String cannocial_name_form(const String&);
|
||||
*/
|
||||
String singular_form(const String&);
|
||||
|
||||
/// Remove a shortcut from a menu string
|
||||
/** e.g. "Cut\tCtrl+X" --> "Cut"
|
||||
*/
|
||||
String remove_shortcut(const String&);
|
||||
|
||||
// ----------------------------------------------------------------------------- : Comparing / finding
|
||||
|
||||
/// Compare two strings, is the first less than the first?
|
||||
|
||||
Reference in New Issue
Block a user