Garystar
unread,Nov 7, 2009, 11:28:34 AM11/7/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to freemat
I'm using Freemat 4.0 under Ubuntu Karmic (ver 9.10). I've been
working on several, different scripts and functions using the Freemat
Editor. I've noticed an interesting... anomaly. When I'm changing
something inside of parentheses (not adding it for the first time),
the editor will begin tabbing the entire line. With each keystroke,
it adds a tab so that the entire line is moving to the right as I
type.
After a bit of sleuthing, I've figured out that this happens when I'm
typing inside of the parentheses and the cursor is next to the right-
most parenthese and that parenthese is underlined. In 4.0, when the
cursor is next to one of a complete set of parentheses, it puts an
underline under both of them.
Also, this appears to only happen with letters, not with numbers.
Here is one example where I try to add some letters and it adds a tab
(which is set to 4 spaces) for each letter:
while(error_diff>1e-5);
while(error_diff>1e-5k);
while(error_diff>1e-5kk);
Here's another example, but adding numbers, which doesn't have the
same effect:
while(error_diff>1e-5);
while(error_diff>1e-50);
while(error_diff>1e-500);
I hope this is enough information that someone else can check it out
and see if they have the same problem. Thanks!