wxMaxima
|
This file defines the class AutoComplete. More...
#include "Autocomplete.h"
#include "Dirstructure.h"
#include "ErrorRedirector.h"
#include <wx/filename.h>
#include <wx/sstream.h>
#include <wx/textfile.h>
#include <wx/txtstrm.h>
#include <wx/utils.h>
#include <wx/wfstream.h>
#include <wx/xml/xml.h>
#include <wx/mstream.h>
#include <algorithm>
#include "builtin_commands.h"
Functions | |
wxDEFINE_EVENT (NEW_DEMO_FILES_EVENT, wxCommandEvent) | |
This file defines 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.