• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Plain text editor
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Plain text editor


  • Subject: Re: Plain text editor
  • From: CYB <email@hidden>
  • Date: Thu, 04 Aug 2011 18:50:58 -0500
  • Thread-topic: Plain text editor

Title: Re: Plain text editor
Hi,

Since Lion won't allow Tex-Edit Plus I need to find another text editor to create plain text documents.

TextEdit is a logical choice but it looks like it can't handle tabs.

Pages and Word add so much garbage to be useless.

Looks like TextWrangler can't deal with tabs either.

Any other choices, Cheap?


TIA,

Robert Poland - Fort Collins, CO




Hi Robert, maybe I’m not understanding correctly what you mean, but I open TextEdit, new document, Menu Format: make plain text and I write Carlos  Ysunza Photographer each word is separated by a Tab and seve it.
Than I scrip:

set f to alias "MacPro:Users:cysunza:Desktop:tabText.txt"
set miText to read f
set oldTID to AppleScript's text item delimiters
set AppleScript's text item delimiters to {tab}
set tin to text items of miText
set AppleScript's text item delimiters to oldTID
-->>{"Carlos", "Ysunza", "Photographer"}

Carlos Ysunza B.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Plain text editor
      • From: Robert Poland <email@hidden>
References: 
 >Plain text editor (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: Big bug in shell scripting in Applescript
  • Next by Date: Re: Plain text editor
  • Previous by thread: Re: Plain text editor
  • Next by thread: Re: Plain text editor
  • Index(es):
    • Date
    • Thread