mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Fixed TextCtrl to work for keyword properties;
Added wrapping of <> around parameters to TextElement; Added colors for keyword parameters; Added menu & toolbar for keyword panel; Fixed bug in package, save/save-as was the wrong way around; Added third quality setting to RotatedDC: using SetUserScale, this gets you more precise positioning. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@250 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -41,6 +41,12 @@ menu:
|
||||
rotate 180: Rotated 180°, &Up Side Down
|
||||
card list columns: C&ard List Columns...
|
||||
|
||||
keywords: &Keywords
|
||||
previous keyword: Select &Previous Keyword PgUp
|
||||
next keyword: Select &Next Keyword PgDn
|
||||
add keyword: &Add Keyword Ctrl++
|
||||
remove keyword: &Remove Select Keyword Del
|
||||
|
||||
format: &Format
|
||||
bold: &Bold Ctrl+B
|
||||
italic: &Italic Ctrl+I
|
||||
@@ -123,6 +129,12 @@ help:
|
||||
rotate 180: Display the card up side down
|
||||
card list columns: Select what columns should be shown and in what order.
|
||||
|
||||
keywords:
|
||||
previous keyword: Selects the previous keyword in the list
|
||||
next keyword: Selects the next keyword in the list
|
||||
add keyword: Add a new keyword to this set
|
||||
remove keyword: Delete the selected keyword from this set
|
||||
|
||||
format:
|
||||
bold: Makes the selected text bold
|
||||
italic: Makes the selected text italic
|
||||
@@ -266,6 +278,9 @@ tooltip:
|
||||
remove card: Remove selected card
|
||||
rotate card: Rotate card
|
||||
|
||||
add keyword: Add keyword
|
||||
remove keyword: Remove selected keyword
|
||||
|
||||
bold: Bold
|
||||
italic: Italic
|
||||
symbols: Symbols
|
||||
|
||||
@@ -285,6 +285,7 @@ set field:
|
||||
choice: core
|
||||
choice: expert
|
||||
choice: custom
|
||||
initial: old, core, export, custom
|
||||
description: Should reminder text be added to keywords by default? Note: you can enable/disable reminder text by right clicking the keyword.
|
||||
set field:
|
||||
type: boolean
|
||||
@@ -902,6 +903,7 @@ keyword mode:
|
||||
name: expert
|
||||
description: Expert level keywords (Cycling, Vanishing, etc.)
|
||||
keyword mode:
|
||||
is default: true
|
||||
name: custom
|
||||
description: Custom keywords
|
||||
|
||||
|
||||
Reference in New Issue
Block a user