Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
Index: SQL.tmbundle/Support/bin/db_browser.rb =================================================================== --- SQL.tmbundle/Support/bin/db_browser.rb (revision 7751) +++ SQL.tmbundle/Support/bin/db_browser.rb (working copy) @@ -134,6 +134,7 @@ def format(content, type) return '' unless content + content = content.gsub(/./, '?') if type == :number content else
This paste will be private.
From the Design Piracy series on my blog: