wxMaxima
|
This file declares the class AutoComplete. More...
#include <thread>
#include <algorithm>
#include <memory>
#include <mutex>
#include <wx/wx.h>
#include <wx/xml/xml.h>
#include <wx/event.h>
#include <wx/dir.h>
#include <vector>
#include <wx/object.h>
#include <wx/regex.h>
#include <wx/filename.h>
#include <wx/hashmap.h>
#include "Configuration.h"
#include "precomp.h"
#include "Version.h"
#include <unordered_map>
Go to the source code of this file.
Data Structures | |
class | AutoComplete |
Functions | |
wxDECLARE_EVENT (NEW_DEMO_FILES_EVENT, wxCommandEvent) | |
This file declares the class AutoComplete.
AutoComplete creates the list of autocompletions for a string and allows dynamically appending maxima commands to this list as soon as they are defined.