Copy or Cut Lines Containing
Submitted by Sunday, 1 August, 2004 - 17:52
on
Hello, I'm new to jEdit coming from BBEdit. BBEdit had functions called "Copy Lines Containing..." and "Cut Lines Containing...". I can't find that jEdit has a similar function, does it exist?
For those that are not familiar with those functions here is an example. Take the following text file:
bananas, apples, oranges, grapes
apples, bananas, grapes
oranges, grapes
bananas, oranges, apples, grapes, kiwi
If you choose the "Copy Lines Containing..." function and specify 'bananas' as your query your clipboard will be set with the following
bananas, apples, oranges, grapes
apples, bananas, grapes
bananas, oranges, apples, grapes, kiwi
For those that are not familiar with those functions here is an example. Take the following text file:
bananas, apples, oranges, grapes
apples, bananas, grapes
oranges, grapes
bananas, oranges, apples, grapes, kiwi
If you choose the "Copy Lines Containing..." function and specify 'bananas' as your query your clipboard will be set with the following
bananas, apples, oranges, grapes
apples, bananas, grapes
bananas, oranges, apples, grapes, kiwi