Menu

#1629 LexMatlab: doesnt recognise X{1}' as valid syntax

Bug
closed-fixed
nobody
5
2014-08-14
2014-08-01
lostbard
No

The following are valid matlab transpose operations (scintilla state in comment):
X' % correct
X.' % correct
X(1)' % correct
X{1}' % currently treats the ' as a start of the string
[1]' % correct

Attached patch fixes this to work for all the above.

1 Attachments

Discussion

  • Neil Hodgson

    Neil Hodgson - 2014-08-02

    Committed as [506351].

     

    Related

    Commit: [506351]

  • Neil Hodgson

    Neil Hodgson - 2014-08-02
    • labels: matlab --> matlab, scintilla
    • status: open --> open-fixed
     
  • Neil Hodgson

    Neil Hodgson - 2014-08-14
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.