Hi, my apologizes for asking probably the same question again.
I have loosed the Control-Escape (pop-up menu of bundles) shortcut
since Leopard and I can't even bind it again since it isn't in any
bundle nor menu, AFAIK
- Juan F.
El 18/12/2007, a las 13:00, textmate-request(a)lists.macromates.com
escribió:
> De: "Niels Kobschaetzki" <n.kobschaetzki(a)googlemail.com>
> Fecha: 18 de diciembre de 2007 12:00:28 GMT+01:00
> Para: "TextMate users" <textmate(a)lists.macromates.com>
> Asunto: Re: [TxMt] Control-Escape
> Responder a: TextMate users <textmate(a)lists.macromates.com>
>
>
> On Dec 18, 2007 10:02 AM, Juan Falgueras <jfalgueras(a)uma.es> wrote:
>>
>> Hi, my apologizes for asking probably the same question again.
>>
>> I have loosed the Control-Escape (pop-up menu of bundles) shortcut
>> since Leopard and I can't even bind it again since it isn't in any
>> bundle nor menu, AFAIK
>
> Did you switch off screen-sharing?
>
> Niels
Oooooooh!!!!! Then, must I have Screen Sharing Off all the time to
have my Bundles Pop Up menu accesible? :((
(Thanks Niels)
El 18/12/2007, a las 13:00, textmate-request(a)lists.macromates.com
escribió:
> De: Takaaki Kato <devlist(a)samuraicoder.net>
>
>
> On Dec 18, 2007, at 6:02 PM, Juan Falgueras wrote:
>
>> I have loosed the Control-Escape (pop-up menu of bundles) shortcut
>> since Leopard and I can't even bind it again since it isn't in any
>> bundle nor menu, AFAIK
>
> Did you check System Preferences > Keyboard and Mouse > Keyboard
> Shotcuts, and Control-Escape is not used?
yes, of course. Control-Escape is not used.
Hey,
I just got this message when compiling something that I used to compile
without any problem before. This causes me lots of trouble since it now
compiles with pdftex instead of latex... so my eps images don't work.
I searched on Google and I found something about the plist read and to
install Leopard... THIS IS NOT AN OPTION! I don't plan on installing
Leopard now and not before a few months.
Please tell me the fix for it. Is it possible to correct the plist file
so that it works ? I don't care if it's a temporary fix, I need my
compiler NOW.
Maxime Boissonneault
Étudiant chercheur à la maîtrise en physique
Président de l'AGLEBUS
--------------------------------------------
maxime.boissonneault(a)usherbrooke.ca
president.aglebus(a)usherbrooke.ca
(819) 821-8000 #63072 (jour)
(819) 823-1913 (soirs et fins de semaine)
It is really helpful. Thank you very much.
Wish Brad and all other guys merry christmas!
Frank
----- Original Message ----
From: Brad Miller <bonelake(a)gmail.com>
To: TextMate users <textmate(a)lists.macromates.com>
Sent: Tuesday, December 18, 2007 12:55:06 AM
Subject: Re: [TxMt] help pls! how to make comments for the current line?
Type command - /
This will comment the current or selected lines. Another command you
should learn is control-command-t This allows you to quickly and
easily search for commands that are releveant in the current textmate
scope. For example if you type control-command-t and type comment you
will see several commands related to comments including the one above.
Brad
On Dec 17, 2007, at 7:40 AM, Frank_f wrote:
>
> hi all,
>
> I am a new user and have the latest version of TextMate, using it to
> do some
> Python programming.
> I am wondering what hot-keys I can use to make and eliminate
> comments for
> the current line or for the selected lines?
> I am using TextMate with default setting. So, should I add some
> snippets or
> something else?
>
> I really appreciate if I can get any help from your guys.
>
> regards,
>
> Frank
> --
> View this message in context: http://www.nabble.com/help-pls%21-how-to-make-comments-for-the-current-line…
> Sent from the textmate users mailing list archive at Nabble.com.
>
>
> ______________________________________________________________________
> 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
______________________________________________________________________
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
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
hi all,
I am a new user and have the latest version of TextMate, using it to do some
Python programming.
I am wondering what hot-keys I can use to make and eliminate comments for
the current line or for the selected lines?
I am using TextMate with default setting. So, should I add some snippets or
something else?
I really appreciate if I can get any help from your guys.
regards,
Frank
--
View this message in context: http://www.nabble.com/help-pls%21-how-to-make-comments-for-the-current-line…
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
I understand that "<% -%>" doesn't make a new line in output.
But what's "<%- -%>"?
According to http://wiki.rubyonrails.org/rails/pages/FAQ#other ,
> How is <%- different from <% ?
> Apparently nobody knows.
>
Would it better to use <%- ? What's the best practice?
Does anybody avoid the start tag and tweak "Toggle ERb Tags" command?
Takaaki
--
Takaaki Kato
http://samuraicoder.net
I now use Textmate for all my drafting, and when I need to share a
draft with someone I simply e-mail as plain text or export an RTF for
better printing. I'm using Multimarkdown so that I can link to
established style sheets hosted on my personal website.
I've tweaked the "Convert to RTF" command in the MMD bundle to export
to Nisus Writer Express -- I'm hoping to develop a script or command
which will automatically create an appropriate header (based on some
variable, I'm not sure yet) -- but I was having the same problem in
TextEdit.
What's that problem? Even though I've got "font-size: 12pt;"
literally littered everywhere in the CSS file (see below), I'm seeing
16pt type either on direct export or if I preview in Textmate's built-
in browser and then copy and paste out to an RTF editor.
The CSS involved is like this:
@page
{
size: auto;
margin: 1in 1.5in 1in 1.5in;
orphans: 2;
widows: 2;
}
body
{
font-family: "Gentium Basic";
orphans: 2;
widows: 2;
font-size: 12pt;
}
h1
{
letter-spacing: 2pt;
font-weight: bold;
font-variant: uppercase;
margin-top: 4em;
page-break-after: avoid;
font-size: 12pt;
}
etc.
What am I doing wrong?
Hi,
maybe this is a very old hut, but still...
I really would like to be able to open an HTML page/code as TM HTML
output window from inside of an already opened HTML output window
because I need the TextMate.system() command.
There're several ways in my mind:
1) Javascript [don't work]
window.open('adress')
2) HTML [don't work]
<a href='adress' target='_new'></a>
3) shell [don't work]
mate -html 'adress' or cat 'adress' | mate -html
4) shell + Dialog 1/2 [don't know whether this would be possible, how
can I set the URL, and does TextMate.system() work?]
Write a nib containing a single WebView object
Any advices, hints? Or is this a feature request? I only need this
simple HTML output window without any buttons etc. I believe -
technically seen - it shouldn't be a problem ( Or? )
Thanks,
--Hans