I'm having a go at making the LaTeX mode more useful, largely through adding some scripts. For those who might be interested, I'm chronicling my progress on my...
... Reviving a slightly older thread... This can be done using UI Scripting. You basically have System Events click the appropriate menu entry, in this case...
Looking for Data Entry jobs? we can help you find the perfect job. Data Entry job opportunities that allow you to work offsite via computer rather than commute...
I've just downloaded SubEthaEdit and played with it a bit using Applescript to get it to open files on the server. Basically the idea we have is for everyone...
I am so lucky to find out we live in the same area. I am a sexy single girl and open minded. I'm very interested in you. Can we chat at the following site? ...
THIS IS ALL YOU NEED TO DO: 1- Activate Your Website 2- Login and access your website training material 3- Market your site using the material provided 4-...
We have over 700 companies that will pay you to: Take online surveys - Get paid from $5 to $125 Each Survey! Get paid to drive your car $1000 to $3000 per...
START EARNING TODAY! $10 - $300 Per Online Survey $50 - $300 Per Hour For Online Focus Groups $4 - $25 Per Hour For Previewing Movie Trailers Market research...
Dear neighbor, I have bought a house near you. Can we enjoy riding, hanging out, good food and an occasional drink this weekend? I am open minded and like To...
Hi all, Would be it possible of fare something against the recrudescence of Spam noted lately on this forum? PS : Sorry for the funny translation, thx Google...
... Sorry for that, I was hoping Yahoo's spam filtering would work a little bit better. I just switched on moderation, so mails will take a little bit longer ...
Hey Martin: I posted some time ago about making SubEtha Growl aware. I don't want to be a pest, but I really need that functionality. Any hope of making that...
Hello, Is there may be somebody already working on TypoScript code coloring? or are there people willing to collaborate on a typoscript version? regards Gijs...
... The "Internet" window allows (or should allow) you to connect to an arbitrary IP address. It won't connect to the internet if the IP is within your local...
That isn't working. It worked _once_ but since then we haven't been able to re- establish a connection. SEE always times out, and even when we use a document...
Subethaedit highlights matching brackets, but only for a very short while. Wouldn't it be nice to have the highlighting remain until the cursor moves away from...
Hey Martin: Still hoping for Growl support. I talked to the folks at Growl, but they say you guys need to support it. Growl support would make my life ever...
Is it possible to add structuring elements to the mode menu? I'd like to be able to put some dividing lines between groups of scripts, or possibly group...
Standard convention for Unix files is that they should end with a newline. Is there any combination of settings that will get SubEthaEdit to do this?...
... Well, perhaps in a future version, then. As it stands, the nine items I've got in the extended LaTeX mode I've been working on are pretty hard to read -...
Under the Format menu you will find what you are looking for on per document basis. In the Preferences you can set it for all new documents. Regards Alexander...
Consider the following three AppleScripts: -- script 1 do shell script "echo some text | /usr/bin/see" on seescriptsettings() {displayName:"Pipe into see"} end...
After some research and experimentation I was able to get the desired result with the following: do shell script "echo some text | /usr/bin/see &> /dev/null &"...
I believe you have misread me. In the Format menu, you can set the line endings to be carriage returns, line feeds, or both. However, the file itself should...
That is remarkably strange. I tried ending with & and redirecting the output to /dev/null individually, neither of which worked, but it didn't occur to me to...