You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Help/Topics/PropPage-Language.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@
80
80
<parastyleclass="Normal">Allow Named Arguments</para>
81
81
</td>
82
82
<td>
83
-
<parastyleclass="Normal">Allow named arguments (Default = FALSE for the Core dialect and TRUE for the other dialects). Changing the dialect may also automatically change this setting.</para>
83
+
<parastyleclass="Normal">Allow named arguments (Default = TRUE for the Core dialect and FALSE for the other dialects). Changing the dialect may also automatically change this setting.</para>
Copy file name to clipboardexpand all lines: src/VisualStudio/XSharpCodeModelXs/Settings/Strings.prg
+1-1
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ class LanguagePropertyPagePanel
129
129
const AZDescription :="Use Zero Based Arrays (/az)" as string
130
130
const INSDescription :="Enable the implicit lookup of classes defined in assemblies with an Implicit Namespace attribute (/ins)" as string
131
131
const LBDescription :="Allow property access and method calls on expressions of type OBJECT and USUAL (/lb)" as string
132
-
const NamedArgDescription :="Allow named arguments (Default = FALSE for the Core dialect and TRUE for the other dialects). Changing the dialect may also automatically change this setting. (/namedargs)" as string
132
+
const NamedArgDescription :="Allow named arguments (Default = TRUE for the Core dialect and FALSE for the other dialects). Changing the dialect may also automatically change this setting. (/namedargs)" as string
133
133
const NSDescription :="Prefix all classes that do not have a namespace prefix and are not in a begin namespace ... end namespace block with the namespace of the assembly (/ns:<Namespace>)" as string
134
134
const OVFDescription :="Check for Overflow and Underflow for numeric expressions, like the CHECKED keyword. (/ovf)" as string
135
135
const UnsafeDescription :="Allow Unsafe code inside this assembly (/unsafe)" as string
0 commit comments