org.nlogo.ide
Builds the trie from commands and reporters and provides fuctions to get suggestions. Special care should be taken as everything is inserted and retrieved in lower case.
Code below contains the Trie implementation for suggestion retrieval
Builds the trie from commands and reporters and provides fuctions to get suggestions. Special care should be taken as everything is inserted and retrieved in lower case.