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;
snippets not only for the selected but also for each line in
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
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".
Re: snippets not only for the selected but also for each lin
I will add this to the feature request list for the next major version.
Nikolay Dutchuk
Blumentals Software
Blumentals Software
Re: snippets not only for the selected but also for each lin
this feature is implemented in the 2014 version?
Re: snippets not only for the selected but also for each lin
Not as such but it can be done by writing a plugin. There will be help available soon online.
Blumentals Software Programmer