Columns

2018-02-13 Thread Mark Damon Hughes
rkdown | delimiters, but I'd settle for any simple regex transform. -- Mark Damon Hughes <kamikaze.m...@gmail.com> -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "supp...@barebones.com" rather than postin

Re: Are there any special features about this code editor?

2017-11-28 Thread Mark Damon Hughes
the Terminator of text editors. -- Mark Damon Hughes <kamikaze.m...@gmail.com> -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "supp...@barebones.com" rather than posting to the group. Follow @bb

Re: Filter to reverse order of lines

2017-11-17 Thread Mark Damon Hughes
nv python3 import sys with sys.stdin as f: lines = f.readlines() lines.reverse() for l in lines: sys.stdout.write(l) sys.stdout.flush() -- Mark Damon Hughes <kamikaze.m...@gmail.com> -- This is the BBEdit Talk public discussion group. If you have

Re: [ANN] BBEdit 12.0.2 (400035) pre-release

2017-11-14 Thread Mark Damon Hughes
Edit would open an untitled text >document at startup when the "New text document" application >preference was set, even in situations when non-text documents >had already been opened. Looks good, my bugs are dead! -- Mark Damon Hughes <kamikaze.m...@gmail.co