i18n: Updated templates
authorJerome St-Louis <jerome@ecere.com>
Thu, 24 Apr 2014 07:35:05 +0000 (03:35 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 24 Apr 2014 07:35:05 +0000 (03:35 -0400)
compiler/ecc/locale/ecc.pot
compiler/ecp/locale/ecp.pot
compiler/ecs/locale/ecs.pot
compiler/libec/locale/ec.pot
documentor/locale/documentor.pot
ecere/locale/ecere.pot
eda/drivers/sqlite/locale/EDASQLite.pot
epj2make/locale/epj2make.pot
ide/locale/ide.pot
installer/locale/Installer.pot

index 58dae52..1233db0 100644 (file)
@@ -10,7 +10,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Basepath: ../\n"
 
-#: ./ecc.ec:445
-msgid "Syntax:\n   ecc [-t <target platform>] [-cpp <c preprocessor>] [-o <output>] [-symbols <outputdir>] [-I<includedir>]* [-isystem <sysincludedir>]* [-D<definition>]* -c <input>\n"
-msgstr "Syntax:\n   ecc [-t <target platform>] [-cpp <c preprocessor>] [-o <output>] [-symbols <outputdir>] [-I<includedir>]* [-isystem <sysincludedir>]* [-D<definition>]* -c <input>\n"
+#: ./ecc.ec:455
+msgid "Syntax:\n   ecc [-t <target platform>] [-cpp <c preprocessor>] [-o <output>] [-module <module>] [-symbols <outputdir>] [-I<includedir>]* [-isystem <sysincludedir>]* [-D<definition>]* -c <input>\n"
+msgstr "Syntax:\n   ecc [-t <target platform>] [-cpp <c preprocessor>] [-o <output>] [-module <module>] [-symbols <outputdir>] [-I<includedir>]* [-isystem <sysincludedir>]* [-D<definition>]* -c <input>\n"
 
index 390ea28..7e76a81 100644 (file)
@@ -10,7 +10,11 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Basepath: ../\n"
 
-#: ./ecp.ec:1469
+#: ./ecp.ec:1486
 msgid "Syntax:\n   ecp [-t <target platform>] [-cpp <c preprocessor>] [-o <output>] [-symbols <outputdir>] [-I<includedir>]* [-isystem <sysincludedir>]* [-D<definition>]* -c <input>\n"
 msgstr "Syntax:\n   ecp [-t <target platform>] [-cpp <c preprocessor>] [-o <output>] [-symbols <outputdir>] [-I<includedir>]* [-isystem <sysincludedir>]* [-D<definition>]* -c <input>\n"
 
+#: ./ecp.ec:795
+msgid "error: could not resolve value %s for enum %s in precompiler\n"
+msgstr "error: could not resolve value %s for enum %s in precompiler\n"
+
index 1102efc..8d3a4c6 100644 (file)
@@ -10,7 +10,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Basepath: ../\n"
 
-#: ./ecs.ec:1725
+#: ./ecs.ec:1731
 msgid "Syntax:\n   ecs [-t <target platform>] <input>[, <input>]* -o <output>\n"
 msgstr "Syntax:\n   ecs [-t <target platform>] <input>[, <input>]* -o <output>\n"
 
index af44660..cc1473d 100644 (file)
@@ -19,11 +19,11 @@ msgstr "%s expected to be derived from method class\n"
 msgid "%s undefined; assuming extern returning int\n"
 msgstr "%s undefined; assuming extern returning int\n"
 
-#: ./src/ecdefs.ec:1314
+#: ./src/ecdefs.ec:1324
 msgid ":%d:%d: error: "
 msgstr ":%d:%d: error: "
 
-#: ./src/ecdefs.ec:1361
+#: ./src/ecdefs.ec:1371
 msgid ":%d:%d: warning: "
 msgstr ":%d:%d: warning: "
 
@@ -48,7 +48,7 @@ msgstr "Couldn't find member %s to override\n"
 msgid "Couldn't open %s\n"
 msgstr "Couldn't open %s\n"
 
-#: ./src/ast.ec:1655
+#: ./src/ast.ec:1665
 msgid "Expecting class specifier\n"
 msgstr "Expecting class specifier\n"
 
@@ -73,20 +73,20 @@ msgstr "Invalid object specified and not inside a class\n"
 msgid "Invalid watched object\n"
 msgstr "Invalid watched object\n"
 
-#: ./src/firstPass.ec:83
-#: ./src/firstPass.ec:108
-#: ./src/firstPass.ec:169
-#: ./src/firstPass.ec:211
+#: ./src/firstPass.ec:85
+#: ./src/firstPass.ec:112
+#: ./src/firstPass.ec:175
+#: ./src/firstPass.ec:217
 msgid "Member with same name already exists %s in class %s\n"
 msgstr "Member with same name already exists %s in class %s\n"
 
-#: ./src/firstPass.ec:101
-#: ./src/firstPass.ec:162
-#: ./src/firstPass.ec:204
+#: ./src/firstPass.ec:105
+#: ./src/firstPass.ec:168
+#: ./src/firstPass.ec:210
 msgid "Member with same name already exists %s in member %s\n"
 msgstr "Member with same name already exists %s in member %s\n"
 
-#: ./src/dbpass.ec:1082
+#: ./src/dbpass.ec:1085
 msgid "Multiple field index requires a name\n"
 msgstr "Multiple field index requires a name\n"
 
@@ -130,11 +130,11 @@ msgstr "Recursion in defined expression %s\n"
 msgid "Redefinition of %s (defining as %s, already defined as %s)\n"
 msgstr "Redefinition of %s (defining as %s, already defined as %s)\n"
 
-#: ./src/ast.ec:800
+#: ./src/ast.ec:810
 msgid "Redefinition of %s ignored\n"
 msgstr "Redefinition of %s ignored\n"
 
-#: ./src/firstPass.ec:446
+#: ./src/firstPass.ec:452
 msgid "Redefinition of method %s in class %s\n"
 msgstr "Redefinition of method %s in class %s\n"
 
@@ -281,12 +281,16 @@ msgstr "operator %s illegal on pointer\n"
 msgid "overriding class expected to be derived from method class\n"
 msgstr "overriding class expected to be derived from method class\n"
 
+#: ./src/ast.ec:1150
+msgid "parameter name omitted\n"
+msgstr "parameter name omitted\n"
+
 #: ./src/shortcuts.ec:223
 #: ./src/shortcuts.ec:229
 msgid "parsing type %s\n"
 msgstr "parsing type %s\n"
 
-#: ./src/firstPass.ec:310
+#: ./src/firstPass.ec:316
 msgid "redefinition of class %s\n"
 msgstr "redefinition of class %s\n"
 
@@ -298,7 +302,11 @@ msgstr "redefinition of constructor for class %s\n"
 msgid "redefinition of destructor for class %s\n"
 msgstr "redefinition of destructor for class %s\n"
 
-#: ./src/ecdefs.ec:1381
+#: ./src/pass0.ec:1209
+msgid "set defined on type without storage for non-conversion property\n"
+msgstr "set defined on type without storage for non-conversion property\n"
+
+#: ./src/ecdefs.ec:1391
 #: ./src/grammar.ec:3128
 #: ./src/grammar.ec:3129
 #: ./src/grammar.ec:3130
index 78f8569..1875e2b 100644 (file)
@@ -187,7 +187,7 @@ msgstr "File"
 msgid "Functions"
 msgstr "Functions"
 
-#: ./../ide/src/IDESettings.ec:736
+#: ./../ide/src/IDESettings.ec:744
 msgid "GNU Compiler Collection (GCC) / GNU Make"
 msgstr "GNU Compiler Collection (GCC) / GNU Make"
 
@@ -195,15 +195,15 @@ msgstr "GNU Compiler Collection (GCC) / GNU Make"
 msgid "Methods"
 msgstr "Methods"
 
-#: ./../ide/src/IDESettings.ec:739
+#: ./../ide/src/IDESettings.ec:747
 msgid "Microsoft Visual Studio 2005 (8.0) Compiler"
 msgstr "Microsoft Visual Studio 2005 (8.0) Compiler"
 
-#: ./../ide/src/IDESettings.ec:740
+#: ./../ide/src/IDESettings.ec:748
 msgid "Microsoft Visual Studio 2008 (9.0) Compiler"
 msgstr "Microsoft Visual Studio 2008 (9.0) Compiler"
 
-#: ./../ide/src/IDESettings.ec:742
+#: ./../ide/src/IDESettings.ec:750
 msgid "Microsoft Visual Studio 2010 (10.0) Compiler"
 msgstr "Microsoft Visual Studio 2010 (10.0) Compiler"
 
@@ -232,7 +232,7 @@ msgstr "Open..."
 msgid "Parent namespace: <a href=\"api://%p\" style=\"text-decoration: none;\">%s</a><br>\n"
 msgstr "Parent namespace: <a href=\"api://%p\" style=\"text-decoration: none;\">%s</a><br>\n"
 
-#: ./../ide/src/IDESettings.ec:738
+#: ./../ide/src/IDESettings.ec:746
 msgid "Portable C Compiler / GNU Make"
 msgstr "Portable C Compiler / GNU Make"
 
@@ -268,7 +268,7 @@ msgstr "Structure"
 msgid "Tahoma"
 msgstr "Tahoma"
 
-#: ./../ide/src/IDESettings.ec:737
+#: ./../ide/src/IDESettings.ec:745
 msgid "Tiny C Compiler / GNU Make"
 msgstr "Tiny C Compiler / GNU Make"
 
index 19d8125..01f44b3 100644 (file)
@@ -41,8 +41,8 @@ msgstr "Alt+"
 #: ./src/gui/controls/DropBox.ec:68
 #: ./src/gui/controls/DropBox.ec:82
 #: ./src/gui/controls/DropBox.ec:169
-#: ./src/gui/controls/EditBox.ec:759
-#: ./src/gui/controls/Label.ec:47
+#: ./src/gui/controls/EditBox.ec:784
+#: ./src/gui/controls/Label.ec:48
 #: ./src/gui/controls/ListBox.ec:984
 #: ./src/gui/controls/ListBox.ec:1017
 #: ./src/gui/controls/ListBox.ec:1018
@@ -54,14 +54,14 @@ msgstr "Alt+"
 #: ./src/gui/controls/Picture.ec:19
 #: ./src/gui/controls/Picture.ec:39
 #: ./src/gui/controls/ScrollBar.ec:82
-#: ./src/gui/Window.ec:8112
-#: ./src/gui/Window.ec:8159
-#: ./src/gui/Window.ec:8176
-#: ./src/gui/Window.ec:8187
+#: ./src/gui/Window.ec:8125
+#: ./src/gui/Window.ec:8172
+#: ./src/gui/Window.ec:8189
 #: ./src/gui/Window.ec:8200
-#: ./src/gui/Window.ec:8585
-#: ./src/gui/Window.ec:9287
-#: ./src/gui/Window.ec:9609
+#: ./src/gui/Window.ec:8213
+#: ./src/gui/Window.ec:8598
+#: ./src/gui/Window.ec:9300
+#: ./src/gui/Window.ec:9622
 msgid "Appearance"
 msgstr "Appearance"
 
@@ -97,23 +97,23 @@ msgstr "August"
 #: ./src/gui/controls/DropBox.ec:128
 #: ./src/gui/controls/DropBox.ec:168
 #: ./src/gui/controls/DropBox.ec:173
-#: ./src/gui/controls/EditBox.ec:734
-#: ./src/gui/controls/EditBox.ec:735
-#: ./src/gui/controls/EditBox.ec:739
-#: ./src/gui/controls/EditBox.ec:748
-#: ./src/gui/controls/EditBox.ec:749
-#: ./src/gui/controls/EditBox.ec:750
-#: ./src/gui/controls/EditBox.ec:751
-#: ./src/gui/controls/EditBox.ec:752
-#: ./src/gui/controls/EditBox.ec:753
-#: ./src/gui/controls/EditBox.ec:754
-#: ./src/gui/controls/EditBox.ec:755
-#: ./src/gui/controls/EditBox.ec:756
-#: ./src/gui/controls/EditBox.ec:757
-#: ./src/gui/controls/EditBox.ec:758
+#: ./src/gui/controls/EditBox.ec:759
 #: ./src/gui/controls/EditBox.ec:760
-#: ./src/gui/controls/EditBox.ec:761
-#: ./src/gui/controls/EditBox.ec:762
+#: ./src/gui/controls/EditBox.ec:764
+#: ./src/gui/controls/EditBox.ec:773
+#: ./src/gui/controls/EditBox.ec:774
+#: ./src/gui/controls/EditBox.ec:775
+#: ./src/gui/controls/EditBox.ec:776
+#: ./src/gui/controls/EditBox.ec:777
+#: ./src/gui/controls/EditBox.ec:778
+#: ./src/gui/controls/EditBox.ec:779
+#: ./src/gui/controls/EditBox.ec:780
+#: ./src/gui/controls/EditBox.ec:781
+#: ./src/gui/controls/EditBox.ec:782
+#: ./src/gui/controls/EditBox.ec:783
+#: ./src/gui/controls/EditBox.ec:785
+#: ./src/gui/controls/EditBox.ec:786
+#: ./src/gui/controls/EditBox.ec:787
 #: ./src/gui/controls/Label.ec:18
 #: ./src/gui/controls/ListBox.ec:966
 #: ./src/gui/controls/ListBox.ec:1005
@@ -133,30 +133,30 @@ msgstr "August"
 #: ./src/gui/controls/ScrollBar.ec:127
 #: ./src/gui/controls/ScrollBar.ec:128
 #: ./src/gui/controls/ScrollBar.ec:129
-#: ./src/gui/Window.ec:8068
-#: ./src/gui/Window.ec:8131
-#: ./src/gui/Window.ec:8313
-#: ./src/gui/Window.ec:8362
-#: ./src/gui/Window.ec:8369
-#: ./src/gui/Window.ec:8376
-#: ./src/gui/Window.ec:8383
-#: ./src/gui/Window.ec:8390
-#: ./src/gui/Window.ec:8397
-#: ./src/gui/Window.ec:8404
-#: ./src/gui/Window.ec:8860
-#: ./src/gui/Window.ec:8887
-#: ./src/gui/Window.ec:8894
-#: ./src/gui/Window.ec:9138
-#: ./src/gui/Window.ec:9158
-#: ./src/gui/Window.ec:9164
+#: ./src/gui/Window.ec:8081
+#: ./src/gui/Window.ec:8144
+#: ./src/gui/Window.ec:8326
+#: ./src/gui/Window.ec:8375
+#: ./src/gui/Window.ec:8382
+#: ./src/gui/Window.ec:8389
+#: ./src/gui/Window.ec:8396
+#: ./src/gui/Window.ec:8403
+#: ./src/gui/Window.ec:8410
+#: ./src/gui/Window.ec:8417
+#: ./src/gui/Window.ec:8873
+#: ./src/gui/Window.ec:8900
+#: ./src/gui/Window.ec:8907
+#: ./src/gui/Window.ec:9151
 #: ./src/gui/Window.ec:9171
-#: ./src/gui/Window.ec:9181
-#: ./src/gui/Window.ec:9192
-#: ./src/gui/Window.ec:9199
-#: ./src/gui/Window.ec:9207
-#: ./src/gui/Window.ec:9280
-#: ./src/gui/Window.ec:9313
-#: ./src/gui/Window.ec:9329
+#: ./src/gui/Window.ec:9177
+#: ./src/gui/Window.ec:9184
+#: ./src/gui/Window.ec:9194
+#: ./src/gui/Window.ec:9205
+#: ./src/gui/Window.ec:9212
+#: ./src/gui/Window.ec:9220
+#: ./src/gui/Window.ec:9293
+#: ./src/gui/Window.ec:9326
+#: ./src/gui/Window.ec:9342
 msgid "Behavior"
 msgstr "Behavior"
 
@@ -172,24 +172,24 @@ msgid "Cancel"
 msgstr "Cancel"
 
 #: ./src/gui/dialogs/GoToDialog.ec:44
-#: ./src/gui/Window.ec:6774
+#: ./src/gui/Window.ec:6777
 msgid "Close"
 msgstr "Close"
 
-#: ./src/gui/FormDesigner.ec:840
+#: ./src/gui/FormDesigner.ec:843
 msgid "Control contains code. Delete anyways?"
 msgstr "Control contains code. Delete anyways?"
 
-#: ./src/gui/FormDesigner.ec:856
+#: ./src/gui/FormDesigner.ec:859
 msgid "Control contains other controls. Delete control and children?"
 msgstr "Control contains other controls. Delete control and children?"
 
-#: ./src/gui/controls/EditBox.ec:968
-#: ./src/gui/controls/EditBox.ec:3176
+#: ./src/gui/controls/EditBox.ec:994
+#: ./src/gui/controls/EditBox.ec:3209
 msgid "Copy\tCtrl+C"
 msgstr "Copy\tCtrl+C"
 
-#: ./src/sys/System.ec:118
+#: ./src/sys/System.ec:128
 msgid "Couldn't write to file"
 msgstr "Couldn't write to file"
 
@@ -214,16 +214,16 @@ msgstr "Ctrl+"
 msgid "Custom"
 msgstr "Custom"
 
-#: ./src/gui/controls/EditBox.ec:957
-#: ./src/gui/controls/EditBox.ec:3175
+#: ./src/gui/controls/EditBox.ec:983
+#: ./src/gui/controls/EditBox.ec:3208
 msgid "Cut\tCtrl+X"
 msgstr "Cut\tCtrl+X"
 
 #: ./src/gui/controls/DropBox.ec:124
-#: ./src/gui/controls/EditBox.ec:775
+#: ./src/gui/controls/EditBox.ec:800
 #: ./src/gui/controls/ProgressBar.ec:13
 #: ./src/gui/controls/ProgressBar.ec:14
-#: ./src/gui/Window.ec:9242
+#: ./src/gui/Window.ec:9255
 msgid "Data"
 msgstr "Data"
 
@@ -239,24 +239,24 @@ msgstr "December"
 msgid "Defined"
 msgstr "Defined"
 
-#: ./src/gui/controls/EditBox.ec:989
-#: ./src/gui/controls/EditBox.ec:3178
+#: ./src/gui/controls/EditBox.ec:1015
+#: ./src/gui/controls/EditBox.ec:3211
 msgid "Delete\tDel"
 msgstr "Delete\tDel"
 
-#: ./src/gui/FormDesigner.ec:856
+#: ./src/gui/FormDesigner.ec:859
 msgid "Deleting control with children"
 msgstr "Deleting control with children"
 
-#: ./src/gui/FormDesigner.ec:840
+#: ./src/gui/FormDesigner.ec:843
 msgid "Deleting control with code"
 msgstr "Deleting control with code"
 
-#: ./src/gui/Window.ec:9432
+#: ./src/gui/Window.ec:9445
 msgid "Deprecated"
 msgstr "Deprecated"
 
-#: ./src/gui/Window.ec:9299
+#: ./src/gui/Window.ec:9312
 msgid "Design"
 msgstr "Design"
 
@@ -276,9 +276,9 @@ msgstr "Directory doesn't exist"
 msgid "Directory:"
 msgstr "Directory:"
 
-#: ./src/gui/Window.ec:9074
-#: ./src/gui/Window.ec:9214
-#: ./src/gui/Window.ec:9249
+#: ./src/gui/Window.ec:9087
+#: ./src/gui/Window.ec:9227
+#: ./src/gui/Window.ec:9262
 msgid "Document"
 msgstr "Document"
 
@@ -286,15 +286,15 @@ msgstr "Document"
 msgid "Down"
 msgstr "Down"
 
-#: ./src/gui/GuiApplication.ec:105
+#: ./src/sys/System.ec:137
 msgid "Driver/Mode switch failed"
 msgstr "Driver/Mode switch failed"
 
-#: ./src/gui/GuiApplication.ec:201
+#: ./src/gui/GuiApplication.ec:184
 msgid "ECERE Application"
 msgstr "ECERE Application"
 
-#: ./src/gui/controls/EditBox.ec:954
+#: ./src/gui/controls/EditBox.ec:980
 msgid "Edit"
 msgstr "Edit"
 
@@ -302,12 +302,12 @@ msgstr "Edit"
 msgid "Entire Computer"
 msgstr "Entire Computer"
 
-#: ./src/gui/GuiApplication.ec:1293
+#: ./src/gui/GuiApplication.ec:1276
 msgid "Error falling back to previous video mode.\n"
 msgstr "Error falling back to previous video mode.\n"
 
-#: ./src/gui/Window.ec:7336
-#: ./src/gui/Window.ec:7384
+#: ./src/gui/Window.ec:7348
+#: ./src/gui/Window.ec:7396
 msgid "Error writing file"
 msgstr "Error writing file"
 
@@ -338,7 +338,7 @@ msgstr "File Already Exists"
 msgid "File Name:"
 msgstr "File Name:"
 
-#: ./src/sys/System.ec:116
+#: ./src/sys/System.ec:126
 msgid "File not found"
 msgstr "File not found"
 
@@ -356,11 +356,11 @@ msgstr "Find"
 msgid "Find Next"
 msgstr "Find Next"
 
-#: ./src/gui/controls/EditBox.ec:1048
+#: ./src/gui/controls/EditBox.ec:1074
 msgid "Find Next\tF3"
 msgstr "Find Next\tF3"
 
-#: ./src/gui/controls/EditBox.ec:1035
+#: ./src/gui/controls/EditBox.ec:1061
 msgid "Find Previous\tShift-F3"
 msgstr "Find Previous\tShift-F3"
 
@@ -369,7 +369,7 @@ msgstr "Find Previous\tShift-F3"
 msgid "Find what:"
 msgstr "Find what:"
 
-#: ./src/gui/controls/EditBox.ec:1061
+#: ./src/gui/controls/EditBox.ec:1087
 msgid "Find...\tCtrl+F"
 msgstr "Find...\tCtrl+F"
 
@@ -381,7 +381,7 @@ msgstr "Fri"
 msgid "Friday"
 msgstr "Friday"
 
-#: ./src/gui/controls/EditBox.ec:690
+#: ./src/gui/controls/EditBox.ec:715
 #: ./src/gui/dialogs/GoToDialog.ec:29
 #: ./src/gui/dialogs/GoToDialog.ec:35
 msgid "Go To"
@@ -391,15 +391,15 @@ msgstr "Go To"
 msgid "Go To Line..."
 msgstr "Go To Line..."
 
-#: ./src/gui/controls/EditBox.ec:1122
+#: ./src/gui/controls/EditBox.ec:1148
 msgid "Go To...\tCtrl+G"
 msgstr "Go To...\tCtrl+G"
 
-#: ./src/gui/GuiApplication.ec:101
+#: ./src/sys/System.ec:133
 msgid "Graphics driver not supported by any user interface system"
 msgstr "Graphics driver not supported by any user interface system"
 
-#: ./src/sys/System.ec:114
+#: ./src/sys/System.ec:124
 msgid "Identic string identifier already exists"
 msgstr "Identic string identifier already exists"
 
@@ -416,11 +416,11 @@ msgctxt "Import"
 msgid "Imp"
 msgstr "Imp"
 
-#: ./src/sys/System.ec:113
+#: ./src/sys/System.ec:123
 msgid "Inexistant string identifier specified"
 msgstr "Inexistant string identifier specified"
 
-#: ./src/gui/controls/EditBox.ec:1135
+#: ./src/gui/controls/EditBox.ec:1161
 msgid "Insert Tabs"
 msgstr "Insert Tabs"
 
@@ -448,16 +448,16 @@ msgstr "Jun"
 msgid "June"
 msgstr "June"
 
-#: ./src/gui/Window.ec:7842
-#: ./src/gui/Window.ec:8226
-#: ./src/gui/Window.ec:8233
-#: ./src/gui/Window.ec:8301
-#: ./src/gui/Window.ec:8642
-#: ./src/gui/Window.ec:8678
-#: ./src/gui/Window.ec:8715
-#: ./src/gui/Window.ec:8748
-#: ./src/gui/Window.ec:8815
-#: ./src/gui/Window.ec:9345
+#: ./src/gui/Window.ec:7854
+#: ./src/gui/Window.ec:8239
+#: ./src/gui/Window.ec:8246
+#: ./src/gui/Window.ec:8314
+#: ./src/gui/Window.ec:8655
+#: ./src/gui/Window.ec:8691
+#: ./src/gui/Window.ec:8728
+#: ./src/gui/Window.ec:8761
+#: ./src/gui/Window.ec:8828
+#: ./src/gui/Window.ec:9358
 msgid "Layout"
 msgstr "Layout"
 
@@ -487,7 +487,7 @@ msgstr "March"
 msgid "Match case"
 msgstr "Match case"
 
-#: ./src/gui/Window.ec:6763
+#: ./src/gui/Window.ec:6766
 msgid "Maximize"
 msgstr "Maximize"
 
@@ -501,7 +501,7 @@ msgctxt "ShortMonthNames"
 msgid "May"
 msgstr "May"
 
-#: ./src/sys/System.ec:112
+#: ./src/sys/System.ec:122
 msgid "Memory allocation failed"
 msgstr "Memory allocation failed"
 
@@ -509,7 +509,7 @@ msgstr "Memory allocation failed"
 msgid "Microsoft Windows Network"
 msgstr "Microsoft Windows Network"
 
-#: ./src/gui/Window.ec:6758
+#: ./src/gui/Window.ec:6761
 msgid "Minimize"
 msgstr "Minimize"
 
@@ -521,7 +521,7 @@ msgstr "Mon"
 msgid "Monday"
 msgstr "Monday"
 
-#: ./src/gui/Window.ec:6748
+#: ./src/gui/Window.ec:6751
 msgid "Move"
 msgstr "Move"
 
@@ -539,8 +539,8 @@ msgstr "New Directory"
 msgid "No"
 msgstr "No"
 
-#: ./src/sys/System.ec:111
-#: ./src/gui/GuiApplication.ec:100
+#: ./src/sys/System.ec:121
+#: ./src/sys/System.ec:132
 msgid "No error"
 msgstr "No error"
 
@@ -578,8 +578,8 @@ msgstr "October"
 msgid "Open"
 msgstr "Open"
 
-#: ./src/gui/controls/EditBox.ec:978
-#: ./src/gui/controls/EditBox.ec:3177
+#: ./src/gui/controls/EditBox.ec:1004
+#: ./src/gui/controls/EditBox.ec:3210
 msgid "Paste\tCtrl+V"
 msgstr "Paste\tCtrl+V"
 
@@ -592,7 +592,7 @@ msgstr "Please enter a name."
 msgid "Private"
 msgstr "Private"
 
-#: ./src/gui/controls/EditBox.ec:1023
+#: ./src/gui/controls/EditBox.ec:1049
 msgid "Redo\tCtrl+Y"
 msgstr "Redo\tCtrl+Y"
 
@@ -617,11 +617,11 @@ msgstr "Replace existing file?"
 msgid "Replace with:"
 msgstr "Replace with:"
 
-#: ./src/gui/controls/EditBox.ec:1088
+#: ./src/gui/controls/EditBox.ec:1114
 msgid "Replace...\tCtrl+R"
 msgstr "Replace...\tCtrl+R"
 
-#: ./src/gui/Window.ec:6743
+#: ./src/gui/Window.ec:6746
 msgid "Restore"
 msgstr "Restore"
 
@@ -643,7 +643,7 @@ msgstr "Sat"
 msgid "Saturday"
 msgstr "Saturday"
 
-#: ./src/gui/Window.ec:7366
+#: ./src/gui/Window.ec:7378
 msgid "Save As"
 msgstr "Save As"
 
@@ -651,16 +651,16 @@ msgstr "Save As"
 msgid "Save As..."
 msgstr "Save As..."
 
-#: ./src/gui/Window.ec:7336
-#: ./src/gui/Window.ec:7384
+#: ./src/gui/Window.ec:7348
+#: ./src/gui/Window.ec:7396
 msgid "Save as a different file?"
 msgstr "Save as a different file?"
 
-#: ./src/gui/Window.ec:7249
+#: ./src/gui/Window.ec:7252
 msgid "Save changes to %s?"
 msgstr "Save changes to %s?"
 
-#: ./src/gui/Window.ec:7251
+#: ./src/gui/Window.ec:7254
 msgid "Save changes to Untitled %d?"
 msgstr "Save changes to Untitled %d?"
 
@@ -685,8 +685,8 @@ msgstr "Search string not found."
 msgid "Select"
 msgstr "Select"
 
-#: ./src/gui/controls/EditBox.ec:1001
-#: ./src/gui/controls/EditBox.ec:3180
+#: ./src/gui/controls/EditBox.ec:1027
+#: ./src/gui/controls/EditBox.ec:3213
 msgid "Select All\tCtrl+A"
 msgstr "Select All\tCtrl+A"
 
@@ -719,7 +719,7 @@ msgstr "Select a file..."
 msgid "Select a folder..."
 msgstr "Select a folder..."
 
-#: ./src/gui/controls/PathBox.ec:367
+#: ./src/gui/controls/PathBox.ec:370
 msgid "Select directory"
 msgstr "Select directory"
 
@@ -735,7 +735,7 @@ msgstr "Sep"
 msgid "September"
 msgstr "September"
 
-#: ./src/sys/System.ec:115
+#: ./src/sys/System.ec:125
 msgid "Shared library loading failed"
 msgstr "Shared library loading failed"
 
@@ -744,11 +744,11 @@ msgid "Shift+"
 msgstr "Shift+"
 
 #: ./src/gui/dialogs/FileDialog.ec:1410
-#: ./src/gui/Window.ec:6753
+#: ./src/gui/Window.ec:6756
 msgid "Size"
 msgstr "Size"
 
-#: ./src/gui/Window.ec:6768
+#: ./src/gui/Window.ec:6771
 msgid "Stay On Top"
 msgstr "Stay On Top"
 
@@ -774,8 +774,6 @@ msgctxt "Tuesday"
 msgid "T"
 msgstr "T"
 
-#: ./src/gui/skins/TVisionSkin.ec:37
-#: ./src/gui/skins/TVisionSkin.ec:43
 #: ./src/gui/skins/WindowsSkin.ec:142
 #: ./src/gui/skins/WindowsSkin.ec:151
 msgid "Tahoma"
@@ -801,7 +799,7 @@ msgstr "Tuesday"
 msgid "Type"
 msgstr "Type"
 
-#: ./src/gui/controls/EditBox.ec:1012
+#: ./src/gui/controls/EditBox.ec:1038
 msgid "Undo\tCtrl+Z"
 msgstr "Undo\tCtrl+Z"
 
@@ -838,26 +836,26 @@ msgstr "Whole File"
 msgid "Whole word only"
 msgstr "Whole word only"
 
-#: ./src/gui/Window.ec:8240
-#: ./src/gui/Window.ec:8261
-#: ./src/gui/Window.ec:8282
-#: ./src/gui/Window.ec:8433
-#: ./src/gui/Window.ec:8440
-#: ./src/gui/Window.ec:8476
-#: ./src/gui/Window.ec:8497
-#: ./src/gui/Window.ec:8550
-#: ./src/gui/Window.ec:9081
-#: ./src/gui/Window.ec:9088
-#: ./src/gui/Window.ec:9113
-#: ./src/gui/Window.ec:9273
+#: ./src/gui/Window.ec:8253
+#: ./src/gui/Window.ec:8274
+#: ./src/gui/Window.ec:8295
+#: ./src/gui/Window.ec:8446
+#: ./src/gui/Window.ec:8453
+#: ./src/gui/Window.ec:8489
+#: ./src/gui/Window.ec:8510
+#: ./src/gui/Window.ec:8563
+#: ./src/gui/Window.ec:9094
+#: ./src/gui/Window.ec:9101
+#: ./src/gui/Window.ec:9126
+#: ./src/gui/Window.ec:9286
 msgid "Window Style"
 msgstr "Window Style"
 
-#: ./src/gui/GuiApplication.ec:102
+#: ./src/sys/System.ec:134
 msgid "Window creation failed"
 msgstr "Window creation failed"
 
-#: ./src/gui/GuiApplication.ec:103
+#: ./src/sys/System.ec:135
 msgid "Window graphics loading failed"
 msgstr "Window graphics loading failed"
 
@@ -870,29 +868,29 @@ msgstr "Windows"
 msgid "Yes"
 msgstr "Yes"
 
-#: ./src/sys/System.ec:365
+#: ./src/sys/System.ec:388
 msgid "\n\nWould you like to view the error log?"
 msgstr "\n\nWould you like to view the error log?"
 
 #: ./src/sys/Date.ec:121
-#: ./src/sys/Time.ec:790
+#: ./src/sys/Time.ec:786
 msgid "now"
 msgstr "now"
 
 #: ./src/sys/Date.ec:120
-#: ./src/sys/Time.ec:789
+#: ./src/sys/Time.ec:785
 msgid "today"
 msgstr "today"
 
 #: ./src/sys/Date.ec:122
 #: ./src/sys/Date.ec:126
-#: ./src/sys/Time.ec:792
+#: ./src/sys/Time.ec:788
 msgid "tomorrow"
 msgstr "tomorrow"
 
 #: ./src/sys/Date.ec:123
 #: ./src/sys/Date.ec:131
-#: ./src/sys/Time.ec:799
+#: ./src/sys/Time.ec:795
 msgid "yesterday"
 msgstr "yesterday"
 
index e8edda9..7fd3fb5 100644 (file)
@@ -22,11 +22,11 @@ msgstr "COMMIT FAILED!"
 msgid "EDASQLite: Can't open database (%s): %s\n"
 msgstr "EDASQLite: Can't open database (%s): %s\n"
 
-#: ./EDASQLite.ec:894
+#: ./EDASQLite.ec:895
 msgid "WARNING: ALTER TABLE DOESN'T WORK WITH PRIMARY KEY FOR "
 msgstr "WARNING: ALTER TABLE DOESN'T WORK WITH PRIMARY KEY FOR "
 
-#: ./EDASQLite.ec:855
+#: ./EDASQLite.ec:856
 msgid "WARNING: Table not yet created for class "
 msgstr "WARNING: Table not yet created for class "
 
index d90c76a..100abcc 100644 (file)
@@ -102,19 +102,19 @@ msgstr "Error: Project configuration (%s) was not found.\n"
 msgid "Error: Unable to open project file (%s) due to unknown error.\n"
 msgstr "Error: Unable to open project file (%s) due to unknown error.\n"
 
-#: ./../ide/src/IDESettings.ec:736
+#: ./../ide/src/IDESettings.ec:744
 msgid "GNU Compiler Collection (GCC) / GNU Make"
 msgstr "GNU Compiler Collection (GCC) / GNU Make"
 
-#: ./../ide/src/IDESettings.ec:739
+#: ./../ide/src/IDESettings.ec:747
 msgid "Microsoft Visual Studio 2005 (8.0) Compiler"
 msgstr "Microsoft Visual Studio 2005 (8.0) Compiler"
 
-#: ./../ide/src/IDESettings.ec:740
+#: ./../ide/src/IDESettings.ec:748
 msgid "Microsoft Visual Studio 2008 (9.0) Compiler"
 msgstr "Microsoft Visual Studio 2008 (9.0) Compiler"
 
-#: ./../ide/src/IDESettings.ec:742
+#: ./../ide/src/IDESettings.ec:750
 msgid "Microsoft Visual Studio 2010 (10.0) Compiler"
 msgstr "Microsoft Visual Studio 2010 (10.0) Compiler"
 
@@ -126,7 +126,7 @@ msgstr "No compilation required for header file "
 msgid "Notice: Project configuration (%s) will be used.\n"
 msgstr "Notice: Project configuration (%s) will be used.\n"
 
-#: ./../ide/src/IDESettings.ec:738
+#: ./../ide/src/IDESettings.ec:746
 msgid "Portable C Compiler / GNU Make"
 msgstr "Portable C Compiler / GNU Make"
 
@@ -134,7 +134,7 @@ msgstr "Portable C Compiler / GNU Make"
 msgid "Syntax:\n"
 msgstr "Syntax:\n"
 
-#: ./../ide/src/IDESettings.ec:737
+#: ./../ide/src/IDESettings.ec:745
 msgid "Tiny C Compiler / GNU Make"
 msgstr "Tiny C Compiler / GNU Make"
 
index 05d15c3..ba9ecef 100644 (file)
@@ -10,7 +10,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Basepath: ../\n"
 
-#: ./src/project/Project.ec:1557
+#: ./src/project/Project.ec:1559
 msgid "   %s: No such file or directory\n"
 msgstr "   %s: No such file or directory\n"
 
@@ -31,8 +31,8 @@ msgstr " Properties"
 msgid " and its sub directories"
 msgstr " and its sub directories"
 
-#: ./src/project/Project.ec:2240
-#: ./src/project/Project.ec:2247
+#: ./src/project/Project.ec:2242
+#: ./src/project/Project.ec:2249
 msgid " and object files"
 msgstr " and object files"
 
@@ -53,7 +53,7 @@ msgstr " configuration?"
 msgid " containing \"%s\""
 msgstr " containing \"%s\""
 
-#: ./src/designer/CodeEditor.ec:1415
+#: ./src/designer/CodeEditor.ec:1444
 msgid " file is not part of any project.\n"
 msgstr " file is not part of any project.\n"
 
@@ -65,7 +65,7 @@ msgstr " instead\n"
 msgid " to compile instead of "
 msgstr " to compile instead of "
 
-#: ./src/project/ProjectView.ec:2210
+#: ./src/project/ProjectView.ec:2221
 msgid " was "
 msgstr " was "
 
@@ -77,7 +77,7 @@ msgstr " with exit code %s"
 msgid " with file name matching \"%s\""
 msgstr " with file name matching \"%s\""
 
-#: ./src/ide.ec:2986
+#: ./src/ide.ec:2993
 msgid "%s %s is excluded from current build configuration.\n"
 msgstr "%s %s is excluded from current build configuration.\n"
 
@@ -89,19 +89,19 @@ msgstr "%s - %s%smakefile for %s config...\n"
 msgid "%s Compiler\n"
 msgstr "%s Compiler\n"
 
-#: ./src/debugger/Debugger.ec:3474
+#: ./src/debugger/Debugger.ec:3525
 msgid "%s Constructor, %s:%d\n"
 msgstr "%s Constructor, %s:%d\n"
 
-#: ./src/debugger/Debugger.ec:3476
+#: ./src/debugger/Debugger.ec:3527
 msgid "%s Destructor, %s:%d\n"
 msgstr "%s Destructor, %s:%d\n"
 
-#: ./src/debugger/Debugger.ec:3478
+#: ./src/debugger/Debugger.ec:3529
 msgid "%s Function, %s:%d\n"
 msgstr "%s Function, %s:%d\n"
 
-#: ./src/debugger/Debugger.ec:3470
+#: ./src/debugger/Debugger.ec:3521
 msgid "%s Method, %s:%d\n"
 msgstr "%s Method, %s:%d\n"
 
@@ -109,7 +109,7 @@ msgstr "%s Method, %s:%d\n"
 msgid "%s Project"
 msgstr "%s Project"
 
-#: ./src/debugger/Debugger.ec:3472
+#: ./src/debugger/Debugger.ec:3523
 msgid "%s Property, %s:%d\n"
 msgstr "%s Property, %s:%d\n"
 
@@ -129,19 +129,19 @@ msgstr "%s search did not find any match in the %d files searched\n"
 msgid "%s search found a total of %d match%s in the %d file%s searched\n"
 msgstr "%s search found a total of %d match%s in the %d file%s searched\n"
 
-#: ./src/project/ProjectView.ec:1154
+#: ./src/project/ProjectView.ec:1156
 msgid "%s specific file(s) in project %s using the %s configuration...\n"
 msgstr "%s specific file(s) in project %s using the %s configuration...\n"
 
-#: ./src/project/ProjectView.ec:1157
+#: ./src/project/ProjectView.ec:1159
 msgid "%s specific file(s) in project %s...\n"
 msgstr "%s specific file(s) in project %s...\n"
 
-#: ./src/project/Project.ec:2245
+#: ./src/project/Project.ec:2247
 msgid "%s%s deleted\n"
 msgstr "%s%s deleted\n"
 
-#: ./src/ide.ec:1838
+#: ./src/ide.ec:1845
 msgid "(Mixed)"
 msgstr "(Mixed)"
 
@@ -153,20 +153,20 @@ msgstr "(Right click or press Ctrl-Del to revert an option to inherited value)"
 msgid "(unnamed)"
 msgstr "(unnamed)"
 
-#: ./src/debugger/Debugger.ec:4168
+#: ./src/debugger/Debugger.ec:4244
 msgid "...breaked on Valgrind error (F5 to resume)\n"
 msgstr "...breaked on Valgrind error (F5 to resume)\n"
 
-#: ./src/ide.ec:106
+#: ./src/ide.ec:115
 msgid "3D Studio Model"
 msgstr "3D Studio Model"
 
 #: ./src/project/ProjectView.ec:53
-#: ./src/ide.ec:97
+#: ./src/ide.ec:106
 msgid "3D Studio Model Files (*.3ds)"
 msgstr "3D Studio Model Files (*.3ds)"
 
-#: ./src/ide.ec:1462
+#: ./src/ide.ec:1470
 msgid "API Reference"
 msgstr "API Reference"
 
@@ -181,7 +181,7 @@ msgstr "Aborted"
 msgid "About the Ecere SDK"
 msgstr "About the Ecere SDK"
 
-#: ./src/ide.ec:1539
+#: ./src/ide.ec:1547
 msgid "About..."
 msgstr "About..."
 
@@ -189,15 +189,15 @@ msgstr "About..."
 msgid "Absolute Path"
 msgstr "Absolute Path"
 
-#: ./src/ide.ec:316
+#: ./src/ide.ec:325
 msgid "Active Bit Length"
 msgstr "Active Bit Length"
 
-#: ./src/ide.ec:294
+#: ./src/ide.ec:303
 msgid "Active Compiler"
 msgstr "Active Compiler"
 
-#: ./src/ide.ec:281
+#: ./src/ide.ec:290
 msgid "Active Configuration(s)"
 msgstr "Active Configuration(s)"
 
@@ -205,7 +205,7 @@ msgstr "Active Configuration(s)"
 msgid "Add Files to Folder..."
 msgstr "Add Files to Folder..."
 
-#: ./src/project/ProjectView.ec:2155
+#: ./src/project/ProjectView.ec:2166
 msgid "Add Files to Project"
 msgstr "Add Files to Project"
 
@@ -222,7 +222,7 @@ msgstr "Add New Form..."
 msgid "Add Resources to Folder..."
 msgstr "Add Resources to Folder..."
 
-#: ./src/project/ProjectView.ec:2155
+#: ./src/project/ProjectView.ec:2166
 msgid "Add Resources to Project"
 msgstr "Add Resources to Project"
 
@@ -230,15 +230,15 @@ msgstr "Add Resources to Project"
 msgid "Add Resources to Project..."
 msgstr "Add Resources to Project..."
 
-#: ./src/ide.ec:867
+#: ./src/ide.ec:875
 msgid "Add a different project?"
 msgstr "Add a different project?"
 
-#: ./src/ide.ec:227
+#: ./src/ide.ec:236
 msgid "Add project to workspace"
 msgstr "Add project to workspace"
 
-#: ./src/ide.ec:851
+#: ./src/ide.ec:859
 msgid "Add project to workspace..."
 msgstr "Add project to workspace..."
 
@@ -254,15 +254,15 @@ msgstr "Additional Libraries"
 msgid "Additional Library Directories"
 msgstr "Additional Library Directories"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:1026
+#: ./src/dialogs/GlobalSettingsDialog.ec:1037
 msgid "Additional compiler flags"
 msgstr "Additional compiler flags"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:1007
+#: ./src/dialogs/GlobalSettingsDialog.ec:1018
 msgid "Additional eC compiler flags"
 msgstr "Additional eC compiler flags"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:1045
+#: ./src/dialogs/GlobalSettingsDialog.ec:1056
 msgid "Additional linker flags"
 msgstr "Additional linker flags"
 
@@ -270,7 +270,7 @@ msgstr "Additional linker flags"
 msgid "All"
 msgstr "All"
 
-#: ./src/ide.ec:1391
+#: ./src/ide.ec:1399
 msgid "All Debug Views"
 msgstr "All Debug Views"
 
@@ -279,16 +279,16 @@ msgstr "All Debug Views"
 #: ./src/project/ProjectView.ec:55
 #: ./src/designer/CodeEditor.ec:85
 #: ./src/documents/PictureEdit.ec:22
-#: ./src/ide.ec:98
-#: ./src/ide.ec:126
+#: ./src/ide.ec:107
+#: ./src/ide.ec:135
 msgid "All files"
 msgstr "All files"
 
-#: ./src/project/ProjectView.ec:2447
+#: ./src/project/ProjectView.ec:2458
 msgid "Are you sure you want to remove the \"%s\" project\nfrom this workspace?"
 msgstr "Are you sure you want to remove the \"%s\" project\nfrom this workspace?"
 
-#: ./src/project/ProjectView.ec:2424
+#: ./src/project/ProjectView.ec:2435
 msgid "Are you sure you want to remove the folder \"%s\"\nand all of its contents from the project?"
 msgstr "Are you sure you want to remove the folder \"%s\"\nand all of its contents from the project?"
 
@@ -305,7 +305,7 @@ msgstr "Are you sure you wish to discard changes made to the build options?"
 msgid "Are you sure you wish to discard changes?"
 msgstr "Are you sure you wish to discard changes?"
 
-#: ./src/ide.ec:1456
+#: ./src/ide.ec:1464
 msgid "Arrange Icons"
 msgstr "Arrange Icons"
 
@@ -313,12 +313,12 @@ msgstr "Arrange Icons"
 msgid "Attach"
 msgstr "Attach"
 
-#: ./src/designer/CodeEditor.ec:5242
-#: ./src/designer/CodeEditor.ec:5283
+#: ./src/designer/CodeEditor.ec:5352
+#: ./src/designer/CodeEditor.ec:5393
 msgid "Attach %s"
 msgstr "Attach %s"
 
-#: ./src/project/ProjectView.ec:1583
+#: ./src/project/ProjectView.ec:1586
 msgid "Attempting to debug non-debug configuration\nProceed anyways?"
 msgstr "Attempting to debug non-debug configuration\nProceed anyways?"
 
@@ -327,17 +327,17 @@ msgid "BMP Image"
 msgstr "BMP Image"
 
 #: ./src/documents/PictureEdit.ec:27
-#: ./src/ide.ec:103
+#: ./src/ide.ec:112
 msgid "Based on extension"
 msgstr "Based on extension"
 
-#: ./src/ide.ec:261
-#: ./src/ide.ec:1065
+#: ./src/ide.ec:270
+#: ./src/ide.ec:1073
 msgid "Break"
 msgstr "Break"
 
 #: ./src/panels/BreakpointsView.ec:9
-#: ./src/ide.ec:1373
+#: ./src/ide.ec:1381
 msgid "Breakpoints"
 msgstr "Breakpoints"
 
@@ -352,19 +352,19 @@ msgstr "Breaks"
 msgid "Browse Folder"
 msgstr "Browse Folder"
 
-#: ./src/ide.ec:904
+#: ./src/ide.ec:912
 msgid "Browse Project Folder"
 msgstr "Browse Project Folder"
 
 #: ./src/project/ProjectView.ec:232
-#: ./src/ide.ec:926
-#: ./src/ide.ec:1993
-#: ./src/ide.ec:2027
+#: ./src/ide.ec:934
+#: ./src/ide.ec:2000
+#: ./src/ide.ec:2034
 #: ./src/ProjectSettings.ec:1269
 msgid "Build"
 msgstr "Build"
 
-#: ./src/ide.ec:235
+#: ./src/ide.ec:244
 msgid "Build project"
 msgstr "Build project"
 
@@ -372,7 +372,7 @@ msgstr "Build project"
 msgid "Builder"
 msgstr "Builder"
 
-#: ./src/project/Project.ec:1662
+#: ./src/project/Project.ec:1664
 msgid "Building library...\n"
 msgstr "Building library...\n"
 
@@ -384,36 +384,36 @@ msgstr "Building project %s using the %s configuration...\n"
 msgid "By using it you agree to the terms and conditions of their individual licenses."
 msgstr "By using it you agree to the terms and conditions of their individual licenses."
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:723
+#: ./src/dialogs/GlobalSettingsDialog.ec:734
 msgid "C Compiler"
 msgstr "C Compiler"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:717
+#: ./src/dialogs/GlobalSettingsDialog.ec:728
 msgid "C Preprocessor"
 msgstr "C Preprocessor"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:729
+#: ./src/dialogs/GlobalSettingsDialog.ec:740
 msgid "C++ Compiler"
 msgstr "C++ Compiler"
 
 #: ./src/designer/CodeEditor.ec:81
-#: ./src/ide.ec:91
-#: ./src/ide.ec:122
+#: ./src/ide.ec:100
+#: ./src/ide.ec:131
 msgid "C/C++/eC Files (*.ec, *.eh, *.c, *.cpp, *.cc, *.cxx, *.h, *.hpp, *.hh, *.hxx)"
 msgstr "C/C++/eC Files (*.ec, *.eh, *.c, *.cpp, *.cc, *.cxx, *.h, *.hpp, *.hh, *.hxx)"
 
 #: ./src/designer/CodeEditor.ec:83
-#: ./src/ide.ec:93
-#: ./src/ide.ec:124
+#: ./src/ide.ec:102
+#: ./src/ide.ec:133
 msgid "C/C++/eC Source Files (*.ec, *.c, *.cpp, *.cc, *.cxx)"
 msgstr "C/C++/eC Source Files (*.ec, *.c, *.cpp, *.cc, *.cxx)"
 
-#: ./src/ide.ec:2945
+#: ./src/ide.ec:2952
 msgid "CAPS"
 msgstr "CAPS"
 
 #: ./src/panels/CallStackView.ec:13
-#: ./src/ide.ec:1382
+#: ./src/ide.ec:1390
 msgid "Call Stack"
 msgstr "Call Stack"
 
@@ -422,36 +422,36 @@ msgstr "Call Stack"
 #: ./src/dialogs/GlobalSettingsDialog.ec:55
 #: ./src/dialogs/NewProjectDialog.ec:227
 #: ./src/dialogs/NewProjectDialog.ec:581
-#: ./src/designer/CodeEditor.ec:5314
+#: ./src/designer/CodeEditor.ec:5424
 #: ./src/ProjectSettings.ec:185
 msgid "Cancel"
 msgstr "Cancel"
 
-#: ./src/ide.ec:1453
+#: ./src/ide.ec:1461
 msgid "Cascade"
 msgstr "Cascade"
 
 #: ./src/project/ProjectView.ec:236
 #: ./src/project/ProjectView.ec:288
 #: ./src/project/ProjectView.ec:331
-#: ./src/ide.ec:978
+#: ./src/ide.ec:986
 msgid "Clean"
 msgstr "Clean"
 
 #: ./src/project/ProjectView.ec:235
-#: ./src/ide.ec:964
+#: ./src/ide.ec:972
 msgid "Clean Target"
 msgstr "Clean Target"
 
-#: ./src/ide.ec:241
+#: ./src/ide.ec:250
 msgid "Clean project"
 msgstr "Clean project"
 
-#: ./src/project/ProjectView.ec:1015
+#: ./src/project/ProjectView.ec:1017
 msgid "Cleaning project %s target using the %s configuration...\n"
 msgstr "Cleaning project %s target using the %s configuration...\n"
 
-#: ./src/project/ProjectView.ec:1021
+#: ./src/project/ProjectView.ec:1023
 msgid "Cleaning project %s using the %s configuration...\n"
 msgstr "Cleaning project %s using the %s configuration...\n"
 
@@ -459,26 +459,30 @@ msgstr "Cleaning project %s using the %s configuration...\n"
 msgid "Clear"
 msgstr "Clear"
 
-#: ./src/documents/PictureEdit.ec:288
-#: ./src/ide.ec:669
-#: ./src/ide.ec:880
+#: ./src/designer/CodeEditor.ec:1966
+msgid "Clear trailing spaces"
+msgstr "Clear trailing spaces"
+
+#: ./src/documents/PictureEdit.ec:308
+#: ./src/ide.ec:677
+#: ./src/ide.ec:888
 msgid "Close"
 msgstr "Close"
 
-#: ./src/ide.ec:1448
+#: ./src/ide.ec:1456
 msgid "Close All"
 msgstr "Close All"
 
-#: ./src/ide.ec:3015
+#: ./src/ide.ec:3022
 msgid "Close IDE"
 msgstr "Close IDE"
 
-#: ./src/ide.ec:1417
+#: ./src/ide.ec:1425
 msgid "Color Picker..."
 msgstr "Color Picker..."
 
-#: ./src/documents/PictureEdit.ec:94
-#: ./src/documents/PictureEdit.ec:282
+#: ./src/documents/PictureEdit.ec:100
+#: ./src/documents/PictureEdit.ec:302
 msgid "Color Table"
 msgstr "Color Table"
 
@@ -486,7 +490,7 @@ msgstr "Color Table"
 msgid "Command History"
 msgstr "Command History"
 
-#: ./src/dialogs/WorkspaceSettings.ec:22
+#: ./src/dialogs/WorkspaceSettings.ec:35
 msgid "Command Line Arguments"
 msgstr "Command Line Arguments"
 
@@ -499,7 +503,7 @@ msgstr "Command:"
 msgid "Common"
 msgstr "Common"
 
-#: ./src/ide.ec:1529
+#: ./src/ide.ec:1537
 msgid "Community Forums"
 msgstr "Community Forums"
 
@@ -508,7 +512,7 @@ msgstr "Community Forums"
 msgid "Compile"
 msgstr "Compile"
 
-#: ./src/ide.ec:2971
+#: ./src/ide.ec:2978
 msgid "Compile %s"
 msgstr "Compile %s"
 
@@ -538,8 +542,8 @@ msgstr "Compilers"
 msgid "Compilers Detection"
 msgstr "Compilers Detection"
 
-#: ./src/project/ProjectView.ec:1155
-#: ./src/project/ProjectView.ec:1158
+#: ./src/project/ProjectView.ec:1157
+#: ./src/project/ProjectView.ec:1160
 msgid "Compiling"
 msgstr "Compiling"
 
@@ -547,7 +551,7 @@ msgstr "Compiling"
 msgid "Compiling source file "
 msgstr "Compiling source file "
 
-#: ./src/project/Project.ec:1610
+#: ./src/project/Project.ec:1612
 msgid "Compiling...\n"
 msgstr "Compiling...\n"
 
@@ -580,11 +584,11 @@ msgstr "Console Application"
 msgid "Copy"
 msgstr "Copy"
 
-#: ./src/project/ProjectView.ec:2191
+#: ./src/project/ProjectView.ec:2202
 msgid "Couldn't create file."
 msgstr "Couldn't create file."
 
-#: ./src/debugger/Debugger.ec:2970
+#: ./src/debugger/Debugger.ec:3021
 msgid "Couldn't read memory"
 msgstr "Couldn't read memory"
 
@@ -601,8 +605,8 @@ msgstr "Create Form"
 msgid "Create directory?"
 msgstr "Create directory?"
 
-#: ./src/designer/CodeEditor.ec:1933
-#: ./src/ide.ec:1029
+#: ./src/designer/CodeEditor.ec:1987
+#: ./src/ide.ec:1037
 msgid "Debug"
 msgstr "Debug"
 
@@ -624,8 +628,8 @@ msgstr "Debug Precompile"
 msgid "Debug Working Directory"
 msgstr "Debug Working Directory"
 
-#: ./src/project/ProjectView.ec:1155
-#: ./src/project/ProjectView.ec:1158
+#: ./src/project/ProjectView.ec:1157
+#: ./src/project/ProjectView.ec:1160
 msgid "Debug compiling"
 msgstr "Debug compiling"
 
@@ -633,61 +637,61 @@ msgstr "Debug compiling"
 msgid "Debuggable"
 msgstr "Debuggable"
 
-#: ./src/debugger/Debugger.ec:3874
+#: ./src/debugger/Debugger.ec:3927
 msgid "Debugger Error: No target process ID\n"
 msgstr "Debugger Error: No target process ID\n"
 
-#: ./src/debugger/Debugger.ec:2433
+#: ./src/debugger/Debugger.ec:2484
 msgid "Debugger Fatal Error: Command %s for GDB is not available.\n"
 msgstr "Debugger Fatal Error: Command %s for GDB is not available.\n"
 
-#: ./src/debugger/Debugger.ec:2380
+#: ./src/debugger/Debugger.ec:2431
 msgid "Debugger Fatal Error: Command %s for Valgrind is not available.\n"
 msgstr "Debugger Fatal Error: Command %s for Valgrind is not available.\n"
 
-#: ./src/debugger/Debugger.ec:2456
+#: ./src/debugger/Debugger.ec:2507
 msgid "Debugger Fatal Error: Couldn't get GDB process ID\n"
 msgstr "Debugger Fatal Error: Couldn't get GDB process ID\n"
 
-#: ./src/debugger/Debugger.ec:2406
+#: ./src/debugger/Debugger.ec:2457
 msgid "Debugger Fatal Error: Couldn't get Valgrind process ID\n"
 msgstr "Debugger Fatal Error: Couldn't get Valgrind process ID\n"
 
-#: ./src/debugger/Debugger.ec:2375
+#: ./src/debugger/Debugger.ec:2426
 msgid "Debugger Fatal Error: Couldn't open temporary log file for Valgrind output\n"
 msgstr "Debugger Fatal Error: Couldn't open temporary log file for Valgrind output\n"
 
-#: ./src/debugger/Debugger.ec:2443
+#: ./src/debugger/Debugger.ec:2494
 msgid "Debugger Fatal Error: Couldn't start GDB\n"
 msgstr "Debugger Fatal Error: Couldn't start GDB\n"
 
-#: ./src/debugger/Debugger.ec:2393
+#: ./src/debugger/Debugger.ec:2444
 msgid "Debugger Fatal Error: Couldn't start Valgrind\n"
 msgstr "Debugger Fatal Error: Couldn't start Valgrind\n"
 
-#: ./src/debugger/Debugger.ec:3287
+#: ./src/debugger/Debugger.ec:3338
 msgid "Debugger Fatal Error: GDB lost\n"
 msgstr "Debugger Fatal Error: GDB lost\n"
 
-#: ./src/debugger/Debugger.ec:2886
+#: ./src/debugger/Debugger.ec:2937
 msgid "Debugger required for symbol evaluation in \"%s\""
 msgstr "Debugger required for symbol evaluation in \"%s\""
 
-#: ./src/project/ProjectView.ec:1581
+#: ./src/project/ProjectView.ec:1584
 msgid "Debugging compressed applications is not supported\n"
 msgstr "Debugging compressed applications is not supported\n"
 
-#: ./src/debugger/Debugger.ec:2592
-#: ./src/debugger/Debugger.ec:3288
-#: ./src/debugger/Debugger.ec:3891
+#: ./src/debugger/Debugger.ec:2643
+#: ./src/debugger/Debugger.ec:3339
+#: ./src/debugger/Debugger.ec:3944
 msgid "Debugging stopped\n"
 msgstr "Debugging stopped\n"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:1201
+#: ./src/dialogs/GlobalSettingsDialog.ec:1212
 msgid "Default Compiler"
 msgstr "Default Compiler"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:1165
+#: ./src/dialogs/GlobalSettingsDialog.ec:1176
 msgid "Default Intermediate Objects Directory"
 msgstr "Default Intermediate Objects Directory"
 
@@ -695,7 +699,7 @@ msgstr "Default Intermediate Objects Directory"
 msgid "Default Name Space"
 msgstr "Default Name Space"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:1151
+#: ./src/dialogs/GlobalSettingsDialog.ec:1162
 msgid "Default Target Directory"
 msgstr "Default Target Directory"
 
@@ -713,19 +717,19 @@ msgstr "Delete "
 msgid "Delete %s"
 msgstr "Delete %s"
 
-#: ./src/project/ProjectView.ec:2425
+#: ./src/project/ProjectView.ec:2436
 msgid "Delete Folder"
 msgstr "Delete Folder"
 
-#: ./src/project/Project.ec:2238
+#: ./src/project/Project.ec:2240
 msgid "Deleting %s%s..."
 msgstr "Deleting %s%s..."
 
-#: ./src/project/ProjectView.ec:1213
+#: ./src/project/ProjectView.ec:1215
 msgid "Deleting intermediate objects for %s %s in project %s using the %s configuration...\n"
 msgstr "Deleting intermediate objects for %s %s in project %s using the %s configuration...\n"
 
-#: ./src/project/ProjectView.ec:1216
+#: ./src/project/ProjectView.ec:1218
 msgid "Deleting intermediate objects for %s %s in project %s...\n"
 msgstr "Deleting intermediate objects for %s %s in project %s...\n"
 
@@ -733,7 +737,7 @@ msgstr "Deleting intermediate objects for %s %s in project %s...\n"
 msgid "Deprecated"
 msgstr "Deprecated"
 
-#: ./src/debugger/Debugger.ec:2880
+#: ./src/debugger/Debugger.ec:2931
 msgid "Dereference failure for \"%s\""
 msgstr "Dereference failure for \"%s\""
 
@@ -770,24 +774,24 @@ msgstr "Directory doesn't exist"
 msgid "Do you want to quickly create a temporary project?"
 msgstr "Do you want to quickly create a temporary project?"
 
-#: ./src/ide.ec:2159
+#: ./src/ide.ec:2166
 msgid "Do you want to terminate the debugging session in progress?"
 msgstr "Do you want to terminate the debugging session in progress?"
 
-#: ./src/designer/CodeEditor.ec:2227
-#: ./src/ide.ec:1764
+#: ./src/designer/CodeEditor.ec:2292
+#: ./src/ide.ec:1771
 msgid "Document has been modified"
 msgstr "Document has been modified"
 
-#: ./src/ide.ec:1501
+#: ./src/ide.ec:1509
 msgid "Documentation Folder"
 msgstr "Documentation Folder"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:711
+#: ./src/dialogs/GlobalSettingsDialog.ec:722
 msgid "Ecere Archiver"
 msgstr "Ecere Archiver"
 
-#: ./src/ide.ec:3866
+#: ./src/ide.ec:3926
 msgid "Ecere IDE"
 msgstr "Ecere IDE"
 
@@ -799,15 +803,16 @@ msgstr "Ecere IDE Project"
 msgid "Ecere IDE Workspace"
 msgstr "Ecere IDE Workspace"
 
-#: ./src/ide.ec:1491
+#: ./src/ide.ec:1499
 msgid "Ecere Tao of Programming [work in progress]"
 msgstr "Ecere Tao of Programming [work in progress]"
 
+#: ./src/designer/CodeEditor.ec:1962
 #: ./src/designer/Sheet.ec:449
 #: ./src/panels/CallStackView.ec:71
 #: ./src/panels/OutputView.ec:213
 #: ./src/panels/ThreadsView.ec:95
-#: ./src/ide.ec:788
+#: ./src/ide.ec:796
 msgid "Edit"
 msgstr "Edit"
 
@@ -815,16 +820,16 @@ msgstr "Edit"
 msgid "Editor"
 msgstr "Editor"
 
-#: ./src/debugger/Debugger.ec:2966
+#: ./src/debugger/Debugger.ec:3017
 msgid "Empty string"
 msgstr "Empty string"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:828
+#: ./src/dialogs/GlobalSettingsDialog.ec:839
 msgid "Environment"
 msgstr "Environment"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:834
-#: ./src/dialogs/WorkspaceSettings.ec:29
+#: ./src/dialogs/GlobalSettingsDialog.ec:845
+#: ./src/dialogs/WorkspaceSettings.ec:42
 msgid "Environment Variables"
 msgstr "Environment Variables"
 
@@ -832,7 +837,7 @@ msgstr "Environment Variables"
 msgid "Error creating directory"
 msgstr "Error creating directory"
 
-#: ./src/project/Project.ec:2173
+#: ./src/project/Project.ec:2175
 msgid "Error executing make (%s) command\n"
 msgstr "Error executing make (%s) command\n"
 
@@ -844,15 +849,15 @@ msgstr "Error generating compiler configuration (Is the project/config directory
 msgid "Error generating makefile (Is the project directory writable?)\n"
 msgstr "Error generating makefile (Is the project directory writable?)\n"
 
-#: ./src/ide.ec:654
+#: ./src/ide.ec:662
 msgid "Error opening file"
 msgstr "Error opening file"
 
-#: ./src/ide.ec:2337
+#: ./src/ide.ec:2344
 msgid "Error opening project"
 msgstr "Error opening project"
 
-#: ./src/ide.ec:866
+#: ./src/ide.ec:874
 msgid "Error opening project file"
 msgstr "Error opening project file"
 
@@ -861,7 +866,7 @@ msgstr "Error opening project file"
 msgid "Error writing project file"
 msgstr "Error writing project file"
 
-#: ./src/debugger/Debugger.ec:2847
+#: ./src/debugger/Debugger.ec:2898
 msgid "Error: Struct member not found for \"%s\""
 msgstr "Error: Struct member not found for \"%s\""
 
@@ -869,7 +874,7 @@ msgstr "Error: Struct member not found for \"%s\""
 msgid "Error: aborting search!\n"
 msgstr "Error: aborting search!\n"
 
-#: ./src/debugger/Debugger.ec:3079
+#: ./src/debugger/Debugger.ec:3130
 msgid "Evaluation failed for \"%s\" of type \"%s\""
 msgstr "Evaluation failed for \"%s\" of type \"%s\""
 
@@ -887,11 +892,11 @@ msgstr "Executable"
 msgid "Executable Files"
 msgstr "Executable Files"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:753
+#: ./src/dialogs/GlobalSettingsDialog.ec:764
 msgid "Executable Launcher"
 msgstr "Executable Launcher"
 
-#: ./src/ide.ec:728
+#: ./src/ide.ec:736
 msgid "Exit"
 msgstr "Exit"
 
@@ -899,7 +904,7 @@ msgstr "Exit"
 msgid "Expression"
 msgstr "Expression"
 
-#: ./src/ide.ec:1519
+#: ./src/ide.ec:1527
 msgid "Extras Folder"
 msgstr "Extras Folder"
 
@@ -907,31 +912,31 @@ msgstr "Extras Folder"
 msgid "Fast Math"
 msgstr "Fast Math"
 
-#: ./src/project/Project.ec:1909
+#: ./src/project/Project.ec:1911
 msgid "Fatal Error: child process terminated unexpectedly\n"
 msgstr "Fatal Error: child process terminated unexpectedly\n"
 
 #: ./src/project/ProjectView.ec:497
-#: ./src/designer/CodeEditor.ec:1929
+#: ./src/designer/CodeEditor.ec:1958
 #: ./src/designer/Designer.ec:150
-#: ./src/documents/PictureEdit.ec:53
-#: ./src/ide.ec:616
-#: ./src/ide.ec:3406
+#: ./src/documents/PictureEdit.ec:54
+#: ./src/ide.ec:624
+#: ./src/ide.ec:3413
 msgid "File"
 msgstr "File"
 
-#: ./src/project/Project.ec:2061
-#: ./src/project/ProjectView.ec:1209
+#: ./src/project/Project.ec:2063
+#: ./src/project/ProjectView.ec:1211
 msgid "File %s is excluded from current build configuration.\n"
 msgstr "File %s is excluded from current build configuration.\n"
 
-#: ./src/ide.ec:2432
-#: ./src/ide.ec:2444
+#: ./src/ide.ec:2439
+#: ./src/ide.ec:2451
 msgid "File doesn't exist."
 msgstr "File doesn't exist."
 
-#: ./src/project/ProjectView.ec:2180
-#: ./src/ide.ec:2492
+#: ./src/project/ProjectView.ec:2191
+#: ./src/ide.ec:2499
 msgid "File doesn't exist. Create?"
 msgstr "File doesn't exist. Create?"
 
@@ -939,7 +944,7 @@ msgstr "File doesn't exist. Create?"
 msgid "File name:"
 msgstr "File name:"
 
-#: ./src/designer/CodeEditor.ec:1417
+#: ./src/designer/CodeEditor.ec:1446
 msgid "File not in project error"
 msgstr "File not in project error"
 
@@ -973,7 +978,7 @@ msgstr "Find"
 msgid "Find In Files"
 msgstr "Find In Files"
 
-#: ./src/ide.ec:689
+#: ./src/ide.ec:697
 msgid "Find In Files..."
 msgstr "Find In Files..."
 
@@ -1010,7 +1015,7 @@ msgstr "For Size (-Os)"
 msgid "For Speed (-O2)"
 msgstr "For Speed (-O2)"
 
-#: ./src/ide.ec:2647
+#: ./src/ide.ec:2654
 msgctxt "Found %d match%s in \"%s\"%s\n\n"
 msgid "Found"
 msgstr "Found"
@@ -1027,15 +1032,15 @@ msgstr "GDB Command"
 msgid "GIF Image"
 msgstr "GIF Image"
 
-#: ./src/IDESettings.ec:736
+#: ./src/IDESettings.ec:744
 msgid "GNU Compiler Collection (GCC) / GNU Make"
 msgstr "GNU Compiler Collection (GCC) / GNU Make"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:735
+#: ./src/dialogs/GlobalSettingsDialog.ec:746
 msgid "GNU Make"
 msgstr "GNU Make"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:741
+#: ./src/dialogs/GlobalSettingsDialog.ec:752
 msgid "GNU Toolchain Prefix"
 msgstr "GNU Toolchain Prefix"
 
@@ -1056,7 +1061,7 @@ msgstr "Generating Visual Studio Project..."
 msgid "Generating Visual Studio Solution..."
 msgstr "Generating Visual Studio Solution..."
 
-#: ./src/project/Project.ec:1615
+#: ./src/project/Project.ec:1617
 msgid "Generating symbols...\n"
 msgstr "Generating symbols...\n"
 
@@ -1064,7 +1069,7 @@ msgstr "Generating symbols...\n"
 msgid "Global Settings"
 msgstr "Global Settings"
 
-#: ./src/ide.ec:710
+#: ./src/ide.ec:718
 msgid "Global Settings..."
 msgstr "Global Settings..."
 
@@ -1073,7 +1078,7 @@ msgstr "Global Settings..."
 msgid "Go to"
 msgstr "Go to"
 
-#: ./src/ide.ec:1440
+#: ./src/ide.ec:1448
 msgid "Graphics Driver"
 msgstr "Graphics Driver"
 
@@ -1082,12 +1087,12 @@ msgid "Header Files for C/C++ (*.eh, *.h, *.hpp, *.hh, *.hxx)"
 msgstr "Header Files for C/C++ (*.eh, *.h, *.hpp, *.hh, *.hxx)"
 
 #: ./src/project/ProjectView.ec:46
-#: ./src/ide.ec:92
-#: ./src/ide.ec:123
+#: ./src/ide.ec:101
+#: ./src/ide.ec:132
 msgid "Header Files for eC/C/C++ (*.eh, *.h, *.hpp, *.hh, *.hxx)"
 msgstr "Header Files for eC/C/C++ (*.eh, *.h, *.hpp, *.hh, *.hxx)"
 
-#: ./src/ide.ec:1459
+#: ./src/ide.ec:1467
 msgid "Help"
 msgstr "Help"
 
@@ -1107,15 +1112,15 @@ msgstr "I don't agree"
 msgid "Ignore Count"
 msgstr "Ignore Count"
 
-#: ./src/documents/PictureEdit.ec:56
-#: ./src/ide.ec:105
-#: ./src/ide.ec:1260
+#: ./src/documents/PictureEdit.ec:57
+#: ./src/ide.ec:114
+#: ./src/ide.ec:1268
 msgid "Image"
 msgstr "Image"
 
 #: ./src/project/ProjectView.ec:52
 #: ./src/documents/PictureEdit.ec:21
-#: ./src/ide.ec:96
+#: ./src/ide.ec:105
 msgid "Image Files (*.jpg, *.jpeg, *.bmp, *.pcx, *.png, *.gif)"
 msgstr "Image Files (*.jpg, *.jpeg, *.bmp, *.pcx, *.png, *.gif)"
 
@@ -1137,11 +1142,11 @@ msgstr "Include Files"
 msgid "Include Subdirectories"
 msgstr "Include Subdirectories"
 
-#: ./src/debugger/Debugger.ec:2889
+#: ./src/debugger/Debugger.ec:2940
 msgid "Incorrect debugger state for symbol evaluation in \"%s\""
 msgstr "Incorrect debugger state for symbol evaluation in \"%s\""
 
-#: ./src/documents/PictureEdit.ec:60
+#: ./src/documents/PictureEdit.ec:61
 msgid "Indexed Color..."
 msgstr "Indexed Color..."
 
@@ -1161,11 +1166,11 @@ msgstr "Install Commands"
 msgid "Intermediate Objects Directory"
 msgstr "Intermediate Objects Directory"
 
-#: ./src/project/Project.ec:2246
+#: ./src/project/Project.ec:2248
 msgid "Intermediate objects directory"
 msgstr "Intermediate objects directory"
 
-#: ./src/debugger/Debugger.ec:2988
+#: ./src/debugger/Debugger.ec:3039
 msgid "Invalid Enum Value"
 msgstr "Invalid Enum Value"
 
@@ -1176,15 +1181,15 @@ msgstr "Invalid Enum Value"
 msgid "Invalid Source Directory"
 msgstr "Invalid Source Directory"
 
-#: ./src/debugger/Debugger.ec:3050
+#: ./src/debugger/Debugger.ec:3101
 msgid "Invalid Unicode Keypoint (0x%08X)"
 msgstr "Invalid Unicode Keypoint (0x%08X)"
 
-#: ./src/debugger/Debugger.ec:3086
+#: ./src/debugger/Debugger.ec:3137
 msgid "Invalid expression: \"%s\""
 msgstr "Invalid expression: \"%s\""
 
-#: ./src/designer/CodeEditor.ec:1416
+#: ./src/designer/CodeEditor.ec:1445
 msgid "It can't be compiled."
 msgstr "It can't be compiled."
 
@@ -1200,7 +1205,7 @@ msgstr "Keep caret visible (move along) when scrolling"
 msgid "Lead Architect and Developer"
 msgstr "Lead Architect and Developer"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:1064
+#: ./src/dialogs/GlobalSettingsDialog.ec:1075
 msgid "Libraries to exclude"
 msgstr "Libraries to exclude"
 
@@ -1220,16 +1225,16 @@ msgstr "License Agreements"
 msgid "Linker"
 msgstr "Linker"
 
-#: ./src/project/Project.ec:1740
+#: ./src/project/Project.ec:1742
 msgid "Linker "
 msgstr "Linker "
 
-#: ./src/project/Project.ec:1731
-#: ./src/project/Project.ec:1745
+#: ./src/project/Project.ec:1733
+#: ./src/project/Project.ec:1747
 msgid "Linker Error: "
 msgstr "Linker Error: "
 
-#: ./src/project/Project.ec:1725
+#: ./src/project/Project.ec:1727
 msgid "Linker Message: "
 msgstr "Linker Message: "
 
@@ -1237,16 +1242,16 @@ msgstr "Linker Message: "
 msgid "Linker Options"
 msgstr "Linker Options"
 
-#: ./src/project/Project.ec:1627
+#: ./src/project/Project.ec:1629
 msgid "Linking...\n"
 msgstr "Linking...\n"
 
-#: ./src/designer/CodeEditor.ec:707
-#: ./src/designer/CodeEditor.ec:744
+#: ./src/designer/CodeEditor.ec:734
+#: ./src/designer/CodeEditor.ec:771
 msgid "Ln %d, Col %d"
 msgstr "Ln %d, Col %d"
 
-#: ./src/debugger/Debugger.ec:4034
+#: ./src/debugger/Debugger.ec:4110
 msgid "Loaded library %s doesn't match the %s target of the %s added project.\n"
 msgstr "Loaded library %s doesn't match the %s target of the %s added project.\n"
 
@@ -1268,11 +1273,11 @@ msgstr "Makefile doesn't exist. "
 msgid "Match case"
 msgstr "Match case"
 
-#: ./src/debugger/Debugger.ec:2867
+#: ./src/debugger/Debugger.ec:2918
 msgid "Member \"%s\" not found in class \"%s\""
 msgstr "Member \"%s\" not found in class \"%s\""
 
-#: ./src/debugger/Debugger.ec:2877
+#: ./src/debugger/Debugger.ec:2928
 msgid "Memory can't be read at %s"
 msgstr "Memory can't be read at %s"
 
@@ -1280,8 +1285,8 @@ msgstr "Memory can't be read at %s"
 msgid "MemoryGuard"
 msgstr "MemoryGuard"
 
-#: ./src/designer/CodeEditor.ec:5243
-#: ./src/designer/CodeEditor.ec:5285
+#: ./src/designer/CodeEditor.ec:5353
+#: ./src/designer/CodeEditor.ec:5395
 msgid "Method is unused. Move method inside instance?"
 msgstr "Method is unused. Move method inside instance?"
 
@@ -1294,30 +1299,30 @@ msgstr "Method still contains code. Are you sure you want to delete it?"
 msgid "Methods"
 msgstr "Methods"
 
-#: ./src/IDESettings.ec:739
+#: ./src/IDESettings.ec:747
 msgid "Microsoft Visual Studio 2005 (8.0) Compiler"
 msgstr "Microsoft Visual Studio 2005 (8.0) Compiler"
 
-#: ./src/IDESettings.ec:740
+#: ./src/IDESettings.ec:748
 msgid "Microsoft Visual Studio 2008 (9.0) Compiler"
 msgstr "Microsoft Visual Studio 2008 (9.0) Compiler"
 
-#: ./src/IDESettings.ec:742
+#: ./src/IDESettings.ec:750
 msgid "Microsoft Visual Studio 2010 (10.0) Compiler"
 msgstr "Microsoft Visual Studio 2010 (10.0) Compiler"
 
 #: ./src/designer/Sheet.ec:800
 #: ./src/designer/Sheet.ec:931
-#: ./src/designer/Sheet.ec:1654
-#: ./src/designer/Sheet.ec:1655
+#: ./src/designer/Sheet.ec:1670
+#: ./src/designer/Sheet.ec:1671
 msgid "Misc"
 msgstr "Misc"
 
-#: ./src/debugger/Debugger.ec:3077
+#: ./src/debugger/Debugger.ec:3128
 msgid "Missing property evaluation support for \"%s\""
 msgstr "Missing property evaluation support for \"%s\""
 
-#: ./src/documents/PictureEdit.ec:57
+#: ./src/documents/PictureEdit.ec:58
 msgid "Mode"
 msgstr "Mode"
 
@@ -1333,7 +1338,7 @@ msgstr "Module Version"
 msgid "Move code editor caret freely past end of line"
 msgstr "Move code editor caret freely past end of line"
 
-#: ./src/ide.ec:2953
+#: ./src/ide.ec:2960
 msgid "NUM"
 msgstr "NUM"
 
@@ -1341,15 +1346,15 @@ msgstr "NUM"
 msgid "Name"
 msgstr "Name"
 
-#: ./src/project/ProjectView.ec:2228
+#: ./src/project/ProjectView.ec:2239
 msgid "Name Conflict"
 msgstr "Name Conflict"
 
-#: ./src/designer/CodeEditor.ec:5310
+#: ./src/designer/CodeEditor.ec:5420
 msgid "Name detached method"
 msgstr "Name detached method"
 
-#: ./src/ide.ec:619
+#: ./src/ide.ec:627
 msgid "New"
 msgstr "New"
 
@@ -1366,23 +1371,23 @@ msgid "New Folder..."
 msgstr "New Folder..."
 
 #: ./src/dialogs/NewProjectDialog.ec:13
-#: ./src/ide.ec:797
+#: ./src/ide.ec:805
 msgid "New Project"
 msgstr "New Project"
 
-#: ./src/ide.ec:200
+#: ./src/ide.ec:209
 msgid "New file"
 msgstr "New file"
 
-#: ./src/ide.ec:223
+#: ./src/ide.ec:232
 msgid "New project"
 msgstr "New project"
 
-#: ./src/ide.ec:793
+#: ./src/ide.ec:801
 msgid "New..."
 msgstr "New..."
 
-#: ./src/ide.ec:1450
+#: ./src/ide.ec:1458
 msgid "Next"
 msgstr "Next"
 
@@ -1394,7 +1399,7 @@ msgstr "No Line Numbers"
 msgid "No compilation required for header file "
 msgstr "No compilation required for header file "
 
-#: ./src/debugger/Debugger.ec:2664
+#: ./src/debugger/Debugger.ec:2715
 msgid "No source file found for selected frame"
 msgstr "No source file found for selected frame"
 
@@ -1411,15 +1416,15 @@ msgstr "Normal"
 msgid "Nothing to be found. Please specify at least one criteria."
 msgstr "Nothing to be found. Please specify at least one criteria."
 
-#: ./src/debugger/Debugger.ec:2931
+#: ./src/debugger/Debugger.ec:2982
 msgid "Null string"
 msgstr "Null string"
 
-#: ./src/debugger/Debugger.ec:2892
+#: ./src/debugger/Debugger.ec:2943
 msgid "Null type for \"%s\""
 msgstr "Null type for \"%s\""
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:892
+#: ./src/dialogs/GlobalSettingsDialog.ec:903
 msgid "Number of parallel build jobs"
 msgstr "Number of parallel build jobs"
 
@@ -1427,51 +1432,51 @@ msgstr "Number of parallel build jobs"
 #: ./src/dialogs/GlobalSettingsDialog.ec:63
 #: ./src/dialogs/NewProjectDialog.ec:40
 #: ./src/dialogs/NewProjectDialog.ec:367
-#: ./src/designer/CodeEditor.ec:5319
+#: ./src/designer/CodeEditor.ec:5429
 #: ./src/about.ec:62
 #: ./src/ProjectSettings.ec:224
 msgid "OK"
 msgstr "OK"
 
-#: ./src/ide.ec:2949
+#: ./src/ide.ec:2956
 msgid "OVR"
 msgstr "OVR"
 
 #: ./src/dialogs/GlobalSettingsDialog.ec:9
 #: ./src/project/ProjectView.ec:286
 #: ./src/designer/CodeEditor.ec:140
-#: ./src/ide.ec:131
+#: ./src/ide.ec:140
 msgid "Open"
 msgstr "Open"
 
-#: ./src/ide.ec:136
+#: ./src/ide.ec:145
 msgid "Open Additional Project"
 msgstr "Open Additional Project"
 
 #: ./src/designer/CodeEditor.ec:147
-#: ./src/ide.ec:135
-#: ./src/ide.ec:2218
+#: ./src/ide.ec:144
+#: ./src/ide.ec:2225
 msgid "Open Project"
 msgstr "Open Project"
 
-#: ./src/ide.ec:655
+#: ./src/ide.ec:663
 msgid "Open a different file?"
 msgstr "Open a different file?"
 
-#: ./src/ide.ec:2337
+#: ./src/ide.ec:2344
 msgid "Open a different project?"
 msgstr "Open a different project?"
 
-#: ./src/ide.ec:202
+#: ./src/ide.ec:211
 msgid "Open file"
 msgstr "Open file"
 
-#: ./src/ide.ec:225
+#: ./src/ide.ec:234
 msgid "Open project"
 msgstr "Open project"
 
-#: ./src/ide.ec:633
-#: ./src/ide.ec:823
+#: ./src/ide.ec:641
+#: ./src/ide.ec:831
 msgid "Open..."
 msgstr "Open..."
 
@@ -1479,7 +1484,7 @@ msgstr "Open..."
 msgid "Optimization"
 msgstr "Optimization"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:868
+#: ./src/dialogs/GlobalSettingsDialog.ec:879
 msgid "Options"
 msgstr "Options"
 
@@ -1487,7 +1492,7 @@ msgstr "Options"
 msgid "Other methods are still attached to this method. Are you sure you want to delete it?"
 msgstr "Other methods are still attached to this method. Are you sure you want to delete it?"
 
-#: ./src/ide.ec:1346
+#: ./src/ide.ec:1354
 msgid "Output"
 msgstr "Output"
 
@@ -1515,8 +1520,8 @@ msgstr "Path"
 msgid "Platforms: "
 msgstr "Platforms: "
 
-#: ./src/project/ProjectView.ec:1399
-#: ./src/project/ProjectView.ec:1429
+#: ./src/project/ProjectView.ec:1402
+#: ./src/project/ProjectView.ec:1432
 msgid "Please select files from a single project.\n"
 msgstr "Please select files from a single project.\n"
 
@@ -1524,7 +1529,7 @@ msgstr "Please select files from a single project.\n"
 msgid "Pointer"
 msgstr "Pointer"
 
-#: ./src/IDESettings.ec:738
+#: ./src/IDESettings.ec:746
 msgid "Portable C Compiler / GNU Make"
 msgstr "Portable C Compiler / GNU Make"
 
@@ -1540,11 +1545,11 @@ msgstr "Pre-build Commands"
 msgid "Preprocessor Definitions"
 msgstr "Preprocessor Definitions"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:988
+#: ./src/dialogs/GlobalSettingsDialog.ec:999
 msgid "Preprocessor directives"
 msgstr "Preprocessor directives"
 
-#: ./src/ide.ec:1451
+#: ./src/ide.ec:1459
 msgid "Previous"
 msgstr "Previous"
 
@@ -1552,12 +1557,12 @@ msgstr "Previous"
 msgid "Profiling Data"
 msgstr "Profiling Data"
 
-#: ./src/ide.ec:790
+#: ./src/ide.ec:798
 msgctxt "Menu"
 msgid "Project"
 msgstr "Project"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:1145
+#: ./src/dialogs/GlobalSettingsDialog.ec:1156
 #: ./src/dialogs/ProjectTabSettings.ec:8
 msgid "Project"
 msgstr "Project"
@@ -1566,36 +1571,36 @@ msgstr "Project"
 msgid "Project Already Exists"
 msgstr "Project Already Exists"
 
-#: ./src/project/ProjectView.ec:898
+#: ./src/project/ProjectView.ec:900
 msgid "Project Build"
 msgstr "Project Build"
 
-#: ./src/project/ProjectView.ec:1021
+#: ./src/project/ProjectView.ec:1023
 msgid "Project Clean"
 msgstr "Project Clean"
 
-#: ./src/project/ProjectView.ec:1015
+#: ./src/project/ProjectView.ec:1017
 msgid "Project Clean Target"
 msgstr "Project Clean Target"
 
-#: ./src/ide.ec:885
+#: ./src/ide.ec:893
 msgid "Project Close"
 msgstr "Project Close"
 
-#: ./src/ide.ec:116
+#: ./src/ide.ec:125
 msgid "Project File"
 msgstr "Project File"
 
 #: ./src/project/ProjectView.ec:60
-#: ./src/ide.ec:111
+#: ./src/ide.ec:120
 msgid "Project Files (*.epj)"
 msgstr "Project Files (*.epj)"
 
-#: ./src/project/ProjectView.ec:929
+#: ./src/project/ProjectView.ec:931
 msgid "Project Install"
 msgstr "Project Install"
 
-#: ./src/project/ProjectView.ec:962
+#: ./src/project/ProjectView.ec:964
 msgid "Project Link"
 msgstr "Project Link"
 
@@ -1603,11 +1608,11 @@ msgstr "Project Link"
 msgid "Project Name"
 msgstr "Project Name"
 
-#: ./src/project/ProjectView.ec:1027
+#: ./src/project/ProjectView.ec:1029
 msgid "Project Real Clean"
 msgstr "Project Real Clean"
 
-#: ./src/project/ProjectView.ec:996
+#: ./src/project/ProjectView.ec:998
 msgid "Project Rebuild"
 msgstr "Project Rebuild"
 
@@ -1615,7 +1620,7 @@ msgstr "Project Rebuild"
 msgid "Project Settings"
 msgstr "Project Settings"
 
-#: ./src/ide.ec:1264
+#: ./src/ide.ec:1272
 msgid "Project View"
 msgstr "Project View"
 
@@ -1656,16 +1661,16 @@ msgstr "Provide source files location directory for %s"
 msgid "Quick Project"
 msgstr "Quick Project"
 
-#: ./src/ide.ec:841
+#: ./src/ide.ec:849
 msgid "Quick..."
 msgstr "Quick..."
 
-#: ./src/documents/PictureEdit.ec:80
+#: ./src/documents/PictureEdit.ec:85
 msgid "RGB Color"
 msgstr "RGB Color"
 
 #: ./src/project/ProjectView.ec:237
-#: ./src/ide.ec:992
+#: ./src/ide.ec:1000
 msgid "Real Clean"
 msgstr "Real Clean"
 
@@ -1674,31 +1679,31 @@ msgid "Reattach"
 msgstr "Reattach"
 
 #: ./src/project/ProjectView.ec:234
-#: ./src/ide.ec:953
+#: ./src/ide.ec:961
 msgid "Rebuild"
 msgstr "Rebuild"
 
-#: ./src/ide.ec:239
+#: ./src/ide.ec:248
 msgid "Rebuild project"
 msgstr "Rebuild project"
 
-#: ./src/project/ProjectView.ec:1000
+#: ./src/project/ProjectView.ec:1002
 msgid "Rebuilding project %s using the %s configuration...\n"
 msgstr "Rebuilding project %s using the %s configuration...\n"
 
-#: ./src/ide.ec:723
-#: ./src/ide.ec:3407
+#: ./src/ide.ec:731
+#: ./src/ide.ec:3414
 msgid "Recent Files"
 msgstr "Recent Files"
 
-#: ./src/ide.ec:724
-#: ./src/ide.ec:3408
+#: ./src/ide.ec:732
+#: ./src/ide.ec:3415
 msgid "Recent Projects"
 msgstr "Recent Projects"
 
 #: ./src/project/ProjectView.ec:238
-#: ./src/ide.ec:245
-#: ./src/ide.ec:1006
+#: ./src/ide.ec:254
+#: ./src/ide.ec:1014
 msgid "Regenerate Makefile"
 msgstr "Regenerate Makefile"
 
@@ -1707,15 +1712,15 @@ msgid "Regenerating "
 msgstr "Regenerating "
 
 #: ./src/project/ProjectView.ec:233
-#: ./src/ide.ec:942
+#: ./src/ide.ec:950
 msgid "Relink"
 msgstr "Relink"
 
-#: ./src/ide.ec:237
+#: ./src/ide.ec:246
 msgid "Relink project"
 msgstr "Relink project"
 
-#: ./src/project/ProjectView.ec:966
+#: ./src/project/ProjectView.ec:968
 msgid "Relinking project %s using the %s configuration...\n"
 msgstr "Relinking project %s using the %s configuration...\n"
 
@@ -1724,7 +1729,7 @@ msgstr "Relinking project %s using the %s configuration...\n"
 msgid "Remove"
 msgstr "Remove"
 
-#: ./src/project/ProjectView.ec:2448
+#: ./src/project/ProjectView.ec:2459
 msgid "Remove Project"
 msgstr "Remove Project"
 
@@ -1732,7 +1737,7 @@ msgstr "Remove Project"
 msgid "Remove project from workspace"
 msgstr "Remove project from workspace"
 
-#: ./src/project/ProjectView.ec:1027
+#: ./src/project/ProjectView.ec:1029
 msgid "Removing intermediate objects directory for project %s using the %s configuration...\n"
 msgstr "Removing intermediate objects directory for project %s using the %s configuration...\n"
 
@@ -1744,7 +1749,7 @@ msgstr "Replace"
 msgid "Replace In Files"
 msgstr "Replace In Files"
 
-#: ./src/ide.ec:699
+#: ./src/ide.ec:707
 msgid "Replace In Files..."
 msgstr "Replace In Files..."
 
@@ -1764,75 +1769,75 @@ msgstr "Replaced %d match%s in \"%s\"%s\n\n"
 msgid "Replacing Editbox"
 msgstr "Replacing Editbox"
 
-#: ./src/ide.ec:259
-#: ./src/ide.ec:1054
+#: ./src/ide.ec:268
+#: ./src/ide.ec:1062
 msgid "Restart"
 msgstr "Restart"
 
-#: ./src/ide.ec:2072
-#: ./src/ide.ec:2077
+#: ./src/ide.ec:2079
+#: ./src/ide.ec:2084
 msgid "Resume"
 msgstr "Resume"
 
-#: ./src/project/ProjectView.ec:1579
-#: ./src/ide.ec:248
-#: ./src/ide.ec:915
+#: ./src/project/ProjectView.ec:1582
+#: ./src/ide.ec:257
+#: ./src/ide.ec:923
 msgid "Run"
 msgstr "Run"
 
-#: ./src/designer/CodeEditor.ec:1934
-#: ./src/ide.ec:1248
+#: ./src/designer/CodeEditor.ec:1988
+#: ./src/ide.ec:1256
 msgid "Run To Cursor"
 msgstr "Run To Cursor"
 
-#: ./src/designer/CodeEditor.ec:1936
-#: ./src/ide.ec:1250
+#: ./src/designer/CodeEditor.ec:1990
+#: ./src/ide.ec:1258
 msgid "Run To Cursor At Same Level"
 msgstr "Run To Cursor At Same Level"
 
-#: ./src/designer/CodeEditor.ec:1937
-#: ./src/ide.ec:1251
+#: ./src/designer/CodeEditor.ec:1991
+#: ./src/ide.ec:1259
 msgid "Run To Cursor At Same Level Skipping Breakpoints"
 msgstr "Run To Cursor At Same Level Skipping Breakpoints"
 
-#: ./src/designer/CodeEditor.ec:1935
-#: ./src/ide.ec:1249
+#: ./src/designer/CodeEditor.ec:1989
+#: ./src/ide.ec:1257
 msgid "Run To Cursor Skipping Breakpoints"
 msgstr "Run To Cursor Skipping Breakpoints"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:747
+#: ./src/dialogs/GlobalSettingsDialog.ec:758
 msgid "SYSROOT"
 msgstr "SYSROOT"
 
-#: ./src/ide.ec:2371
+#: ./src/ide.ec:2378
 msgid "Same Project"
 msgstr "Same Project"
 
-#: ./src/ide.ec:1510
+#: ./src/ide.ec:1518
 msgid "Samples Folder"
 msgstr "Samples Folder"
 
 #: ./src/project/ProjectView.ec:269
 #: ./src/project/ProjectView.ec:498
-#: ./src/designer/CodeEditor.ec:1930
+#: ./src/designer/CodeEditor.ec:1959
 #: ./src/designer/Designer.ec:153
-#: ./src/documents/PictureEdit.ec:54
-#: ./src/ide.ec:673
+#: ./src/documents/PictureEdit.ec:55
+#: ./src/ide.ec:681
 msgid "Save"
 msgstr "Save"
 
-#: ./src/ide.ec:685
+#: ./src/ide.ec:693
 msgid "Save All"
 msgstr "Save All"
 
-#: ./src/designer/CodeEditor.ec:1931
+#: ./src/designer/CodeEditor.ec:1960
 #: ./src/designer/Designer.ec:161
-#: ./src/documents/PictureEdit.ec:55
-#: ./src/ide.ec:684
+#: ./src/documents/PictureEdit.ec:56
+#: ./src/ide.ec:692
 msgid "Save As..."
 msgstr "Save As..."
 
-#: ./src/ide.ec:208
+#: ./src/ide.ec:217
 msgid "Save all"
 msgstr "Save all"
 
@@ -1844,11 +1849,11 @@ msgstr "Save changes to project options?"
 msgid "Save changes to project settings?"
 msgstr "Save changes to project settings?"
 
-#: ./src/dialogs/WorkspaceSettings.ec:95
+#: ./src/dialogs/WorkspaceSettings.ec:118
 msgid "Save changes to workspace options?"
 msgstr "Save changes to workspace options?"
 
-#: ./src/ide.ec:206
+#: ./src/ide.ec:215
 msgid "Save file"
 msgstr "Save file"
 
@@ -1896,7 +1901,7 @@ msgstr "Select project directory"
 #: ./src/project/ProjectView.ec:281
 #: ./src/project/ProjectView.ec:306
 #: ./src/project/ProjectView.ec:338
-#: ./src/ide.ec:894
+#: ./src/ide.ec:902
 msgid "Settings..."
 msgstr "Settings..."
 
@@ -1906,7 +1911,7 @@ msgstr "Settings..."
 msgid "Shared Library"
 msgstr "Shared Library"
 
-#: ./src/project/ProjectView.ec:1579
+#: ./src/project/ProjectView.ec:1582
 msgid "Shared and static libraries cannot be run like executables."
 msgstr "Shared and static libraries cannot be run like executables."
 
@@ -1922,7 +1927,7 @@ msgstr "Show line numbers in code editor"
 msgid "Signal received: %s - %s\n"
 msgstr "Signal received: %s - %s\n"
 
-#: ./src/dialogs/WorkspaceSettings.ec:37
+#: ./src/dialogs/WorkspaceSettings.ec:50
 msgid "Source Files Directories"
 msgstr "Source Files Directories"
 
@@ -1930,20 +1935,20 @@ msgstr "Source Files Directories"
 msgid "Stack Depth"
 msgstr "Stack Depth"
 
-#: ./src/ide.ec:257
-#: ./src/ide.ec:1032
-#: ./src/ide.ec:2072
-#: ./src/ide.ec:2077
+#: ./src/ide.ec:266
+#: ./src/ide.ec:1040
+#: ./src/ide.ec:2079
+#: ./src/ide.ec:2084
 msgid "Start"
 msgstr "Start"
 
-#: ./src/project/ProjectView.ec:1581
-#: ./src/project/ProjectView.ec:1583
+#: ./src/project/ProjectView.ec:1584
+#: ./src/project/ProjectView.ec:1586
 msgid "Starting Debug"
 msgstr "Starting Debug"
 
 #: ./src/debugger/Debugger.ec:1098
-#: ./src/debugger/Debugger.ec:2322
+#: ./src/debugger/Debugger.ec:2373
 msgid "Starting debug mode\n"
 msgstr "Starting debug mode\n"
 
@@ -1953,37 +1958,37 @@ msgstr "Starting debug mode\n"
 msgid "Static Library"
 msgstr "Static Library"
 
-#: ./src/ide.ec:267
-#: ./src/ide.ec:1180
+#: ./src/ide.ec:276
+#: ./src/ide.ec:1188
 msgid "Step Into"
 msgstr "Step Into"
 
-#: ./src/ide.ec:271
-#: ./src/ide.ec:1210
+#: ./src/ide.ec:280
+#: ./src/ide.ec:1218
 msgid "Step Out"
 msgstr "Step Out"
 
-#: ./src/ide.ec:1220
+#: ./src/ide.ec:1228
 msgid "Step Out Skipping Breakpoints"
 msgstr "Step Out Skipping Breakpoints"
 
-#: ./src/ide.ec:269
-#: ./src/ide.ec:1190
+#: ./src/ide.ec:278
+#: ./src/ide.ec:1198
 msgid "Step Over"
 msgstr "Step Over"
 
-#: ./src/ide.ec:273
-#: ./src/ide.ec:1200
+#: ./src/ide.ec:282
+#: ./src/ide.ec:1208
 msgid "Step Over Skipping Breakpoints"
 msgstr "Step Over Skipping Breakpoints"
 
-#: ./src/ide.ec:263
-#: ./src/ide.ec:1078
+#: ./src/ide.ec:272
+#: ./src/ide.ec:1086
 msgid "Stop"
 msgstr "Stop"
 
-#: ./src/ide.ec:1993
-#: ./src/ide.ec:2027
+#: ./src/ide.ec:2000
+#: ./src/ide.ec:2034
 msgid "Stop Build"
 msgstr "Stop Build"
 
@@ -1991,12 +1996,12 @@ msgstr "Stop Build"
 msgid "Strict Name Spaces"
 msgstr "Strict Name Spaces"
 
-#: ./src/debugger/Debugger.ec:2843
+#: ./src/debugger/Debugger.ec:2894
 msgid "Symbol \"%s\" not found"
 msgstr "Symbol \"%s\" not found"
 
-#: ./src/designer/CodeEditor.ec:680
-#: ./src/designer/CodeEditor.ec:681
+#: ./src/designer/CodeEditor.ec:707
+#: ./src/designer/CodeEditor.ec:708
 #: ./src/designer/Sheet.ec:401
 #: ./src/designer/Sheet.ec:430
 #: ./src/designer/Sheet.ec:602
@@ -2009,7 +2014,7 @@ msgstr "Symbol \"%s\" not found"
 msgid "Tahoma"
 msgstr "Tahoma"
 
-#: ./src/project/Project.ec:2246
+#: ./src/project/Project.ec:2248
 msgid "Target"
 msgstr "Target"
 
@@ -2021,7 +2026,7 @@ msgstr "Target Directory"
 msgid "Target Name"
 msgstr "Target Name"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:874
+#: ./src/dialogs/GlobalSettingsDialog.ec:885
 msgid "Target Platform"
 msgstr "Target Platform"
 
@@ -2031,7 +2036,7 @@ msgstr "Target Platform"
 msgid "Target Type"
 msgstr "Target Type"
 
-#: ./src/debugger/Debugger.ec:3349
+#: ./src/debugger/Debugger.ec:3400
 msgid "Target doesn't contain debug information!\n"
 msgstr "Target doesn't contain debug information!\n"
 
@@ -2039,7 +2044,7 @@ msgstr "Target doesn't contain debug information!\n"
 msgid "Temporary directory does not exist."
 msgstr "Temporary directory does not exist."
 
-#: ./src/ide.ec:104
+#: ./src/ide.ec:113
 msgid "Text"
 msgstr "Text"
 
@@ -2048,24 +2053,24 @@ msgid "Text Files"
 msgstr "Text Files"
 
 #: ./src/designer/CodeEditor.ec:84
-#: ./src/ide.ec:125
+#: ./src/ide.ec:134
 msgid "Text files (*.txt)"
 msgstr "Text files (*.txt)"
 
-#: ./src/ide.ec:94
+#: ./src/ide.ec:103
 msgid "Text files (*.txt, *.text, *.nfo, *.info)"
 msgstr "Text files (*.txt, *.text, *.nfo, *.info)"
 
-#: ./src/designer/CodeEditor.ec:1415
+#: ./src/designer/CodeEditor.ec:1444
 msgid "The "
 msgstr "The "
 
-#: ./src/designer/CodeEditor.ec:2226
-#: ./src/ide.ec:1762
+#: ./src/designer/CodeEditor.ec:2291
+#: ./src/ide.ec:1769
 msgid "The document %s was modified by another application.\nWould you like to reload it and lose your changes?"
 msgstr "The document %s was modified by another application.\nWould you like to reload it and lose your changes?"
 
-#: ./src/project/ProjectView.ec:2209
+#: ./src/project/ProjectView.ec:2220
 msgid "The following file"
 msgstr "The following file"
 
@@ -2106,7 +2111,7 @@ msgstr "This is the project directory.\nWould you like to try again?"
 msgid "This program is based on these free open source software components."
 msgstr "This program is based on these free open source software components."
 
-#: ./src/ide.ec:2372
+#: ./src/ide.ec:2379
 msgid "This project is already present in workspace."
 msgstr "This project is already present in workspace."
 
@@ -2114,23 +2119,23 @@ msgstr "This project is already present in workspace."
 msgid "This source directory is already specified.\nWould you like to try again?"
 msgstr "This source directory is already specified.\nWould you like to try again?"
 
-#: ./src/ide.ec:1364
+#: ./src/ide.ec:1372
 msgid "Threads"
 msgstr "Threads"
 
-#: ./src/ide.ec:1454
+#: ./src/ide.ec:1462
 msgid "Tile Horizontally"
 msgstr "Tile Horizontally"
 
-#: ./src/ide.ec:1455
+#: ./src/ide.ec:1463
 msgid "Tile Vertically"
 msgstr "Tile Vertically"
 
-#: ./src/IDESettings.ec:737
+#: ./src/IDESettings.ec:745
 msgid "Tiny C Compiler / GNU Make"
 msgstr "Tiny C Compiler / GNU Make"
 
-#: ./src/designer/CodeEditor.ec:1966
+#: ./src/designer/CodeEditor.ec:2020
 msgid "Toggle Breakpoint"
 msgstr "Toggle Breakpoint"
 
@@ -2138,7 +2143,7 @@ msgstr "Toggle Breakpoint"
 msgid "Toolbox"
 msgstr "Toolbox"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:684
+#: ./src/dialogs/GlobalSettingsDialog.ec:695
 msgid "Toolchain"
 msgstr "Toolchain"
 
@@ -2167,17 +2172,17 @@ msgstr "Unable to locate source file.\nWould you like to try again?"
 msgid "Unable to open file %s\n\n"
 msgstr "Unable to open file %s\n\n"
 
-#: ./src/project/ProjectView.ec:1138
-#: ./src/project/ProjectView.ec:1189
+#: ./src/project/ProjectView.ec:1140
+#: ./src/project/ProjectView.ec:1191
 msgid "Unable to save %s file.\n"
 msgstr "Unable to save %s file.\n"
 
-#: ./src/debugger/Debugger.ec:2883
+#: ./src/debugger/Debugger.ec:2934
 msgid "Unknown error for \"%s\""
 msgstr "Unknown error for \"%s\""
 
-#: ./src/project/ProjectView.ec:1243
-#: ./src/designer/CodeEditor.ec:2481
+#: ./src/project/ProjectView.ec:1245
+#: ./src/designer/CodeEditor.ec:2546
 msgid "Untitled %d"
 msgstr "Untitled %d"
 
@@ -2185,11 +2190,11 @@ msgstr "Untitled %d"
 msgid "Updating "
 msgstr "Updating "
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:931
+#: ./src/dialogs/GlobalSettingsDialog.ec:942
 msgid "Use ccache"
 msgstr "Use ccache"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:949
+#: ./src/dialogs/GlobalSettingsDialog.ec:960
 msgid "Use distcc"
 msgstr "Use distcc"
 
@@ -2199,32 +2204,32 @@ msgstr "Value"
 
 #: ./src/designer/Sheet.ec:450
 #: ./src/designer/ToolBox.ec:36
-#: ./src/ide.ec:1261
+#: ./src/ide.ec:1269
 msgid "View"
 msgstr "View"
 
-#: ./src/ide.ec:1276
-#: ./src/ide.ec:1298
+#: ./src/ide.ec:1284
+#: ./src/ide.ec:1306
 msgid "View Code"
 msgstr "View Code"
 
-#: ./src/ide.ec:1275
-#: ./src/ide.ec:1281
+#: ./src/ide.ec:1283
+#: ./src/ide.ec:1289
 msgid "View Designer"
 msgstr "View Designer"
 
-#: ./src/ide.ec:1278
-#: ./src/ide.ec:1325
+#: ./src/ide.ec:1286
+#: ./src/ide.ec:1333
 msgid "View Methods"
 msgstr "View Methods"
 
-#: ./src/ide.ec:1277
-#: ./src/ide.ec:1314
+#: ./src/ide.ec:1285
+#: ./src/ide.ec:1322
 msgid "View Properties"
 msgstr "View Properties"
 
 #: ./src/designer/ToolBox.ec:37
-#: ./src/ide.ec:1336
+#: ./src/ide.ec:1344
 msgid "View Toolbox"
 msgstr "View Toolbox"
 
@@ -2233,11 +2238,11 @@ msgid "Warnings"
 msgstr "Warnings"
 
 #: ./src/panels/WatchesView.ec:6
-#: ./src/ide.ec:1355
+#: ./src/ide.ec:1363
 msgid "Watches"
 msgstr "Watches"
 
-#: ./src/ide.ec:95
+#: ./src/ide.ec:104
 msgid "Web files (*.html, *.htm, *.xhtml, *.css, *.php, *.js, *.jsi, *.rb, *.xml)"
 msgstr "Web files (*.html, *.htm, *.xhtml, *.css, *.php, *.js, *.jsi, *.rb, *.xml)"
 
@@ -2245,11 +2250,11 @@ msgstr "Web files (*.html, *.htm, *.xhtml, *.css, *.php, *.js, *.jsi, *.rb, *.xm
 msgid "Whole word only"
 msgstr "Whole word only"
 
-#: ./src/ide.ec:1447
+#: ./src/ide.ec:1455
 msgid "Window"
 msgstr "Window"
 
-#: ./src/ide.ec:1458
+#: ./src/ide.ec:1466
 msgid "Windows..."
 msgstr "Windows..."
 
@@ -2258,7 +2263,7 @@ msgid "With contributions from..."
 msgstr "With contributions from..."
 
 #: ./src/dialogs/FindInFilesDialog.ec:457
-#: ./src/dialogs/GlobalSettingsDialog.ec:1195
+#: ./src/dialogs/GlobalSettingsDialog.ec:1206
 #: ./src/dialogs/WorkspaceSettings.ec:6
 msgid "Workspace"
 msgstr "Workspace"
@@ -2283,11 +2288,11 @@ msgstr "Would you like to save changes made to the build options?"
 msgid "Would you like to save changes made to the project options?"
 msgstr "Would you like to save changes made to the project options?"
 
-#: ./src/dialogs/WorkspaceSettings.ec:97
+#: ./src/dialogs/WorkspaceSettings.ec:120
 msgid "Would you like to save changes made to the workspace options?"
 msgstr "Would you like to save changes made to the workspace options?"
 
-#: ./src/project/Project.ec:1664
+#: ./src/project/Project.ec:1666
 msgid "Writing symbol loader...\n"
 msgstr "Writing symbol loader...\n"
 
@@ -2307,36 +2312,36 @@ msgstr "You must specify a search location."
 msgid "\n"
 msgstr "\n"
 
-#: ./src/project/Project.ec:1460
-#: ./src/project/Project.ec:1901
+#: ./src/project/Project.ec:1462
+#: ./src/project/Project.ec:1903
 msgid "\nBuild cancelled by user.\n"
 msgstr "\nBuild cancelled by user.\n"
 
-#: ./src/project/ProjectView.ec:934
+#: ./src/project/ProjectView.ec:936
 msgid "\nInstalling project %s using the %s configuration...\n"
 msgstr "\nInstalling project %s using the %s configuration...\n"
 
-#: ./src/project/Project.ec:2134
+#: ./src/project/Project.ec:2136
 msgid "\nMake outputs the following list of commands to choose from:\n"
 msgstr "\nMake outputs the following list of commands to choose from:\n"
 
-#: ./src/project/Project.ec:2168
+#: ./src/project/Project.ec:2170
 msgid "\nThe following command was chosen to be executed:\n%s\n"
 msgstr "\nThe following command was chosen to be executed:\n%s\n"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:969
+#: ./src/dialogs/GlobalSettingsDialog.ec:980
 msgid "distcc hosts"
 msgstr "distcc hosts"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:699
+#: ./src/dialogs/GlobalSettingsDialog.ec:710
 msgid "eC Compiler"
 msgstr "eC Compiler"
 
-#: ./src/ide.ec:121
+#: ./src/ide.ec:130
 msgid "eC Files (*.ec, *.eh)"
 msgstr "eC Files (*.ec, *.eh)"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:693
+#: ./src/dialogs/GlobalSettingsDialog.ec:704
 msgid "eC Precompiler"
 msgstr "eC Precompiler"
 
@@ -2344,7 +2349,7 @@ msgstr "eC Precompiler"
 msgid "eC Source Code"
 msgstr "eC Source Code"
 
-#: ./src/dialogs/GlobalSettingsDialog.ec:705
+#: ./src/dialogs/GlobalSettingsDialog.ec:716
 msgid "eC Symbol Loader"
 msgstr "eC Symbol Loader"
 
@@ -2356,19 +2361,19 @@ msgstr "eC/C/C++ Files (*.ec, *.eh, *.c, *.cpp, *.cc, *.cxx, *.h, *.hpp, *.hh, *
 msgid "eC/C/C++ Source Files (*.ec, *.c, *.cpp, *.cc, *.cxx)"
 msgstr "eC/C/C++ Source Files (*.ec, *.c, *.cpp, *.cc, *.cxx)"
 
-#: ./src/debugger/Debugger.ec:4385
+#: ./src/debugger/Debugger.ec:4461
 msgid "err: Unable to create FIFO %s\n"
 msgstr "err: Unable to create FIFO %s\n"
 
-#: ./src/debugger/Debugger.ec:4386
+#: ./src/debugger/Debugger.ec:4462
 msgid "err: Unable to open FIFO %s for read\n"
 msgstr "err: Unable to open FIFO %s for read\n"
 
-#: ./src/project/Project.ec:1921
+#: ./src/project/Project.ec:1923
 msgid "error"
 msgstr "error"
 
-#: ./src/project/Project.ec:1921
+#: ./src/project/Project.ec:1923
 msgid "errors"
 msgstr "errors"
 
@@ -2378,8 +2383,8 @@ msgstr "errors"
 msgid "es"
 msgstr "es"
 
-#: ./src/project/ProjectView.ec:1214
-#: ./src/project/ProjectView.ec:1217
+#: ./src/project/ProjectView.ec:1216
+#: ./src/project/ProjectView.ec:1219
 msgid "folder"
 msgstr "folder"
 
@@ -2387,31 +2392,31 @@ msgstr "folder"
 msgid "found"
 msgstr "found"
 
-#: ./src/ide.ec:2647
+#: ./src/ide.ec:2654
 msgid "in"
 msgstr "in"
 
-#: ./src/debugger/Debugger.ec:3488
+#: ./src/debugger/Debugger.ec:3539
 msgid "inside %s, %s\n"
 msgstr "inside %s, %s\n"
 
-#: ./src/project/Project.ec:2239
+#: ./src/project/Project.ec:2241
 msgid "intermediate objects directory"
 msgstr "intermediate objects directory"
 
-#: ./src/ide.ec:2647
+#: ./src/ide.ec:2654
 msgid "match"
 msgstr "match"
 
-#: ./src/project/Project.ec:1923
+#: ./src/project/Project.ec:1925
 msgid "no error, "
 msgstr "no error, "
 
-#: ./src/project/Project.ec:1928
+#: ./src/project/Project.ec:1930
 msgid "no warning\n"
 msgstr "no warning\n"
 
-#: ./src/project/ProjectView.ec:2212
+#: ./src/project/ProjectView.ec:2223
 msgid "not added because of identical file name conflict within the project.\n\n"
 msgstr "not added because of identical file name conflict within the project.\n\n"
 
@@ -2424,28 +2429,28 @@ msgstr "replaced"
 msgid "s"
 msgstr "s"
 
-#: ./src/project/ProjectView.ec:2211
+#: ./src/project/ProjectView.ec:2222
 msgid "s were "
 msgstr "s were "
 
-#: ./src/project/ProjectView.ec:1214
-#: ./src/project/ProjectView.ec:1217
+#: ./src/project/ProjectView.ec:1216
+#: ./src/project/ProjectView.ec:1219
 msgid "single file"
 msgstr "single file"
 
-#: ./src/project/Project.ec:2239
+#: ./src/project/Project.ec:2241
 msgid "target"
 msgstr "target"
 
-#: ./src/debugger/Debugger.ec:3494
+#: ./src/debugger/Debugger.ec:3545
 msgid "unknown source\n"
 msgstr "unknown source\n"
 
-#: ./src/project/Project.ec:1926
+#: ./src/project/Project.ec:1928
 msgid "warning"
 msgstr "warning"
 
-#: ./src/project/Project.ec:1926
+#: ./src/project/Project.ec:1928
 msgid "warnings"
 msgstr "warnings"
 
index f4dd96a..568eb64 100644 (file)
@@ -10,7 +10,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Basepath: ../\n"
 
-#: ./src/installer.ec:717
+#: ./src/installer.ec:716
 msgid " Destination Folder"
 msgstr " Destination Folder"
 
@@ -18,69 +18,69 @@ msgstr " Destination Folder"
 msgid "API Reference"
 msgstr "API Reference"
 
-#: ./src/installer.ec:621
+#: ./src/installer.ec:620
 msgid "Add Ecere binaries location to the system environment path"
 msgstr "Add Ecere binaries location to the system environment path"
 
-#: ./src/installer.ec:405
-#: ./src/installer.ec:621
+#: ./src/installer.ec:404
+#: ./src/installer.ec:620
 msgid "Add Ecere binaries location to the user environment path"
 msgstr "Add Ecere binaries location to the user environment path"
 
-#: ./src/installer.ec:406
+#: ./src/installer.ec:405
 msgid "Add MinGW to the user environment path"
 msgstr "Add MinGW to the user environment path"
 
-#: ./src/installer.ec:625
+#: ./src/installer.ec:624
 msgid "Add TDM-GCC/MinGW-w64 to the system environment path"
 msgstr "Add TDM-GCC/MinGW-w64 to the system environment path"
 
-#: ./src/installer.ec:625
+#: ./src/installer.ec:624
 msgid "Add TDM-GCC/MinGW-w64 to the user environment path"
 msgstr "Add TDM-GCC/MinGW-w64 to the user environment path"
 
-#: ./src/installer.ec:617
+#: ./src/installer.ec:616
 msgid "Add binaries location to the system environment paths"
 msgstr "Add binaries location to the system environment paths"
 
-#: ./src/installer.ec:424
-#: ./src/installer.ec:617
+#: ./src/installer.ec:423
+#: ./src/installer.ec:616
 msgid "Add binaries location to the user environment paths"
 msgstr "Add binaries location to the user environment paths"
 
-#: ./src/installer.ec:358
+#: ./src/installer.ec:357
 msgid "Additional Support"
 msgstr "Additional Support"
 
-#: ./src/installer.ec:423
+#: ./src/installer.ec:422
 msgid "Associate the Ecere IDE with Supported File Types"
 msgstr "Associate the Ecere IDE with Supported File Types"
 
-#: ./src/installer.ec:393
+#: ./src/installer.ec:392
 msgid "Associate with 3D Studio Model Files (*.3ds)"
 msgstr "Associate with 3D Studio Model Files (*.3ds)"
 
-#: ./src/installer.ec:390
+#: ./src/installer.ec:389
 msgid "Associate with C files (*.c, *.h)"
 msgstr "Associate with C files (*.c, *.h)"
 
-#: ./src/installer.ec:391
+#: ./src/installer.ec:390
 msgid "Associate with C++ Files (*.cpp, *.hpp, *.cc, *.hh, *.cxx, *.hxx)"
 msgstr "Associate with C++ Files (*.cpp, *.hpp, *.cc, *.hh, *.cxx, *.hxx)"
 
-#: ./src/installer.ec:388
+#: ./src/installer.ec:387
 msgid "Associate with Ecere Project Files (*.epj)"
 msgstr "Associate with Ecere Project Files (*.epj)"
 
-#: ./src/installer.ec:394
+#: ./src/installer.ec:393
 msgid "Associate with Image Files (*.png, *.jpg, *.pcx, *.bmp, *.gif)"
 msgstr "Associate with Image Files (*.png, *.jpg, *.pcx, *.bmp, *.gif)"
 
-#: ./src/installer.ec:389
+#: ./src/installer.ec:388
 msgid "Associate with eC Files (*.ec, *.eh)"
 msgstr "Associate with eC Files (*.ec, *.eh)"
 
-#: ./src/installer.ec:392
+#: ./src/installer.ec:391
 msgid "Associate with text files (*.txt)"
 msgstr "Associate with text files (*.txt)"
 
@@ -88,7 +88,7 @@ msgstr "Associate with text files (*.txt)"
 msgid "Audio"
 msgstr "Audio"
 
-#: ./src/installer.ec:810
+#: ./src/installer.ec:809
 msgid "Avail. Space"
 msgstr "Avail. Space"
 
@@ -96,11 +96,11 @@ msgstr "Avail. Space"
 msgid "Binary Utils"
 msgstr "Binary Utils"
 
-#: ./src/installer.ec:340
+#: ./src/installer.ec:339
 msgid "Binutils Docs"
 msgstr "Binutils Docs"
 
-#: ./src/installer.ec:583
+#: ./src/installer.ec:582
 msgid "By installing the Ecere SDK, you agree to the"
 msgstr "By installing the Ecere SDK, you agree to the"
 
@@ -112,32 +112,32 @@ msgstr "By using it you agree to the terms and conditions of their individual li
 msgid "C++ Compiler"
 msgstr "C++ Compiler"
 
-#: ./src/installer.ec:681
-#: ./src/installer.ec:1169
+#: ./src/installer.ec:680
+#: ./src/installer.ec:1206
 msgid "Cancel"
 msgstr "Cancel"
 
-#: ./src/installer.ec:806
+#: ./src/installer.ec:805
 msgid "Choose Components, Locations and Install Options"
 msgstr "Choose Components, Locations and Install Options"
 
-#: ./src/installer.ec:793
+#: ./src/installer.ec:792
 msgid "Choose in which folder to install the Ecere SDK, which features\nof the SDK to install, as well as where to install program icons."
 msgstr "Choose in which folder to install the Ecere SDK, which features\nof the SDK to install, as well as where to install program icons."
 
-#: ./src/installer.ec:1363
+#: ./src/installer.ec:1400
 msgid "Close"
 msgstr "Close"
 
-#: ./src/installer.ec:807
+#: ./src/installer.ec:806
 msgid "Component"
 msgstr "Component"
 
-#: ./src/installer.ec:1387
+#: ./src/installer.ec:1424
 msgid "Configuring Ecere IDE..."
 msgstr "Configuring Ecere IDE..."
 
-#: ./src/installer.ec:357
+#: ./src/installer.ec:356
 msgid "Core SDK Files"
 msgstr "Core SDK Files"
 
@@ -150,15 +150,15 @@ msgstr "Data Access"
 msgid "Database"
 msgstr "Database"
 
-#: ./src/installer.ec:421
+#: ./src/installer.ec:420
 msgid "Desktop Icon"
 msgstr "Desktop Icon"
 
-#: ./src/installer.ec:808
+#: ./src/installer.ec:807
 msgid "Destination Folder"
 msgstr "Destination Folder"
 
-#: ./src/installer.ec:359
+#: ./src/installer.ec:358
 msgid "Documentation"
 msgstr "Documentation"
 
@@ -166,7 +166,7 @@ msgstr "Documentation"
 msgid "Ecere Book"
 msgstr "Ecere Book"
 
-#: ./src/installer.ec:335
+#: ./src/installer.ec:334
 msgid "Ecere Coursework"
 msgstr "Ecere Coursework"
 
@@ -178,33 +178,29 @@ msgstr "Ecere Extras"
 msgid "Ecere SDK v0.44.10 -- built on March 9th, 2014 "
 msgstr "Ecere SDK v0.44.10 -- built on March 9th, 2014 "
 
-#: ./src/installer.ec:442
-#: ./src/installer.ec:1147
+#: ./src/installer.ec:441
+#: ./src/installer.ec:1184
 msgid "Ecere Software Development Kit Setup - v0.44.10 \"Ryōan-ji\" 64 Bit Edition"
 msgstr "Ecere Software Development Kit Setup - v0.44.10 \"Ryōan-ji\" 64 Bit Edition"
 
-#: ./src/installer.ec:334
-msgid "Ecere Tutorials"
-msgstr "Ecere Tutorials"
-
 #: ./src/installer.ec:306
 #: ./src/installer.ec:307
 msgid "Ecere Vanilla"
 msgstr "Ecere Vanilla"
 
-#: ./src/installer.ec:1759
+#: ./src/installer.ec:1817
 msgid "Finish"
 msgstr "Finish"
 
-#: ./src/installer.ec:337
+#: ./src/installer.ec:336
 msgid "G++ Docs"
 msgstr "G++ Docs"
 
-#: ./src/installer.ec:336
+#: ./src/installer.ec:335
 msgid "GCC Docs"
 msgstr "GCC Docs"
 
-#: ./src/installer.ec:338
+#: ./src/installer.ec:337
 msgid "GDB Docs"
 msgstr "GDB Docs"
 
@@ -212,7 +208,7 @@ msgstr "GDB Docs"
 msgid "GNU C Compiler"
 msgstr "GNU C Compiler"
 
-#: ./../ide/src/IDESettings.ec:736
+#: ./../ide/src/IDESettings.ec:744
 msgid "GNU Compiler Collection (GCC) / GNU Make"
 msgstr "GNU Compiler Collection (GCC) / GNU Make"
 
@@ -245,28 +241,28 @@ msgstr "I agree"
 msgid "I don't agree"
 msgstr "I don't agree"
 
-#: ./src/installer.ec:670
-#: ./src/installer.ec:1163
+#: ./src/installer.ec:669
+#: ./src/installer.ec:1200
 msgid "Install"
 msgstr "Install"
 
-#: ./src/installer.ec:419
+#: ./src/installer.ec:418
 msgid "Install for All Users"
 msgstr "Install for All Users"
 
-#: ./src/installer.ec:1368
+#: ./src/installer.ec:1405
 msgid "Installation Cancelled"
 msgstr "Installation Cancelled"
 
-#: ./src/installer.ec:1367
+#: ./src/installer.ec:1404
 msgid "Installation Cancelled."
 msgstr "Installation Cancelled."
 
-#: ./src/installer.ec:1763
+#: ./src/installer.ec:1821
 msgid "Installation Complete"
 msgstr "Installation Complete"
 
-#: ./src/installer.ec:1762
+#: ./src/installer.ec:1820
 msgid "Installation Complete."
 msgstr "Installation Complete."
 
@@ -274,19 +270,19 @@ msgstr "Installation Complete."
 msgid "Installing %s..."
 msgstr "Installing %s..."
 
-#: ./src/installer.ec:1654
+#: ./src/installer.ec:1710
 msgid "Installing Desktop Icon..."
 msgstr "Installing Desktop Icon..."
 
-#: ./src/installer.ec:1682
+#: ./src/installer.ec:1740
 msgid "Installing Quicklaunch Icon..."
 msgstr "Installing Quicklaunch Icon..."
 
-#: ./src/installer.ec:1568
+#: ./src/installer.ec:1624
 msgid "Installing Start Menu Icons..."
 msgstr "Installing Start Menu Icons..."
 
-#: ./src/installer.ec:1195
+#: ./src/installer.ec:1232
 msgid "Installing the Ecere SDK"
 msgstr "Installing the Ecere SDK"
 
@@ -294,19 +290,19 @@ msgstr "Installing the Ecere SDK"
 msgid "License Agreements"
 msgstr "License Agreements"
 
-#: ./src/installer.ec:339
+#: ./src/installer.ec:338
 msgid "Make Docs"
 msgstr "Make Docs"
 
-#: ./../ide/src/IDESettings.ec:739
+#: ./../ide/src/IDESettings.ec:747
 msgid "Microsoft Visual Studio 2005 (8.0) Compiler"
 msgstr "Microsoft Visual Studio 2005 (8.0) Compiler"
 
-#: ./../ide/src/IDESettings.ec:740
+#: ./../ide/src/IDESettings.ec:748
 msgid "Microsoft Visual Studio 2008 (9.0) Compiler"
 msgstr "Microsoft Visual Studio 2008 (9.0) Compiler"
 
-#: ./../ide/src/IDESettings.ec:742
+#: ./../ide/src/IDESettings.ec:750
 msgid "Microsoft Visual Studio 2010 (10.0) Compiler"
 msgstr "Microsoft Visual Studio 2010 (10.0) Compiler"
 
@@ -322,27 +318,27 @@ msgstr "Miscellaneous"
 msgid "Networking"
 msgstr "Networking"
 
-#: ./src/installer.ec:1182
+#: ./src/installer.ec:1219
 msgid "Please wait while the Ecere Software Development Kit is being installed."
 msgstr "Please wait while the Ecere Software Development Kit is being installed."
 
-#: ./../ide/src/IDESettings.ec:738
+#: ./../ide/src/IDESettings.ec:746
 msgid "Portable C Compiler / GNU Make"
 msgstr "Portable C Compiler / GNU Make"
 
-#: ./src/installer.ec:422
+#: ./src/installer.ec:421
 msgid "Quicklaunch Icon"
 msgstr "Quicklaunch Icon"
 
-#: ./src/installer.ec:1473
+#: ./src/installer.ec:1529
 msgid "Registering uninstaller..."
 msgstr "Registering uninstaller..."
 
-#: ./src/installer.ec:809
+#: ./src/installer.ec:808
 msgid "Req. Space"
 msgstr "Req. Space"
 
-#: ./src/installer.ec:1711
+#: ./src/installer.ec:1769
 msgid "Resgistering File Types..."
 msgstr "Resgistering File Types..."
 
@@ -351,39 +347,39 @@ msgstr "Resgistering File Types..."
 msgid "Runtime Library"
 msgstr "Runtime Library"
 
-#: ./src/installer.ec:360
+#: ./src/installer.ec:359
 msgid "Samples"
 msgstr "Samples"
 
-#: ./src/installer.ec:452
+#: ./src/installer.ec:451
 msgid "Select a new location"
 msgstr "Select a new location"
 
-#: ./src/installer.ec:780
+#: ./src/installer.ec:779
 msgid "Select icons to install, file\nassociations, and system\nenvironment modifications:"
 msgstr "Select icons to install, file\nassociations, and system\nenvironment modifications:"
 
-#: ./src/installer.ec:759
+#: ./src/installer.ec:758
 msgid "Select the default root\nfolder where to install\nall components:"
 msgstr "Select the default root\nfolder where to install\nall components:"
 
-#: ./src/installer.ec:772
+#: ./src/installer.ec:771
 msgid "Select the optional\ncomponents you wish\nto install:\n\nYou may customize the\ninstall location for each\nof them, or use the default\nbased on the main\ndestination folder."
 msgstr "Select the optional\ncomponents you wish\nto install:\n\nYou may customize the\ninstall location for each\nof them, or use the default\nbased on the main\ndestination folder."
 
-#: ./src/installer.ec:784
+#: ./src/installer.ec:783
 msgid "Space Required: "
 msgstr "Space Required: "
 
-#: ./src/installer.ec:420
+#: ./src/installer.ec:419
 msgid "Start Menu Group"
 msgstr "Start Menu Group"
 
-#: ./src/installer.ec:1764
+#: ./src/installer.ec:1822
 msgid "Thank you for using the Ecere SDK."
 msgstr "Thank you for using the Ecere SDK."
 
-#: ./src/installer.ec:1369
+#: ./src/installer.ec:1406
 msgid "The installation was not completed."
 msgstr "The installation was not completed."
 
@@ -395,11 +391,11 @@ msgstr "This program is based on these free open source software components."
 msgid "Threading"
 msgstr "Threading"
 
-#: ./../ide/src/IDESettings.ec:737
+#: ./../ide/src/IDESettings.ec:745
 msgid "Tiny C Compiler / GNU Make"
 msgstr "Tiny C Compiler / GNU Make"
 
-#: ./src/installer.ec:342
+#: ./src/installer.ec:341
 msgid "UPX Docs"
 msgstr "UPX Docs"
 
@@ -412,11 +408,11 @@ msgstr "WIA Scanning"
 msgid "eC Compiler"
 msgstr "eC Compiler"
 
-#: ./src/installer.ec:341
+#: ./src/installer.ec:340
 msgid "gnurx Docs"
 msgstr "gnurx Docs"
 
-#: ./src/installer.ec:588
+#: ./src/installer.ec:587
 msgid "terms and conditions"
 msgstr "terms and conditions"