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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 183 - 212 of 212   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
193
... You are right, at the moment the find panel is not yet scriptble unfortunately. We will look into that for a future version. All the best, Martin...
Martin Pittenauer
martinpitten...
Offline Send Email
Apr 27, 2009
7:44 pm
194
... Interoperability between collaborative editors is a hard problem, that extends beyond just standardizing communications, due to the nature of the text...
Martin Pittenauer
martinpitten...
Offline Send Email
Apr 27, 2009
8:01 pm
195
Thanks for the replies. Yes it would be nice for cross platform. I understand that this would be difficult to implement. I will just wait and see. Someday...
jcostanzo2004
Online Now Send Email
Apr 28, 2009
9:11 pm
196
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...
michael_j_barber
michael_j_ba...
Offline Send Email
Aug 12, 2009
8:41 am
197
... That's the basic idea. ... As always I'd advice to have a look at the modes we ship for the "state of the art" in terms of black voodoo mode creation. ;) ...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 12, 2009
9:14 am
198
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...
michael_j_barber
michael_j_ba...
Offline Send Email
Aug 13, 2009
6:36 am
199
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...
michael_j_barber
michael_j_ba...
Offline Send Email
Aug 16, 2009
3:22 pm
200
... 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...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 19, 2009
3:11 pm
201
... 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,...
jtgroth007
Offline Send Email
Aug 19, 2009
3:12 pm
202
... 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, ...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 19, 2009
3:18 pm
203
... No, it is not. The contents of <charsintokens> is: <![CDATA[_0987654321abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@-.]]> It looks like SHELL...
michael_j_barber
michael_j_ba...
Offline Send Email
Aug 25, 2009
10:31 am
204
... 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...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 25, 2009
11:09 am
205
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...
ocdgeek
Offline Send Email
Aug 31, 2009
7:59 am
206
... 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...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 31, 2009
8:44 am
207
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...
ocdgeek
Offline Send Email
Aug 31, 2009
9:00 pm
208
... 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...
Martin Pittenauer
martinpitten...
Offline Send Email
Aug 31, 2009
9:14 pm
209
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...
michael_j_barber
michael_j_ba...
Offline Send Email
Sep 16, 2009
9:26 am
210
... Currently this is not available via AppleScript unfortunately. But I will file it as a feature enhancement. All the best, Martin...
Martin Pittenauer
martinpitten...
Offline Send Email
Sep 17, 2009
9:27 am
211
I notice that scripts no longer appear in the contextual menus, regardless of the "inContextMenu" setting. Is this deliberate? Will the feature return?...
Michael
michael_j_ba...
Offline Send Email
Sep 23, 2009
9:53 am
212
... That's a bug we intend to fix. All the best, Martin...
Martin Pittenauer
martinpitten...
Offline Send Email
Sep 23, 2009
10:00 am
Messages 183 - 212 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