Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Enabled auto completion in notepad++ but how to see suggestions list irrespective of cases


  • Please log in to reply
No replies to this topic
aaditya
  • Members
  • 1 posts
  • Last active: May 24 2014 02:18 PM
  • Joined: 23 May 2014

I have enabled auto complete feature in notepad++ for user defined language like this

<?xml version="1.0" encoding="Windows-1252" ?>
<NotepadPlus>
<!-- Go Programming Language builtins and keywords -->
<AutoComplete>
<Environment ignoreCase="yes" startFunc="," stopFunc="," paramSeparator="," terminal=";" additionalWordChar=""/>
<KeyWord name="abort"/>
<KeyWord name="Above"/>
</AutoComplete>
</NotepadPlus>

 

Does notepad++ auto complete has this feature if i press "a" it should list down abort and Above in suggestions list irrespective of uppercase or lowercase or its always case sensitive?