Thread: Snippet Mania
View Single Post
Old 01-26-2017, 11:34 AM   #1
Thom*
The Fumbler
Thom* began at the beginning.
 
Posts: 66
Karma: 10
Join Date: Jun 2015
Device: android 4.2/fbreader
Snippet Mania

When I run a simple "insert text" snippet I hit control+j one time and all is well. When I run a snippet that puts text before and after selected text I have to hit control+j an extra time, apparently to "step out" of the snippet. A sample of the offensive snippet template is as follow:

Code:
<div class="docindent">
  <p><br/></p>

${1*}

  <p><br/></p>
</div>
Procedure is to select some text (usually one or more paragraphs), hit control+j, enter the trigger, hit control+j, hit control+j one more time.

I don't like this. Who would?

Am I doing this wrong? Is there something I can do to eliminate the extra control+j?

Thanks
Thom* is offline   Reply With Quote