Skip to content

Commit

Permalink
A better description for te autocompletion file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Feb 22, 2020
1 parent 678a7a5 commit 31f60a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Autocomplete.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,12 @@ void AutoComplete::BuiltinSymbols_BackgroundTask()
if(output.IsOk())
{
wxTextOutputStream text(output);
text << "# This file allows users to add their own symbols\n";
text << "# to wxMaxima's autocompletion feature.\n";
text << "# If a useful built-in symbol of Maxima is lacking\n";
text << "# in wxMaxima's autocompletion please inform the wxMaxima\n";
text << "# maintainers about this!\n";
text << "# \n";
text << "# The format of the entries in this file is:\n";
text << "# FUNCTION: myfunction\n";
text << "# OPTION: myvariable\n";
Expand Down

0 comments on commit 31f60a2

Please sign in to comment.