advice2020 left a comment (geany/geany-plugins#1585) `SCRIPT 2` (OPPOSITE OF SCRIPT 1) `COMBINE LIST BASED ITEMS INTO LINE AND SEPARATE BY SPACES` Say you have a text file with the following lines of text ``` 1-apple 2-orange.txt 3-banana_ <blank line> 4-grape 5-pear 6-pineapple ``` --------------------------------------------------------
EXAMPLE 1 - APPLIES TO ENTIRE TEXT FILE Script would generate ``` 1-apple 2-orange.txt 3-banana_ <blank line> 4-grape 5-pear 6-pineapple ``` -------------------------------------------------------- EXAMPLE 2 - APPLIES ONLY TO SELECTED ITEMS Selecting line, script would generate ``` 1-apple 2-orange.txt 3-banana_ <blank line> 4-grape 5-pear 6-pineapple ``` -------------------------------------------------------- Thank you to anyone who reads this -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1585#issuecomment-4849346417 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1585/[email protected]>
