vkravets / FileTemplatesVariable

File Template Variables per Project IDEA plugin
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Autocomplete overrides the case of manually entered Variable name #5

Closed martinboy closed 10 years ago

martinboy commented 10 years ago

How to reproduce:

  1. Assume that you have a variable named PARAM_DOC which is already present in autocomplete dropdown
  2. We want to create a new variable named "Param_new"
  3. Start typing "Pa"
  4. Autocomplete will override ''Pa" with "PARAM_DOC" without an ability to write in lower case