writing code using the keyword "default" as method in magik-statements like
- Code: Select all
MagikSF> my_var<<xxx.default(yyyy)
the code assistance algorithm adds automatically an underscore. The result is
- Code: Select all
MagikSF> my_var<<xxx._default(yyy)
which in turn results in a syntax error.
The same problem arises using the keyword "method" for example in
- Code: Select all
MagikSF> my_class.method(:xxx)
which results in
- Code: Select all
MagikSF> my_class._method(:xxx)
Is it possible to correct this inconvenience?
Thanks
Stephan Kamphausen
Rechenzentrum für Versorgungsnetze Wehr GmbH
Oberbilker Allee 203
D-40227 Düsseldorf