khalodark / addi

Automatically exported from code.google.com/p/addi
0 stars 0 forks source link

"intelli-sense" suggests unsupported functions. #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type in "sur" in the keypad
2. It suggests "surf()"
3. Pick that from the list.

What is the expected output? What do you see instead?

I expected it to be able to do "surf" if it suggests it. Instead i get a 
functiontoken not defined.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by a...@glaciology.net on 14 Nov 2011 at 8:54

GoogleCodeExporter commented 9 years ago
sadly this will be true for a while.  the intent is to support all base Octave 
functions (which covers most of the base Matlab).  Some functions are there and 
working, some functions are there and not working and some functions aren't 
there at all.  I do have a full test sweet that tells me which is which.  The 
keyboard was made to support all base functions partially because I don't know 
which are not working or missing, but also so I could get bugs like this, which 
tells me which functions are missing that people want.

Original comment by corbi...@gmail.com on 16 Nov 2011 at 7:23