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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 163 - 192 of 212   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
172
The timeout should definitely take a while. I misunderstood what you meant when you said you "suddenly" got the error - I thought it was indicative of an...
michael_j_barber
michael_j_ba...
Offline Send Email
Apr 4, 2008
8:45 am
173
I've written a shell script to use SubEthaEdit for reporting script results. I call it "seeless", as it is vaguely like the "less" pager. The goal was to...
michael_j_barber
michael_j_ba...
Offline Send Email
Apr 13, 2008
2:09 pm
174
hiya was wondering if you plan to make the Objective C BEEP framework public before Apple makes their Objective C framework public. a few of us a berkeley want...
jimmy reza
turinreza
Offline Send Email
Apr 19, 2008
9:36 am
175
Maybe I'm the only one who would find this useful, but... I'd like to be able to select a bunch of badly formatted code and let SEE "auto-indent" it. The...
Gus
jimmybigeyes
Offline Send Email
Apr 19, 2008
9:36 am
176
... We have no immediate plans to do so, but might consider it in the future. (No promises, we'd have to do some clean-up and quite some documentation for it...
Martin Pittenauer
martinpitten...
Offline Send Email
Apr 22, 2008
12:39 pm
177
Just trying to get a useful implementation of BEEP to use in XCode. I was going to use RoadRunner (which is written in C) but it didn't seem full fledged........
jimmy reza
turinreza
Offline Send Email
Apr 24, 2008
8:06 am
178
... I have no first hand experience with it, but I heard good things about Vortex (http://vortex.aspl.es/). All the best, Martin...
Martin Pittenauer
martinpitten...
Offline Send Email
Apr 24, 2008
8:43 am
179
... What you're describing is often called a "code beautifier" or a "pretty printer". There are quite a few out there, especially for languages with a C-style...
michael_j_barber
michael_j_ba...
Offline Send Email
Apr 24, 2008
10:28 pm
180
Hello there! I wrote an Markdown mode, this is in beta state, but is usable. If you want an explanation and small screenshot, the link the post (in spanish) is...
geek.inside
Offline Send Email
May 28, 2008
7:21 am
181
Hi all folks, does someone know how the SubEThaEdit text encoding function, available from the "Format" and "Dateikodierung" menue works. Where can I get the...
dedvg158
Offline Send Email
May 30, 2008
10:06 am
182
Wow, thank you! Much obliged. I'll be checking the blog and trying to implement this. Gus ... "pretty printer". There are ... syntax. For Javascript and ... ...
Gus
jimmybigeyes
Offline Send Email
Jun 8, 2008
7:25 pm
183
Is it possible to use the return key or the backspace key as the keyboard shortcut for a mode script? If so, how?...
michael_j_barber
michael_j_ba...
Offline Send Email
Jul 6, 2008
5:01 pm
184
It would be nice to have syntax-highlighting work within HEREDOC strings, at least for PHP/HTML programming. Maybe few people use it, and I don't know how...
Gus
jimmybigeyes
Offline Send Email
Jul 6, 2008
10:14 pm
185
I've been happily coding with SubEtherEdit for years. I'm curious about the SubEther Text format, which I think would great for keeping track of changes over...
Vaughan McAlley
ockegheim
Offline Send Email
Aug 20, 2008
5:02 pm
186
... I just tried your script and it worked as intended on my machine. What encoding does your lua file usually have? Are you working on Tiger or Leopard? Intel...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 20, 2008
5:16 pm
187
A simpler approach for saving from a script would be to just have SubEthaEdit save the document directly. For example, to save your file to the desktop, I'd do...
michael_j_barber
michael_j_ba...
Offline Send Email
Aug 20, 2008
5:52 pm
188
... Aha, I tried making a symbolic link called test.lua that pointed to plain.txt and it works! As often seems to be the case, it has to be a symbolic link and...
ockegheim
Offline Send Email
Aug 20, 2008
11:13 pm
189
I've implemented Automator actions that (1) get text from the front document in SEE and (2) set text in the front document in SEE. They can be downloaded at...
michael_j_barber
michael_j_ba...
Offline Send Email
Apr 10, 2009
3:54 pm
190
I'd like to use AppleScript to do some things with the Find panel. There doesn't seem to be anything relevant in the AppleScript dictionary. I'm pretty sure...
michael_j_barber
michael_j_ba...
Offline Send Email
Apr 27, 2009
6:28 pm
191
I am wondering if there was a client only version for another operating system. I really love this application but the people I help and help me do not own a...
jcostanzo2004
Online Now Send Email
Apr 27, 2009
6:28 pm
192
... Check out Gobby ( http://gobby.0x539.de/ ). It's not compatible with SubEthaEdit, but it provides some similar collaborative text editing features. But,...
Steve Mokris
smokris
Offline Send Email
Apr 27, 2009
7:44 pm
Messages 163 - 192 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