I'm not looking for this right at the moment, but maybe a little bit further down the line. Is there any sort of "Learner39;s Circle" for SubEthEdit? Something...
Hey folks, Just thought I'd let you know that Marvin has been released. Read more about it here: http://zenangst.com/page/apps/marvin Hope you like it....
Hi, I'm a french user of SEE and would like to consider translating UI files/strings for the latest version, if it's not too much of a work (at least give it a...
I'd like to determine the tab width of SEE documents. There doesn't seem to be anything relevant in the scripting dictionary, but perhaps I've just missed it....
I wrote a little AppleScript to open Markdown documents in the Marked previewer, and thought some others might find it useful. It needs to be saved as a...
Hi, is it possible in general to make the folding working also for chapters, section, paragraphs, .. in LaTeX Mode? It works for begin-end-blocks, but the...
Hi *, I am currently trying hard to switch from TexShop to SubEthaEdit for my scientific writing. I would love to explain you a bit about the work-flow I've...
Some tasks in SEE make more sense to be available for all modes, not just a few. As an example, adding or removing comments is of interest for just about every...
I've written a mode for TaskPaper documents. The main features are syntax highlighting, scripts for task management, and project navigation using the function...
I wrote some scripts to support Ctags within SEE. They can be downloaded here: <http://www.box.net/shared/zksls0d28x>. I blogged about the scripts; a summary...
I notice that scripts no longer appear in the contextual menus, regardless of the "inContextMenu" setting. Is this deliberate? Will the feature return?...
Is there any way to get either the indentation level or the tab width for scripting purposes? I don't see anything promising in the AppleScript dictionary, but...
Does SubEthaEdit or the OS (Snow Leopard) control the double-click selection? I updated to 3.5 at roughly the same time I installed Snow Leopard so I don't...
I've begun adding folding support to the Makefile mode, specifically by adding a Command state to indicate the blocks of build commands for a target. I have a...
First, I want to say how impressed I am with the new folding features. While I (obviously!) haven't yet had much chance to use this new feature, it seems to be...
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...
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'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'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...
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...
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...
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...
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...
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...
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...
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: ...