Hi all,
I'm very new to TextMate and I'm getting seriously hooked. I was
wondering about the purpose of the list. Is it just for feature
requests or is it also where I can ask usage questions?
I teach programming and use lots of languages. I have been trying to
find something that is not Eclipse and is not vi. I have been using
jEdit for a long time but it is starting to go dormant as the creator
moves on to other parts of life.
Thanks for a great new product and keep going!
-Eric
With relative frequency, I have to open a bunch of related files with
similar name. Before the latest betas, I could just hit cmd T repeated
times and open each at a time.
Now that TextMate clears the search to display the last opened items,
it's a bit more cumbersome to do it. So maybe TM could allow multiple
selection in the Go To File window, so that I can open them all at
once. (via both mouse and keyboard, prererably) What do you think?
if you put an inline comment in PHP on the first line of a function
declaration, something like that for instance:
function thumbnail_table($name='off', $size='off', $dimensions='off')
{ // values - 'name' 'size' 'dimensions'
it will mess up the little arrow thinggy for text folding.
.........................................
m i n i m a l d e s i g n
244 Fifth Avenue - Suite P233
New York, NY 10001-7604
USA
tel / fax: 212.931.8525
email: work(a)minimaldesign.net
site: http://minimaldesign.net/
If you don't follow my blog, I'd suggest reading this:
http://macromates.com/blog/archives/2005/10/02/self-updating-build/
Basically I now encourage using nightly builds (instead of just
betas), which should be much easier now that TM checks for updates
itself, and handles the updating automatically as well.
Hi,
When trying to download the 488 nightly build from
<feed://macromates.com/textmate/changelog.rss>,
<http://macromates.com/textmate/build/TextMate_r488.zip>,
we encounter a "not found" error :
"Not Found
The requested URL /textmate/build/TextMate_r488.zip was not found on
this server."
Is it a new feature? ;-)
--
Jo <W:00°04'37" ; N:47°15'36">
1....'....12.....'....24.....'....36.....'....48.....'....60.....'....72
When I'm writting ruby code, I stumbled across Cmd-/, which
comments/uncomments out the selected blocked of code.
Where are all these hidden key-binding documented? It's not in the
KeyBinding.dict that shipped with 1.1b17.
If I try to comment out the whole function below, it'd instead
uncomment the existing comment within the block. I'd rather have
Cmd-/ always do comment-out, and Cmd-Option-/ always do the uncomment.
Can I override the key-binding for the default comment/uncomment
behavior?
def foobar
# comment inside function body
do_something
end
Thanks for all your hard work.
Chris
> The version number is in the actual output window.
I see no version number. Screencap attached.
> Do you see the output in this same window? If so, does it state the
> version number as 1.2?
>
> If you do get the window, and you are at v1.2, then it might be
> CocoaDialog which is missing. To test this, try running: type -p
> CocoaDialog«ctrl R» in an empty buffer.
CocoaDialog seems to be there.
> What happens then instead?
outputs
this is a test
nil
end of test
> Does it Run your script as shown on my
> grab?
Nope.
> is your RubyMate at v1.2?
Uhh... not sure :)
Got a link?
Ben
> > Works for me -- using latest build (http://get.textmate.org/):
> >
> > cmd N (new buffer)
> > Paste previous 3 lines
> > option-ctrl-shift R (switch to Ruby)
> > cmd R (Run Ruby)
> >
> > And this is what I see:
> >
> >
> > <pastedGraphic.png>
> >
> > Entering a string and pressing return outputs the strings and
> finishes the program.
> >
> >
>
> The latest build works! Thank you.
>
> Bill
Latest build (478) does not work for me with this. Cheers,
Ben
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
FWIW, I would request that core JS methods be kept separate from HTML-JS-DOM specific bindings.
To be clear, clientX, et al are not in the core JS language, but rather are properties of objects exposed by HTML user agents. For a list of ECMAScript-specific objects, properties and methods, see
http://phrogz.net/ObjJob/objects.asp?langID=4http://phrogz.net/ObjJob/properties.asp?langID=4 <http://phrogz.net/ObjJob/properties.asp?langID=4http://phrogz.net/ObjJob/ob…>
http://phrogz.net/ObjJob/methods.asp?langID=4
________________________________
From: textmate-bounces(a)lists.macromates.com on behalf of Andreas Wahlin
Sent: Mon 9/19/2005 9:07 AM
To: TextMate users
Subject: [TxMt] addittion to JavaScript bundle
While poking around there I found some other things that should be
added (?)
clientX,clientY,scrollLeft,scrollTop,style
for support.constant.js
appendChild
for support.function.js
and support.function.event-handler.js should, I think, be made to
ignore case.
It would be cool if the one thing after styl. could be somehow me
matched to the css rules ...
er ... somethnig like this?
{ name = "support.constant.js";
begin = "\\.\\b(style)\\.";
end = "\\s*";
captures = { 1 = { name = "support.constant.js"; }; };
patterns = (
{ include = "#tag-stuff"; },
{ begin = "\\.";
end = "\\s*";
patterns = ( { include = "source.css"; } );
},
);
},
Andreas
______________________________________________________________________
For new threads USE THIS: textmate(a)lists.macromates.com
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate