Browse Source

Add "nameof" reserved word of C# in auto-completion

Close #8633
pull/8816/head
Rodrigo Cesar 5 years ago committed by Don HO
parent
commit
230c7ef235
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E
  1. 3
      PowerEditor/installer/APIs/cs.xml

3
PowerEditor/installer/APIs/cs.xml

@ -843,6 +843,7 @@
<Param name="string keyword" />
</Overload>
</KeyWord>
<KeyWord name="nameof" />
<KeyWord name="namespace" />
<KeyWord name="new" />
<KeyWord name="null" />
@ -1013,4 +1014,4 @@
<KeyWord name="volatile" />
<KeyWord name="while" />
</AutoComplete>
</NotepadPlus>
</NotepadPlus>

Loading…
Cancel
Save