Menu

Elastic tabstops feature

2007-03-08
2012-11-13
  • Nobody/Anonymous

    I have a tab delimited file (coming from excel) and I need to have the columns lined up. My solution has been to increase the tab size to accommodate the longest records. However, I came across this article http://nickgravgaard.com/elastictabstops/ on elastic tabstops, which would be a nice feature (if it could be implemented as an option, not a default).

     
    • pshute

      pshute - 2007-03-09

      Try saving from Excel as Formatted Text instead of Tab Delimited Text.

       
    • pshute

      pshute - 2007-03-09

      There's also the amazing Plugins/TextFX/Line up multiple lines by (,).

       
    • Nobody/Anonymous

      Wow, TextFX can really do everything! I hadn't noticed that feature before. Thanks.