<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/vrapper/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/vrapper/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 28 Aug 2025 22:51:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vrapper/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Vrapper in Eclipse Theia?</title><link>https://sourceforge.net/p/vrapper/discussion/901740/thread/ef85f1beaa/?limit=25#92f6</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've been using Vrapper in Eclipse for 10+ years and ** love it**.&lt;br/&gt;
I have a project starting that is necessitating using Eclipse Theia (it's a TI project and they base their IDE platform on Theia).&lt;/p&gt;
&lt;p&gt;Any plans or ability to build Vrapper for Theia?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Carew</dc:creator><pubDate>Thu, 28 Aug 2025 22:51:59 -0000</pubDate><guid>https://sourceforge.net406f2b3f082ce80095cb607d92381996daea8e02</guid></item><item><title>Highlight While Yank</title><link>https://sourceforge.net/p/vrapper/discussion/901741/thread/bc546109a6/?limit=25#3e08</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;How do I briefly highlight the text that is being yanked?&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 21 May 2025 22:27:03 -0000</pubDate><guid>https://sourceforge.netc6f9d3b41b9567bc461ed691d5b7c232ccde6a82</guid></item><item><title>Highlight matching braces problem</title><link>https://sourceforge.net/p/vrapper/discussion/901740/thread/8877546c/?limit=25#42c4</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Highlighting matching brackets can be activated in vrapper mode if you use "End".  Cursor moves for a moment on EOLN and back on last character and matching bracket is highlighted.&lt;br/&gt;
Can it be used for solution somehow?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Longin Kandinsky</dc:creator><pubDate>Thu, 22 Jul 2021 11:40:54 -0000</pubDate><guid>https://sourceforge.netff398003039efa51f8c15c97461fba0ac0dc27a2</guid></item><item><title>Multi-cursors plugin</title><link>https://sourceforge.net/p/vrapper/discussion/901741/thread/36309514a0/?limit=25#3baf</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Any plans to include multi-cursors plugin in Vrapper ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nelson Teixeira</dc:creator><pubDate>Mon, 29 Jun 2020 12:58:55 -0000</pubDate><guid>https://sourceforge.net3d3ff645a0746d1acd928bf34ff329213dd5dc45</guid></item><item><title>Re-map to allow count before dot and after cgn command</title><link>https://sourceforge.net/p/vrapper/discussion/901741/thread/bd7e2ff7eb/?limit=25#c691</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Well... the substitution in same line is not really an issue to me. I'll keep the first version then.&lt;br/&gt;
If you take a look in the question I mentioned in the post above you'll see I tried the macro version first. But it's a lot more keystrokes. I'd prefer the remap version.&lt;/p&gt;
&lt;p&gt;But taking the oportunity, I would like to ask if you have any plans to include multi-cursors plugin in Vrapper.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nelson Teixeira</dc:creator><pubDate>Tue, 23 Jun 2020 20:47:14 -0000</pubDate><guid>https://sourceforge.net703e12a90f69750c72ece94ddcf03dd7651c1b86</guid></item><item><title>Re-map to allow count before dot and after cgn command</title><link>https://sourceforge.net/p/vrapper/discussion/901741/thread/bd7e2ff7eb/?limit=25#ae80</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ah, I'm afraid that remap will not function due to at least two missing features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Vrapper does not support expressions like &lt;code&gt;'string'.'string'&lt;/code&gt;, never mind functions like &lt;code&gt;repeat()&lt;/code&gt;. Parsing or executing them is thus nowhere implemented.&lt;/li&gt;
&lt;li&gt;Neither is there any support for &lt;code&gt;&amp;lt;expr&amp;gt;&lt;/code&gt; remaps or binding remap parameters like &lt;code&gt;v:count1&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I don't expect those features to arrive any time soon.&lt;/p&gt;
&lt;p&gt;Now, I believe it might be doable to implement the "count repeat" operator in Vrapper itself, or at least figure out something close to that. Another option would be to check if you couldn't do something with macros (the &lt;code&gt;@&lt;/code&gt; operator &lt;em&gt;does&lt;/em&gt; interpret the count value as a repetition counter), but that would change the way you work quite a bit...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">albertdev</dc:creator><pubDate>Mon, 22 Jun 2020 22:11:48 -0000</pubDate><guid>https://sourceforge.net6470fd4d726090f50f5226ae35984b6f2a9d2667</guid></item><item><title>Re-map to allow count before dot and after cgn command</title><link>https://sourceforge.net/p/vrapper/discussion/901741/thread/bd7e2ff7eb/?limit=25#0060</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Recently I learned the very useful cgn command that allows you to change a&lt;br/&gt;
searched word and use dot to repeat the change to make something similar to&lt;br/&gt;
Sublime's multi-cursors using vim's ways. The flow is this:&lt;/p&gt;
&lt;p&gt;Substitute foo by bar in:&lt;/p&gt;
&lt;p&gt;something&lt;br/&gt;
whatever.foo&lt;br/&gt;
    blaba.foo&lt;br/&gt;
then(foo&lt;br/&gt;
function foo&lt;/p&gt;
&lt;p&gt;/foo cgn bar ESC ...&lt;/p&gt;
&lt;p&gt;result:&lt;/p&gt;
&lt;p&gt;something&lt;br/&gt;
whatever.bar&lt;br/&gt;
    blaba.bar&lt;br/&gt;
then(bar&lt;br/&gt;
function bar&lt;/p&gt;
&lt;p&gt;This works in Vrapper also. Yet if I have say 20 words to change I found a&lt;br/&gt;
bit annoying to press dot 20 times. if I use a count before dot it doesn't&lt;br/&gt;
work. It changes only the ocurrence that is in the count position. I don't&lt;br/&gt;
mean it doesn't work in Vrapper. It doesn't work even in real VIM. So this&lt;br/&gt;
lead me to search a bit and initially I found the following remap:&lt;/p&gt;
&lt;p&gt;:nnoremap &amp;lt;leader&amp;gt;. :normal .&amp;lt;cr&amp;gt;&amp;lt;/cr&amp;gt;&amp;lt;/leader&amp;gt;&lt;/p&gt;
&lt;p&gt;This works in VIM and in Vrapper. I can do: /foo cgn bar ESC 3. and it&lt;br/&gt;
correctly changes the 4 occurrences. But not if I have a match in the same&lt;br/&gt;
line like:&lt;/p&gt;
&lt;p&gt;something&lt;br/&gt;
whatever.foo  otherever.foo&lt;br/&gt;
    blaba.foo&lt;br/&gt;
then(foo&lt;br/&gt;
function foo&lt;/p&gt;
&lt;p&gt;then it changes the first ocurrence in the line but not the second one.&lt;br/&gt;
So I posted in vi.stackexchange.com a question about this. This one:&lt;br/&gt;
&lt;a href="https://vi.stackexchange.com/questions/26081/how-can-i-repeat-the-cgn-sequence/26158?noredirect=1#comment46286_26158" rel="nofollow"&gt;https://vi.stackexchange.com/questions/26081/how-can-i-repeat-the-cgn-sequence/26158?noredirect=1#comment46286_26158&lt;/a&gt;&lt;br/&gt;
And got a better remap that works with all matches even if they are in the&lt;br/&gt;
same line:&lt;/p&gt;
&lt;p&gt;:nno &amp;lt;expr&amp;gt; &amp;lt;leader&amp;gt;. '&amp;lt;esc&amp;gt;' . repeat('.', v:count1)&amp;lt;/esc&amp;gt;&amp;lt;/leader&amp;gt;&amp;lt;/expr&amp;gt;&lt;/p&gt;
&lt;p&gt;This worked fine in VIM, but not in Vrapper unfortunately. Can you tell me&lt;br/&gt;
why and if I have any option to make this remap in Vrapper ? I use your&lt;br/&gt;
plugin in my daily work and this remap would be very useful to me.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">albertdev</dc:creator><pubDate>Mon, 22 Jun 2020 20:41:10 -0000</pubDate><guid>https://sourceforge.net861091b88cc873ae71537764d9f6c29abcafb27b</guid></item><item><title>Matchpairs support?</title><link>https://sourceforge.net/p/vrapper/discussion/901741/thread/4c5363bb72/?limit=25#2d1b/b69c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Kevin - This is a beautiful thing. (My brain actually typo'd on the need for &lt;code&gt;showmatch&lt;/code&gt;. Sorry about the confusion there) All I really needed was &lt;code&gt;matchpairs&lt;/code&gt;.  Supper cool and IOU dinner. Thanks so much for this and also the speedy turn-around. It actually gives one hope...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">k marx</dc:creator><pubDate>Thu, 04 Jun 2020 04:07:39 -0000</pubDate><guid>https://sourceforge.net294f7f57c48cf6f5fcce718f187b47d19035a5f7</guid></item><item><title>Matchpairs support?</title><link>https://sourceforge.net/p/vrapper/discussion/901741/thread/4c5363bb72/?limit=25#2d1b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I just realized that you said you would use &lt;code&gt;matchpairs&lt;/code&gt; with &lt;code&gt;showmatch&lt;/code&gt;.  I only added support for &lt;code&gt;matchpairs&lt;/code&gt;, vrapper still doesn't suppoort &lt;code&gt;showmatch&lt;/code&gt; and honestly, I'm not even sure where I would begin with that feature.  So adding support for &lt;code&gt;matchpairs&lt;/code&gt; probably doesn't help you at all... sorry.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin</dc:creator><pubDate>Thu, 04 Jun 2020 01:40:42 -0000</pubDate><guid>https://sourceforge.net5525dd6adcd0dcec3e921b346307112b2b3a1adc</guid></item><item><title>Matchpairs support?</title><link>https://sourceforge.net/p/vrapper/discussion/901741/thread/4c5363bb72/?limit=25#53ab</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;So I started looking into this feature request... and then I just kept going.  I got it implemented.  As far as I can tell, it works exactly like in Vim.  You can set matchpairs to a list with &lt;code&gt;=&lt;/code&gt;, you can append to the list with &lt;code&gt;+=&lt;/code&gt;, and remove from the list with &lt;code&gt;-=&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;I've created a new build and put it on the unstable update site.  Please give it a try and let me know if it works for you.  Just add the unstable update site (http://vrapper.sourceforge.net/update-site/unstable) to your eclipse and then run Check For Updates and it should find 0.75.20200603.  Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin</dc:creator><pubDate>Thu, 04 Jun 2020 01:35:35 -0000</pubDate><guid>https://sourceforge.net9dcece7cd3b0a1c8f6fc8333143f8fe38c8c20cb</guid></item></channel></rss>