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: anonymous
Subject: [Octave-patch-tracker] [patch #8656] Variable Editor (expanded from Patch #8316)
Date: Tue, 28 Apr 2015 12:09:50 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

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

Sorry for my conspicuous absence, I think this is an advance.

I found a possibly related pasting error on Linux which I fixed by rejecting
copy and paste requests if the variable editor does not have focus.

I have currently disabled opening subeditors on a double click. Commands such
as openvar("varname{2,2}") still work but I haven't tested them.

My fix for lower case inf and nan is hacky but I've traced the issue back to
octave_value::print returning the values in lowercase. Should I use something
else?

GUI issues are still outstanding.

My biggest concern now is how to handle invalid entries. For example:

temp = ones(10);
openvar("temp");

select a cell and type in some text.

The editor will then recover perfectly when any variable, including ans, is
changed. I haven't managed to automatically do this. 

Suggestions welcomed.

Michael

(file #33823)
    _______________________________________________________

Additional Item Attachment:

File name: Variable_editor_20150428.patch Size:75 KB


    _______________________________________________________

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]