Search the web
Sign In
New User? Sign Up
SubEthaEdit
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 142 - 171 of 212   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
142
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...
kilwinningjohnboy
kilwinningjo...
Offline Send Email
Nov 10, 2007
3:33 pm
143
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...
michael_j_barber
michael_j_ba...
Offline Send Email
Jan 5, 2008
9:01 am
144
... That's a good idea. Currently that's not possible but it sounds like a really useful addition. All the best, Martin...
Martin Pittenauer
martinpitten...
Offline Send Email
Jan 7, 2008
3:30 pm
145
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?...
michael_j_barber
michael_j_ba...
Offline Send Email
Jan 8, 2008
4:53 pm
146
... 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 -...
michael_j_barber
michael_j_ba...
Offline Send Email
Jan 8, 2008
4:53 pm
147
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...
Alexander Henket
ahenket
Offline Send Email
Jan 8, 2008
7:05 pm
148
Consider the following three AppleScripts: -- script 1 do shell script "echo some text | /usr/bin/see" on seescriptsettings() {displayName:"Pipe into see"} end...
michael_j_barber
michael_j_ba...
Offline Send Email
Jan 8, 2008
7:06 pm
149
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 &"...
Jeff Groth
jtgroth007
Offline Send Email
Jan 8, 2008
10:30 pm
150
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...
michael_j_barber
michael_j_ba...
Offline Send Email
Jan 9, 2008
9:17 am
151
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...
michael_j_barber
michael_j_ba...
Offline Send Email
Jan 9, 2008
9:18 am
152
... If you can filter through sed somehow, then the following should guarantee that the file ends with a line feed: sed -e '$s/\(.*\)/\1/' -- Cole...
Cole Tierney
cole_putnamhill
Offline Send Email
Jan 9, 2008
3:28 pm
153
That sounds like a content requirement that I would not expect SubEthaEdit itself to handle. However with the aforementioned sed option or any other third...
Alexander Henket
ahenket
Offline Send Email
Jan 9, 2008
11:33 pm
154
... Sure, there are other ways, as well; that's not the hard part. It's the "filter through ... somehow," as you note, that is the problem....
michael_j_barber
michael_j_ba...
Offline Send Email
Jan 10, 2008
8:35 am
155
OK, I'll bite: how do you enforce it? The mechanics of adding a line feed are not a challenge. Invoking it automatically on every save - and preferably in a...
michael_j_barber
michael_j_ba...
Offline Send Email
Jan 10, 2008
8:35 am
156
Hi list, I wondered if there are other people interested in running a standalone server for sharing documents (e.g. "SubEthaServer") on any other OS than Mac...
jannisleidel
Offline Send Email
Jan 10, 2008
11:13 am
157
... We are currently working on a dedicated server for Mac OS X. We will have a look at ways to bring it to other operating systems once we are finished with...
Martin Pittenauer
martinpitten...
Offline Send Email
Jan 10, 2008
11:26 am
158
Your requirement is not something that is intrinsic to any language or standard, but just something you want done. As such I would not expect any editor at all...
Alexander Henket
ahenket
Offline Send Email
Jan 10, 2008
2:12 pm
159
Ah, but it is intrinsic to languages and standards! Most relevant here is that POSIX defines a text file as being terminated with a newline. Various programs...
michael_j_barber
michael_j_ba...
Offline Send Email
Jan 10, 2008
4:40 pm
160
I did not know about the Posix requirement. It sounds like silly requirement, but if it is a standard, than so be it. A lot of great minds thought about Posix,...
Alexander Henket
ahenket
Offline Send Email
Jan 10, 2008
9:22 pm
161
POSIX does contain a fair share of silliness - there's a lot of history driving it, too. It's not strictly a requirement, though, but rather a definition....
michael_j_barber
michael_j_ba...
Offline Send Email
Jan 11, 2008
9:08 am
162
When I use the Compile and Run button on the menu bar SubEthaEdit compiles my classes okay but gives me an error that it can¹t find a class that is external...
Peter K. Johnson
petermankato
Offline Send Email
Jan 31, 2008
8:59 pm
163
I've taken a look at the Java mode scripts, and I think I know what the problem is. However, I don't really do any Java programming, so I can't be completely...
michael_j_barber
michael_j_ba...
Offline Send Email
Feb 4, 2008
11:03 am
164
Michael, Thanks for the details. The problem seems to be when Java is called to run the compiled program. I did a quick video (using Jing) to show what...
petermankato
Offline Send Email
Feb 4, 2008
3:25 pm
165
After watching your screencast, I think it might be a good idea to extract out the core of the Compile and Run script, and see if we can't better isolate where...
michael_j_barber
michael_j_ba...
Offline Send Email
Feb 5, 2008
9:53 am
166
As some of the readers of this list may know, I've been working, off and on, on adding scripting support to the LaTeX mode, integrating SubEthaEdit with LaTeX...
michael_j_barber
michael_j_ba...
Offline Send Email
Feb 17, 2008
5:28 pm
167
I can explain this issue, it is based on the synchronous nature of applescript. when you start running an applescript in subethaedit, and then try to run...
dasgeniedotcom
Offline Send Email
Mar 3, 2008
6:40 am
168
Is there any way (hidden preference, perhaps) to change the pattern of the swap file name. The ._ seems to cause problems when committing to an arch...
Jeff Groth
jtgroth007
Offline Send Email
Mar 16, 2008
10:26 pm
169
Hi everyone. I am trying to compile the currently open as code file with mxmlc. It did work actually. But then suddenly I got the following error message: ...
underdoeg
Offline Send Email
Apr 3, 2008
8:02 am
170
... But ... AppleScript doesn't wait forever for a response. IIRC, it times out after a minute. If your compile takes longer than that, you'll get the error...
michael_j_barber
michael_j_ba...
Offline Send Email
Apr 3, 2008
11:17 am
171
Tanks for your quick reply. I already set the timeout. But that didn't work. But with the try I can at least show a decent error message. Thanks. I don't...
underdoeg
Offline Send Email
Apr 3, 2008
4:54 pm
Messages 142 - 171 of 212   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help