octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #8656] Variable Editor (expanded from Patc


From: Philip Nienhuis
Subject: [Octave-patch-tracker] [patch #8656] Variable Editor (expanded from Patch #8316)
Date: Thu, 08 Oct 2015 18:28:28 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38

Follow-up Comment #46, patch #8656 (project octave):

Yep works fine.
I also see that clicking on a struct (or struct array) shows a (series of)
cell(s) with "1x1 struct". I don't remember if this already worked that way
but it looks good.

Some other things (on top of the already long laundry list):

1. Every time I change some variable value of some variable that is NOT in the
variable editor, the variable editor pane flashes. So there's apparently some
unnecessary overhead behind the scenes.  This has been so for a long time.

2. I tried it on a Java object and that worked out adversely:

f = javaObject ("java.lang.Double", 6.5)
    <open in Variable Editor> 
     ==> an infinite list of repeating errors:
error: [java] java.lang.IllegalArgumentException: not a Java array
error: [java] java.lang.IllegalArgumentException: not a Java array
error: [java] java.lang.IllegalArgumentException: not a Java array
error: [java] java.lang.IllegalArgumentException: not a Java array
:


This also happens when I do something with the Java object and the variable
editor is shown with other variables - it looks related to 1. above.  The
variable editor apparently queries the workspace and hits the Java object
somehow.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8656>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]