Closed GoogleCodeExporter closed 9 years ago
Yeah I have no idea....
Keystroke gets picked up in document listener in EditorMangaer.java, sent to
FEUSender.java, sent to BackendClient.
That's really it on our end.
Original comment by rvmille...@gmail.com
on 29 Mar 2011 at 2:49
Never attached output =/
Original comment by rharagut...@gmail.com
on 29 Mar 2011 at 2:49
Attachments:
Try it again, I made a boolean variable volatile in EditorManager that *might*
help...
Original comment by rvmille...@gmail.com
on 29 Mar 2011 at 3:07
Tried it twice, same problem
Original comment by rharagut...@gmail.com
on 29 Mar 2011 at 3:15
I fixed the problem. The issue was that for some reason the boolean flag for
turning off the listener didn't work. I made it so that it turns off the
listener before making the edit then turns it back on.
For the time being it works, but if you can find a faster implementation, feel
free.
I committed the code, so you might have to redownload the project if you've
made a lot of edits.
Original comment by rharagut...@gmail.com
on 29 Mar 2011 at 3:55
Original issue reported on code.google.com by
rharagut...@gmail.com
on 29 Mar 2011 at 2:33