Auto Complete List
-
Hi everyone! I couldn’t find anything on what I am trying to to do so I thought I would ask. So after manually editing some text documents for a project that I am working on I noticed that Notepad++ keeps a nice list of strings for and auto complete function.
I assume that the auto complete list is an array(maybe a vector) of strings. I want to loop through that list and print out each string on the list on a separate line.
Question
How do I get access to the auto complete list?Thanks
Matt -