wxMaxima
Classes
Autocomplete.h File Reference
#include "precomp.h"
#include <thread>
#include <memory>
#include <wx/wx.h>
#include <wx/dir.h>
#include <wx/arrstr.h>
#include <wx/regex.h>
#include <wx/filename.h>
#include <vector>
#include "Configuration.h"
Include dependency graph for Autocomplete.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AutoComplete
 

Detailed Description

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.