Re: [Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

2017-11-13 Thread elextr
Maybe something is overwriting your multiple select setting so it back to single? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1141#issuecomment-344129753

Re: [Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

2017-11-13 Thread Ryan Wiedemann
I've got a branch [here](https://github.com/Ryan1729/geany/tree/ryan1729debug) that callsSCI_ADDSELECTION on ctrl-click, and calls SCI_ROTATESELECTION on ctrl-right-click. Mysteriously, if you ctrl-click then ctrl-right-click somewhere else, by the time the right click happens, the number of sel

Re: [Github-comments] [geany/geany] work on adding multi-select (#1687)

2017-11-13 Thread elextr
Its not a hard and fast rule (Geany has relatively few of them), but if something gets to the point where its actually usable, then doing further development on a pull request is occasionally done, the problem is that anyone contributing more than just comments has to make the pull request to yo

Re: [Github-comments] [geany/geany] work on adding multi-select (#1687)

2017-11-13 Thread Ryan Wiedemann
Closed #1687. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1687#event-1339949470

Re: [Github-comments] [geany/geany] work on adding multi-select (#1687)

2017-11-13 Thread Ryan Wiedemann
> If you just want to ask a question its probably better to leave the code in a > branch your github fork and point to it from an issue, rather than making a > pull request. Fair enough. I've seen some other projects put work in progress stuff in pull requests, but if you folks prefer pointing

Re: [Github-comments] [geany/geany] work on adding multi-select (#1687)

2017-11-13 Thread elextr
> This is currently not working. If you just want to ask a question its probably better to leave the code _in a branch_ your github fork and point to it from an issue, rather than making a pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [Github-comments] [geany/geany] work on adding multi-select (#1687)

2017-11-13 Thread elextr
If Scite does what you want, look at its code for hints. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1687#issuecomment-344109375

Re: [Github-comments] [geany/geany] work on adding multi-select (#1687)

2017-11-13 Thread elextr
Marked `work in progress` since it simply deletes existing functionality, and that is unacceptable. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1687#issuecomment-344109167

Re: [Github-comments] [geany/geany] work on adding multi-select (#1687)

2017-11-13 Thread Ryan Wiedemann
This is currently not working. I've assigned adding a selection to ctrl-click, and rotating the selection, (making the nest selection the main selection, which I expected to make the selection show up in the UI,) to ctrl-right-click. I've also had it print out how many selections there are after

[Github-comments] [geany/geany] work on adding multi-select (#1687)

2017-11-13 Thread Ryan Wiedemann
add some multiselect wrappers, set multiple selection to true and call sci_add_selection on ctrl-click You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1687 -- Commit Summary -- * add some multiselect wrappers, set multiple selection to tru

Re: [Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

2017-11-13 Thread Ryan Wiedemann
Just to be absolutely clear what we're talking about, here's a gif recording of an unconfigured SciTE 4.0.2: ![scite_multiple_selections](https://user-images.githubusercontent.com/2133026/32747877-772038a2-c877-11e7-97cd-4a47153ef1b3.gif) In the gif I `Ctrl-click` twice (unfortunately you can't

Re: [Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

2017-11-13 Thread AdamDanischewski
Lol, yea I was only scrolling up only to his new comment for some reason - disregard the clarification request. I see what you are looking for now, best of luck. I developed the first patch for the multiselect functionality that's working now. I didn't implement it ultimately in Geany because of

Re: [Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

2017-11-13 Thread elextr
@AdamDanischewski read the OP (and its not me that wants it :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1141#issuecomment-343910336

Re: [Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

2017-11-13 Thread AdamDanischewski
@elextr It sounds like you want something like crtrl-click multipositional multiselect Can you describe in words what you mean by the missing functionality? (or better yet post an animated Gif from it working on another editor) -- You are receiving this because you are subscribed to this th

Re: [Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

2017-11-13 Thread elextr
@AdamDanischewski as noted in reply to your previous post above, ctrl+shift+click makes a rectangular selection, not a multiple selection, this is _not_ the same thing. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https:

Re: [Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

2017-11-13 Thread AdamDanischewski
> How do you know it didn't work? Ryan by Ctrl-click do you mean Ctrl + Shift Click? If you haven't tried that, give it a shot I think that provides the functionality that is referred to in the API documents. -- You are receiving this because you are subscribed to this thread. Reply to this e

Re: [Github-comments] [geany/geany] Reword two phrases in German translation (#1686)

2017-11-13 Thread Frank Lanitz
Merged #1686. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1686#event-1338281922