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, 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...
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...
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...
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...
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...
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: ...
... 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...
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...
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...
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...
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...
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...
... 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...
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........
... 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...
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...
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...
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 ... ...
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...
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...
... 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...
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...
... 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...
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...
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...
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...
... Check out Gobby ( http://gobby.0x539.de/ ). It's not compatible with SubEthaEdit, but it provides some similar collaborative text editing features. But,...