[Github-comments] Re: [geany/geany-plugins] vimode: Handle folded lines correctly (PR #1338)

2024-05-22 Thread cresto sylvain via Github-comments
I just create #1349 for SCN_MARGINCLICK  part.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1338#issuecomment-2124750459
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] vimode: Handle folded lines correctly (PR #1338)

2024-05-22 Thread cresto sylvain via Github-comments
OK, it's works fine, thanks

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1338#issuecomment-2124413450
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] vimode: Handle folded lines correctly (PR #1338)

2024-05-21 Thread Jiří Techet via Github-comments
Merged #1338 into master.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1338#event-12885918807
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] vimode: Handle folded lines correctly (PR #1338)

2024-05-21 Thread Jiří Techet via Github-comments
@techee pushed 2 commits.

522b79dc7b1f25576e4bf44277f5e49bfa46cd9d  vimode: Take into account folded 
lines when moving cursor
33984abc9bd24bbf03db3ac517eb45ca2c7e6b7f  vimode: Ensure that the line with the 
cursor is expanded after performing a command

-- 
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1338/files/7ae19de41e7d45c1c97a96b06ade67d80edf26a1..33984abc9bd24bbf03db3ac517eb45ca2c7e6b7f
You are receiving this because you are subscribed to this thread.

Message ID: 


[Github-comments] Re: [geany/geany-plugins] vimode: Handle folded lines correctly (PR #1338)

2024-05-18 Thread Jiří Techet via Github-comments
@techee pushed 1 commit.

7ae19de41e7d45c1c97a96b06ade67d80edf26a1  Don't update cursor position when 
going down on the last line

-- 
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1338/files/fa7025ba9d58fb4680fb47e13bd5c05c6f1f1059..7ae19de41e7d45c1c97a96b06ade67d80edf26a1
You are receiving this because you are subscribed to this thread.

Message ID: 


[Github-comments] Re: [geany/geany-plugins] vimode: Handle folded lines correctly (PR #1338)

2024-05-08 Thread Jiří Techet via Github-comments
@techee pushed 1 commit.

fa7025ba9d58fb4680fb47e13bd5c05c6f1f1059  Fix motion problems with line wrapping

-- 
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1338/files/aeaaf3a895e75f44d4dab7d6211bb1bd93b69648..fa7025ba9d58fb4680fb47e13bd5c05c6f1f1059
You are receiving this because you are subscribed to this thread.

Message ID: 


[Github-comments] Re: [geany/geany-plugins] vimode: Handle folded lines correctly (PR #1338)

2024-05-07 Thread cresto sylvain via Github-comments
It seems there are some issues with the changes in commit 
[907b9bc](https://github.com/geany/geany-plugins/pull/1338/commits/907b9bc9830e601119e1d9df9d39848c3f697932),
 for example the cursor can no longer go up to the first line, or when some 
lines wrap.

I've made some changes to try and fix this with the commit 
[274ff97](https://github.com/geany/geany-plugins/pull/1326/commits/274ff97f51e65b02ae86579768ec8d41f5b5c611)
 . What do you think about this ?
Thanks

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1338#issuecomment-209859
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] vimode: Handle folded lines correctly (PR #1338)

2024-05-07 Thread cresto sylvain via Github-comments
Hello,

After read the 
[https://sourceforge.net/p/scintilla/bugs/2438/](https://sourceforge.net/p/scintilla/bugs/2438/)
 report, I think the best way to automatically set the cursor position on the 
visible line is surely to track the SCN_MARGINCLICK event.

I did some modification to handle this with the commit 
[5608b74](https://github.com/geany/geany-plugins/pull/1326/commits/5608b74cba25b571428da9a055e696ddb053a247)
 in pull request [#1326](https://github.com/geany/geany-plugins/pull/1326)

What do you think about this ?
Thanks

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1338#issuecomment-2098571981
You are receiving this because you are subscribed to this thread.

Message ID: