wxMaxima
Autocomplete.cpp File Reference
#include <wx/sstream.h>
#include "Autocomplete.h"
#include "Dirstructure.h"
#include "Version.h"
#include <wx/textfile.h>
#include <wx/filename.h>
#include <wx/xml/xml.h>
#include "ErrorRedirector.h"
#include <wx/wfstream.h>
#include <wx/txtstrm.h>
#include <wx/utils.h>
Include dependency graph for Autocomplete.cpp:

Detailed Description

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.