Is there a simple way to add a time stamp to a document. It would be really nice to have a timestamp icon that could be added to the toolbar....
83
hammer_tosser
Feb 18, 2007 4:55 am
Is there any plan to support projects in SubEthaEdit? This is probably the only thing keeping me from using it as my primary editor. Birch...
84
Martin Pittenauer
martinpitten...
Feb 19, 2007 3:30 pm
... That's on our agenda for one of the next few releases. All the best, Martin...
85
Joel
joel_s_ie
Mar 3, 2007 5:03 pm
It would very handy to be able to search my SEE files with Spotlight directly instead of using a separate file content search tool. Is this this something that...
86
Richard
wings_rfs
Mar 3, 2007 5:55 pm
I've searched the SubEthaEdit web site till I'm blue in the face and can NOT find anything that resembles a user manual. The Help system is of no help either....
87
Martin Pittenauer
martinpitten...
Mar 3, 2007 6:06 pm
... We are working on a more comprehensive user manual. ... "Next Symbol" jumps to the next symbol. Symbols are also displayed in the Symbol Popup, next to the...
88
Richard
wings_rfs
Mar 5, 2007 1:10 pm
... Thanks for your reply Martin. I really do appreciate your attempt at explaining the purpose of the example I brought up, but seriously, if you put yourself...
89
Martin Pittenauer
martinpitten...
Mar 6, 2007 9:58 am
... Most text files should already be searchable with Spotlight. What kind of files are you working with? All the best, Martin...
90
Eric
ericbrian
Mar 7, 2007 3:16 pm
Anybody know how to add code coloring for a file extension? That is, when I open a file with the extension .cpy, I want the code to be colored the same way a...
91
Marc Manthey
marcmancologne
Mar 8, 2007 5:33 am
hi coders, i am pretty new to this, but i am working with a friend on an bonjour compactible app and i would like to set up an "bonjour server " in my...
92
Alexander Henket
ahenket
Mar 10, 2007 10:27 am
Hi, I sent the Dutch version for both 2.6.1 (March, 6) and 2.6.2 (March, 9) to Martins address, but I did not get an answer, nor do I see them in the files...
93
Martin Pittenauer
martinpitten...
Mar 10, 2007 11:58 am
... I'm there, but as you might imagine, we were quite busy working on the issues that required the 2.6.2 release. I will upload the 2.6.2 resources later this...
94
Alexander Henket
ahenket
Mar 10, 2007 12:24 pm
Yes I saw the two releases follow each other very quickly. Thanks for uploading beforehand. I always try to follow your releases at shortest notice possible....
95
Martin Pittenauer
martinpitten...
Mar 13, 2007 12:13 pm
... Hi Eric. Currently there isn't a ui for that yet, but you can add extensions as follows: 1) Hold down option, go to "Mode/Show in Finder/Python.mode" 2)...
96
kilwinningjohnboy
kilwinningjo...
Mar 15, 2007 10:17 pm
... Try changing the name of the SubEthaEdit file to have a .txt name. Then run a spotlight search and see if that makes any difference....
97
keysmcplay
Mar 20, 2007 9:59 pm
YES! I'm excited that a Multi-File Search is in the works. This is just about the only feature that I'm having to use a different program for. Having the...
98
kilwinningjohnboy
kilwinningjo...
Apr 5, 2007 4:42 pm
Any hope of adding growl compatibility to SubEthaEdit?...
99
sbrantschen
Apr 17, 2007 6:14 pm
I am aware of "see" to open files directly from the shell. Now I need two functions that go beyond that, namely: -- opening a file with the cursor positioned...
100
MaamuT Delagrotte
maamutd
Apr 18, 2007 3:28 pm
Hi all, In first, i'm sorry for my funny english, but i'm french and i don't speak very very well :/ My question : When i clik on the PHP icon for a little...
101
Chris Wells
lmmg_wells
Apr 18, 2007 4:23 pm
Hello Maamut, I found the URL in the mode package for PHP-HTML. I'm glad you asked because I've been curious about this as well. The URL is in ...
102
MaamuT Delagrotte
maamutd
Apr 18, 2007 5:05 pm
... Hi Chris ;) ... ;) ... Scripts/Lookup ... Wonderful :D I have just added a comment tag for the original string and after i copy a new string : (* open...
103
Ben Gollmer
ben@...
Apr 18, 2007 7:44 pm
... I was able to accomplish this with a combination of AppleScript and bash. First, I put this script in /usr/local/bin/seeline (it can go anywhere in your...
104
Stefan Brantschen
sbrantschen
Apr 19, 2007 5:08 am
... Hash: SHA1 Ben ... Thanks. I wasn't aware that osascript can take parameters from the command line. Great. (For this, I was working on a solution with a ...
105
Stefan Brantschen
sbrantschen
Apr 21, 2007 12:23 pm
Hi Can I scroll a SubEthaEdit window to show the current selection (or insertion point) from AppleScript? Thanks and regards -- Stefan...
106
Martin Pittenauer
martinpitten...
Apr 30, 2007 1:38 pm
... Unfortunately we don't have suport for that at the moment. All the best, Martin...
107
Stefan Brantschen
sbrantschen
Apr 30, 2007 3:43 pm
Martin ... Thanks for the info. Would you consider such AppleScript functionality in the future? Background: I use SubEthaEdit as monitoring device glued into...
108
letspetpuppies
May 4, 2007 1:03 pm
I receive files from clients in word documents on a regular basis and cut-and-paste the text into html files (which I edit in SubEthaEdit). That's great except...
109
dasgeniedotcom
May 4, 2007 1:13 pm
Thanks for your input. In the meantime (until we add a feature that will add HTML entity conversion) what you can do is convert the text to ASCII (via the...
110
Cole Tierney
cole_putnamhill
May 4, 2007 5:59 pm
... Before you paste the text into the document try running the following applescript: do shell script " pbpaste | perl -pe...
111
Martin Pittenauer
martinpitten...
May 4, 2007 6:10 pm
... I'd recommend using UnicodeChecker[1] to convert characters to their HTML entities (and vice versa). Install it and there will be an entry in...