Hi, i've got a project with various file, and obviously i have to jump
from one to another any time. The problem is that any time e click on a
file TM open a new tab, usually that's great but after sometimes i have
a lot of tab open and TM becomes slow.
This is the question, is it possible to disable tabview for some project
?
--
Thanks for the great works! this is a great software and it grows
quickly.
Fabio
___________________________________
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
http://mail.yahoo.it
Hi,
Would it be possible for the 'install & relaunch' feature, after
TextMate has updated itself, to reopen projects/documents that were
open before the update happened? OK, it's pure laziness (I just have
to switch back to iTerm and type 'e .' in the right terminal), but it
would make the update feel more seamless.
Regards,
Graeme.
--
Mail: mathie(a)woss.name | Web: http://woss.name/
AIM: Math1e | PGP: 1024D/D72F2737
Hi,
Auto-update works fine, except one point : when launched from a
non-admin account, the installation fails (Error message : "Error :
installing update"). When launched from an admin account, it works, but
at no moment asks for login and password.
Well, it's not really annoying, but perhaps a dialog box could be
added to ask for login and password when update is launched from a
non-admin account?
Thanks,
--
Jo <W:00°04'37" ; N:47°15'36">
1....'....12.....'....24.....'....36.....'....48.....'....60.....'....72
1. better progress indication would be great, one of those spinner
things below the buttons would do it. Also a way to abort an ongoing
search would save me so many force quits.
2. I'd love to have a file path regexp filter, so, say, it only
searches in files matching \.rb$ (I suppose glob would be nice for such
simple cases, but not at the expanse of the ability to use regexps when
needed, i think)
I'd love to be able to fold comment blocks. (I'm thinking ruby, but
really, any language)
I suppose it'd be possible with a simple modification somewhere in the
language bundle. Any pointers?
I'm sorry if this is a totally obvious question, but I'm trying out
Textmate after years of using BBEdit and I'm a bit lost.
I can see that there are built-in templates for XHTML documents, and
in the bundle editor I can apply a quick-key to, I assume, create a
new template, but pressing this key does nothing.
The whole concept of bundles and templates is really confusing. All I
want to do is create a new document via quick key with some pre-
determined text in it - how do I do this? Do I actually need to use
command line commands to do this?
Thanks,
Neil
--
Slumming at the BeatnikPad : http://www.beatnikpad.com/
The person you love is 72.8% water.
I'm subscribed to http://macromates.com/textmate/changelog.rss -- but
couldn't download the latest from the provided link until I changed
the suffix to .tbz instead of .zip. HTH.
--
Ryan Platte
Even though the language says HTML, all snippets are actually
XHTML ... so I was just curious about the rest of the HTML bundle-
thingies, everything seems to be HTML compatible, right? It's just
that the "code"-snippets happen to be XHTML?
So if I just edit them, I'll be HTML set?
Andreas
Is there a reason why command+t and shift+command+t don't work the
same way?
It may be bad coding to have lots and lots of symbols in one
document, but html files (and some js files) can get big and I'd like
a good way of quickly navigating around the symbols.
Andreas
In 499, if I try to check for updates I get the error:
Remote file or URL was invalid
Neil
--
Slumming at the BeatnikPad : http://www.beatnikpad.com/
The person you love is 72.8% water.
Hi all,
I am now getting the RSS feed on the changes and getting the new
versions from the in-app update. This is good. I noticed that one
change is that the command line utility has been renamed from "tm" to
"mate" to prevent what I have already done too many times! (I guess
that rm is just too ingrained into my fingers to learn tm.)
Thanks for this change and how do I get the new script? Is it the
same as tm and I should just rename tm? Or, is it a new script that I
should install?
Thanks,
-Eric
I've got an idea to make it possible to have a "Send to TextMate" and
"Edit in TextMate" in a browser window, the first being to send a
text block to TextMate the second to send text and allow saving the
changes back to the server. Trying to think of how best to make this
possible. So far I've got three possibilities:
1. A browser plugin that takes control of a new MIME type and when a
link is clicked the mime type is sent and the plugin saves the file
to /tmp and then opens it with a helper application that takes over.
Issue being the complexity of using a plugin and compatibility
between browsers. Also that it takes changes on the server-side in
reguards to MIME types.
2. A placeholder browser plugin that does nothing, but can be tested
for. A protocol helper link is placed on the page by a script if the
plugin is found. The helper application takes over when the link is
clicked (like a mailto link).
3. Simply have a protocol link that's broken for non Textmate users.
Anyone else have any slick way they can think of handling this?
Possibility one has the advantage of being what mediawiki uses for
this, and it could be supported pretty easily, on the flipside it's
also the most complex option, and pretty invasive really. I'm sort of
leaning toward #2 at the moment.
>
>>>> I'm getting this error after copying the new command line tools to /
>>>> usr/local/bin:
>>>> tm: you need to update this helper tool.
>
> This is actually quite strange, since the protocol used to
> communicate with TM and the tool is at the same version as it has
> always been (so no combination of TM and the tool should give this
> error).
>
> The only reason I see is that the TM started actually predates
> implementation of the protocol. Do you keep old versions of TM
> somewhere on your disk (even the trash counts here)?
Nope, no old versions on disk. However the issue mysteriously
disappeared when I checked just now.
*crosses fingers*
- Ben
When I select a result in the 'Find in Project' panel, then scroll a
bit around in the document window, and select the same result again
in the 'Find in Project' panel, nothing happens. I have to select
another entry first for something to happen.
Gerd
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