errael

Results 101 comments of errael

This last message made me think of #10123, but further reading makes me think not. The fix, https://github.com/vim/vim/commit/9f53e7bd7f0865585a5447fa3665c5d4c4f91408, has some logging that can be turned on in src/gui_gtk_x11.c, but if...

@lkishalmi since you brought up the caret position issue, is there anything you'd like to add?

BTW, I tried `PROP_RELOADED` in an editor plugin to restore the caret position after a reload. The cursor behavior after reload is much improved.

@ralphbenjamin, @sdedic With your knowledge of `EditorCaret API`, any comment on using `PROP_RELOADED` to restore multiple caret positions after a reload?

> all I did is just to point to some source files. @lkishalmi I'm curious about what you meant: > try to improve the caret persistence situation maybe this is...

> Is it guaranteed that ... happen always in the correct order (1), (2) ? @sdedic The reload path is Wathcher thread: detects external change, FileObject.refresh, fires events CES does...

Changed the event to `PROP_RELOADING`. Fire two events, start and end. `evt.getNewValue() == true` indicates that a reloading is starting, `evt.getNewValue() == false` means that reloading is finished. This is...

> Q: the PR description seems to mention changes in `EditorLib2`, but the only modified files are from `openide.text` ? I mentioned it in the context of needing to deal...

@sdedic @dbalek @ralphbenjamin any comments/suggestions?

> also a feature that uses the new API Yeah, not having that seems a little weird to me as well. I forget how/where, can't the usage of the property...