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

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

[Octave-bug-tracker] [bug #52859] double clicking variable in editor to


From: Marshall
Subject: [Octave-bug-tracker] [bug #52859] double clicking variable in editor to highlight all sometimes doesn't work
Date: Wed, 10 Jan 2018 14:24:27 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0

URL:
  <http://savannah.gnu.org/bugs/?52859>

                 Summary: double clicking variable in editor to highlight all
sometimes doesn't work
                 Project: GNU Octave
            Submitted by: marsian
            Submitted on: Wed 10 Jan 2018 07:24:26 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Marsian
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I found that sometimes double click doesn't work to highlight all as expected.



function something(var1,var2)

var1 = sin(var2);
alpha = cos(var1);
a(1) = 1;
for ind=1:10
  a(ind)=ind;
end

end


I can double click on any word above to activate highlight all except
sometimes some of the variables in the for loop (a and ind) depending on how I
click on them. For example, double clicking in the middle of 'a' or either
'ind' in the loop doesn't work, but clicking to the far left or right of any
does (though double clicking to the far left seems to highlight the wrong
portion of the text, but does do highlight all on the variable). I don't think
this is an exclusive list of ways it fails, but is just an example.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52859>

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




reply via email to

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