Feature Requests item #1257614, was opened at 2005-08-12 13:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1257614&group_id=2439
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Herr Pfarrer (rpfarrer) Assigned to: Nobody/Anonymous (nobody) Summary: A Shift+Ctrl+V cycling "Paste" like in VS .NET 2003 Initial Comment: Hi, I recently discovered that VS .NET 2003 has a really interesting feature: - as usual Ctrl+V performs a "Paste" - the intersting thing is tat Shift+Ctrl+V cycles through the former "Copied" values so that you don't need anymore to navigate back and forth to get your multi copy done An example, I want to copy the if line and to substitute iToto by iTiti and I have the following lines: int iTiti = 12; if (iToto == 0) first I copy "iTiti", then I copy the whole "if" line and paste it miles away in the code I select "iToto" and hold down Shift+Ctrl and push twice V and I pasted "iTiti" I find this feature really useful, and thus I hope somebody would be nice enough to code it in SciTE I will try to do it on my own, but I'm lacjing spare time by the moment... See you ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1257614&group_id=2439 _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
