* Added console panel for evaluating scripts and showing error messages.

* Rewrite of error queue code: errors are now pulled, instead of being turned into messageboxes automatically.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1629 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2011-01-21 13:26:03 +00:00
parent 4079bc26b8
commit bd55326c7d
37 changed files with 1288 additions and 797 deletions
+10 -1
View File
@@ -53,7 +53,7 @@ menu:
previous keyword: Select &Previous Keyword PgUp
next keyword: Select &Next Keyword PgDn
add keyword: &Add Keyword Ctrl+Enter
remove keyword: &Remove Select Keyword Del
remove keyword: &Remove Select Keyword Del
format: F&ormat
bold: &Bold Ctrl+B
@@ -79,6 +79,7 @@ menu:
keywords tab: &Keywords F8
stats tab: S&tatistics F9
random pack tab: &Random Packs
console tab: &Console Ctrl+F9
help: &Help
index: &Index... F1
@@ -190,6 +191,7 @@ help:
keywords tab: Define extra keywords for this set
stats tab: Show statistics about the cards in the set
random pack tab: Try how the set works out in practice by generating random booster packs.
console tab: Shows error messages and allows executing script commands.
help:
index:
@@ -205,6 +207,8 @@ help:
seed: Seed number for the random generator. Using the same seed number gives the same 'random' packs.
edit pack type: Double click to edit pack type
number of packs: The number of %ss to generate
# Console panel
evaluate: Evaluate the entered script command
# Preferences
app language:
@@ -292,6 +296,7 @@ tool:
keywords tab: Keywords
stats tab: Statistics
random pack tab: Random
console tab: Console
# symbol editor
store symbol: Store
@@ -337,6 +342,7 @@ tooltip:
keywords tab:
stats tab:
random pack tab: Random packs
console tab:
new set: New set
open set: Open set
@@ -562,6 +568,9 @@ button:
fixed seed: &Fixed Seed
add custom pack: Add &Custom Pack...
# Console panel
evaluate: &Evaluate
# Welcome
new set: New set
open set: Open set