1 Jun 2009 01:42
Re: Patch for column/rectangular editing , feature for 545068
Neil Hodgson <nyamatongwe <at> gmail.com>
2009-05-31 23:42:18 GMT
2009-05-31 23:42:18 GMT
Mike Lischke: > Hmm, how can that work if the selection is defined by the range > between anchor and caret? Moving the caret will then change the > selection implicitely due to that definition. Here is a command in SciTE for swapping the caret to the opposite end: function SwapSelection() anchor = editor.Anchor currentPos = editor.CurrentPos editor.Anchor = currentPos editor.CurrentPos = anchor end Neil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scintilla-interest" group. To post to this group, send email to scintilla-interest <at> googlegroups.com To unsubscribe from this group, send email to scintilla-interest+unsubscribe <at> googlegroups.com For more options, visit this group at http://groups.google.com/group/scintilla-interest?hl=en -~----------~----~----~----~------~----~------~--~---
RSS Feed