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 131 - 160 of 212   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
131
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...
wendyyangue
Offline Send Email
Aug 12, 2007
3:20 pm
132
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...
MaamuT Delagrotte
maamutd
Online Now Send Email
Aug 13, 2007
7:24 am
133
... 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 ...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 13, 2007
10:02 am
134
... Ok, merci beaucoup ;)...
MaamuT Delagrotte
maamutd
Online Now Send Email
Aug 14, 2007
6:00 pm
135
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...
kilwinningjohnboy
kilwinningjo...
Offline Send Email
Aug 16, 2007
12:41 pm
136
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...
gijscom
Offline Send Email
Aug 27, 2007
8:00 am
137
I use SEE on a university network. To take notes in class, my friends and I need to be able to connect to each other's computers. I have a hostname...
mechcozmo
Offline Send Email
Sep 10, 2007
5:54 pm
138
... 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...
Martin Pittenauer
martinpitten...
Offline Send Email
Sep 17, 2007
12:19 pm
139
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...
mechcozmo
Offline Send Email
Sep 22, 2007
10:24 am
140
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...
Gus
jimmybigeyes
Offline Send Email
Oct 17, 2007
6:59 pm
141
... You can achieve the desired effect by double clicking one of the brackets. All the best, Martin...
Martin Pittenauer
martinpitten...
Offline Send Email
Oct 23, 2007
2:22 pm
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
Messages 131 - 160 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