snippets not only for the selected but also for each line in

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
cf1
Posts: 13
Joined: Thu Aug 16, 2012 10:40 am

snippets not only for the selected but also for each line in

Post by cf1 »

the possibility of using snippets not only for the selected text, but also for each line in selected text.
example:

snippet:
$hRow[' * ']= 1;

text before snippet:
uno
duo
tres

text after the snippet:
$hRow[' uno ']= 1;
$hRow[' duo ']= 1;
$hRow[' tres ']= 1;
User avatar
Nikolajs
Blumentals Software Developer
Posts: 108
Joined: Mon Sep 19, 2011 8:28 am

Re: snippets not only for the selected but also for each lin

Post by Nikolajs »

I will add this to the feature request list for the next major version.
Nikolay Dutchuk
Blumentals Software
cf1
Posts: 13
Joined: Thu Aug 16, 2012 10:40 am

Re: snippets not only for the selected but also for each lin

Post by cf1 »

this feature is implemented in the 2014 version?
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: snippets not only for the selected but also for each lin

Post by Aivars »

Not as such but it can be done by writing a plugin. There will be help available soon online.
Blumentals Software Programmer
Post Reply