once copy bookmark and next line
-
Can I bookmark and next line copy ? İmposible
-
@Anilin-Losar said in once copy bookmark and next line:
Can I bookmark and next line copy ? İmposible
Not with manual bookmarking (where you click in the margin to place the bookmark.
If you are bookmarking with a search then it is possible to bookmark a line matching your search criteria and the line following.For example, if you are wanting to bookmark all lines containing
foo
and the line following, you could do this regular expression marking operation:foo(?-s).*\R(?s).
-
thanks friends but multiple item not working
http://prntscr.com/15ae1og -
@Anilin-Losar said in once copy bookmark and next line:
thanks friends but multiple item not working
No idea what that means.
And I don’t generally click on external links (don’t care enough to think about wanting to do it).
So if you’re trying to share images, just Ctrl+v paste them directly in. -
Hello, @anilin-losar, @alan-kilborn and All,
Alan, you said :
And I don’t generally click on external links
Yes, this is usually a wise precaution ! But I did it, without even thinking ! So, here it is the OP’s image :
Of course, I have a solution, but I’ll let you be the first to answer !
Best Regards,
guy038
-
sorry my bad english
guy038 thanks , waiting this :)
-
@guy038 said in once copy bookmark and next line:
Of course, I have a solution, but I’ll let you be the first to answer !
Well, Guy, that’s certainly not necessary!
I’d say the OP wants parenthesis around the initial OR’d data, something like
(foo|bar|fubar)(?-s).*\R(?s).
-
perfect work , thanks for help guys