Revision 126afe5...

Go back to digest for 18th March 2012

Bug Fixes in Educational

Martin Küttler committed changes in [cantor] /:

All backends have completion again, plus minor bugfix.

- Completion works for R and KAlgebra, but it currently cannot find out the
identifier type in these two backends, so there are no automatic parentheses
or similiar. Adding this feature for KAlgebra should be easy, I just don't
know the library. Maybe I'll look into this.
In R one could use the function is.function to identify functions, but maybe
the RServer can do better? Again I havn't had a close look at the code.

File Changes

Modified 8 files
  •   src/lib/completionobject.cpp
  •   src/backends/kalgebra/kalgebracompletionobject.cpp
  •   src/backends/maxima/maximakeywords.cpp
  •   src/backends/null/nullcompletionobject.cpp
  •   src/backends/qalculate/qalculatecompletionobject.cpp
  •   src/backends/R/rcompletionobject.cpp
  •   src/backends/scilab/scilabcompletionobject.cpp
  •   src/backends/scilab/scilabkeywords.cpp
8 files changed in total