Thanks for the confirmation. It looks like I will need to define some states for a couple of modes, so I'm sure I'll be following up soon with some questions...
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...
... Is = part of <charsintokens> in your case? ... Usually the default state is a parent to all other states. ... <import> imports the contents of a state into...
... I noticed similar behavior in the PHP-HTML mode and I filed a bug for it (SEE-3865). As excited as I am for the code folding, I had to downgrade to 3.2.1,...
... Not sure these issues are related. I'm sorry for the bug however. We will try to address it for 3.5.1 which should be due in about 2 weeks. All the best, ...
... No, it is not. The contents of <charsintokens> is: <![CDATA[_0987654321abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@-.]]> It looks like SHELL...
... Indeed I identified this as a bug we will fix for 3.5.1. It causes some keyword groups to not highlight consistently currently. Sorry for that. Took me a...
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...
... It's a change in Snow Leopard, but we are currently contemplating to make SubEthaEdit behave like 10.5 in that case, as the change strikes us as odd in...
Awesome. It does seem like an odd behavior change although I'm sure they have their reasons. What are the chances you'll implement the fix and then Apple will...
... We decided to handle selection differently than the standard text system on 10.6 in that case and maintain 10.5 behavior in 3.5.1. Apple is welcome to...
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...
I notice that scripts no longer appear in the contextual menus, regardless of the "inContextMenu" setting. Is this deliberate? Will the feature return?...
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've written a mode for TaskPaper documents. The main features are syntax highlighting, scripts for task management, and project navigation using the function...
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...
Hi griffin239, Here is a small script that might just do what you want: tell application "SubEthaEdit" set outputName to "murgalua Output" as text try set x to...
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...
... This is not the whole story. The LaTeX mode is customizable, so you can change how the document is compiled. This lets you pipe the output of the...
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...
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...
For reasons not entirely clear to me, the script will hang on some files (naturally, none I tested before posting about it!), with SubEthaEdit waiting for a...
Thanks for confirming that. That omission is pretty limiting when it comes to inserting text to match the existing program structure, so I hope you'll consider...