vinsworldcom / nppQuickText

Notepad++ plugin for text snippet substitution.
GNU General Public License v2.0
21 stars 4 forks source link

multiple cursor support? #24

Open AlejandroNQ opened 3 years ago

AlejandroNQ commented 3 years ago

I'd love to make the npp equivalent to the vim

snippet beg "begin{} / end{}" bA
\begin{$1}
    $0
\end{$1}
endsnippet

note that the first hotspot doubles the cursor.

Is there any way of doing that? If not, it'd be a nice addition

vinsworldcom commented 3 years ago

Yes, I'd like that too! The DoxyIt plugin has an example of this. I don't see it happening without a total code rewrite and as I didn't create this plugin, just maintain basic functionality so it isn't abandoned, I would welcome help in realizing these new features.

Cheers.