Discussion:
Typing ( in Wedit
(too old to reply)
Peter Percival
2018-01-22 14:16:57 UTC
Permalink
When I type '(' in Wedit it sometimes tells me that the file I'm editing
has been changed and it asks me if I want to reload it. Why is that?
Peter Percival
2018-01-24 19:38:42 UTC
Permalink
Post by Peter Percival
When I type '(' in Wedit it sometimes tells me that the file I'm editing
has been changed and it asks me if I want to reload it.  Why is that?
It seems that the '(' must follow a visible character as in

func(

but

for (

doesn't cause a problem.
jacobnavia
2018-01-25 18:55:13 UTC
Permalink
Post by Peter Percival
Post by Peter Percival
When I type '(' in Wedit it sometimes tells me that the file I'm
editing has been changed and it asks me if I want to reload it.  Why
is that?
It seems that the '(' must follow a visible character as in
    func(
but
    for (
doesn't cause a problem.
It seems like a bug in the functionality that searches for known
functions and tries to display the arguments. I must look into it but I
am very busy at the moment.

jacob

Loading...