Hello, is there a way in Textmate during editing a file to open a "helper" window (something like in the subversion bundle when i hit shift+ctrl+a) where the exact menu entries of all commands are listed which are available for the current language. I mean to display the same menu which appears when I go to Bundles > LaTeX (for example) so that I can browse with the arrow keys through the commands.
Bye, Martin
On 27 May 2008, at 17:39, Martin Palma wrote:
Hello, is there a way in Textmate during editing a file to open a "helper" window (something like in the subversion bundle when i hit shift+ctrl+a) where the exact menu entries of all commands are listed which are available for the current language. I mean to display the same menu which appears when I go to Bundles > LaTeX (for example) so that I can browse with the arrow keys through the commands.
Do you mean something like CTRL+ESC?
-Hans
There is also ctrl + command + T, I discovered it yesterday. It lists all snippets and keyboard shortcuts.
Yea, that's exactly! The only odd thing is that the current menu pops out if I hit the right key but I can live with that! Thanks!
Bye, Martin
On Tue, May 27, 2008 at 5:51 PM, Hans-Joerg Bibiko bibiko@eva.mpg.de wrote:
On 27 May 2008, at 17:39, Martin Palma wrote:
Hello, is there a way in Textmate during editing a file to open a "helper" window (something like in the subversion bundle when i hit shift+ctrl+a) where the exact menu entries of all commands are listed which are available for the current language. I mean to display the same menu which appears when I go to Bundles > LaTeX (for example) so that I can browse with the arrow keys through the commands.
Do you mean something like CTRL+ESC?
-Hans
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Hans-Joerg Bibiko wrote:
Do you mean something like CTRL+ESC?
This sounds very interesting, but I just tried it and it dumped an error message into my document:
`require': no such file to load -- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/dialog.rb (LoadError) from /tmp/temp_textmate.PHwncD:3
Anyone have any ideas what I'm doing wrong?
Ed
@Martin: are you talking about ctrl+command+T? I don't have the window popping out when pressing the right key.
@Ed: I wasn't able to reproduce your problem.
@Thomas: No I'm talking of CTRL+ESC.
On Wed, May 28, 2008 at 11:15 AM, Thomas iamkenzo@gmail.com wrote:
@Martin: are you talking about ctrl+command+T? I don't have the window popping out when pressing the right key.
@Ed: I wasn't able to reproduce your problem.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
hello,
is there any tip you could give me briefly for reliably auto- formatting XHTML-code in TM?
I have terribly formatted sources I have to work on, so Im looking for a fast and easy way to "clean them up" a little.
sincere & thanks! dennis
Hello Dennis,
Have you tried the "Tidy" command in the HTML Bundle?
If the syntax highlighter is set the HTML (ctrl + option + shift + h) then you can quickly call the Tidy command by using the keyboard shortcut ctrl + shift + h. Or from the menus go Bundles > HTML > Tidy (should be at the bottom).
Give that a shot and if it does something you don't like maybe we can find something better.
- Joe P
On May 28, 2008, at 6: 29AM, Dennis wrote:
hello,
is there any tip you could give me briefly for reliably auto- formatting XHTML-code in TM?
I have terribly formatted sources I have to work on, so Im looking for a fast and easy way to "clean them up" a little.
sincere & thanks! dennis
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Hello Joseph,
thanks for your hint.
Give that a shot and if it does something you don't like maybe we can find something better.
OK... for formatting, this works as expected, though inline JS is not recognized and therefor mistreated.
Also I wonder why the doctype and head-section of the document, wrapping all the meta tags and css-/javascript-references is suddenly disapearing.
And the html and body declaration has gone too.
This must have been likely discussed before, is there anywhere you could point me to, so I can read how to avoid these problems?
Thanks again!
sincere dennis
On 27 May 2008, at 22:08, Ed Singleton wrote:
This sounds very interesting, but I just tried it and it dumped an error message into my document:
`require': no such file to load -- /Applications/TextMate.app/ Contents/SharedSupport/Support/lib/dialog.rb (LoadError) from /tmp/temp_textmate.PHwncD:3
Anyone have any ideas what I'm doing wrong?
@Ed: Actually the key combo CTRL+ESC can't be used in TM for a user-defined command. And AFAIK /Applications/TextMate.app/Contents/SharedSupport/Support/ lib/dialog.rb is obsolete.
Which TM version do you are using?
@Thomas:
@Martin: are you talking about ctrl+command+T? I don't have the window popping out when pressing the right key.
Did you try Bundles > Select Bundle Item... ?
--Hans
Hans-Joerg Bibiko wrote:
On 27 May 2008, at 22:08, Ed Singleton wrote:
This sounds very interesting, but I just tried it and it dumped an error message into my document:
`require': no such file to load -- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/dialog.rb (LoadError) from /tmp/temp_textmate.PHwncD:3
Anyone have any ideas what I'm doing wrong?
@Ed: Actually the key combo CTRL+ESC can't be used in TM for a user-defined command. And AFAIK /Applications/TextMate.app/Contents/SharedSupport/Support/lib/dialog.rb is obsolete.
Which TM version do you are using?
I'm running cutting edge (Version 1.5.7 (1464)) and I updated my bundles from svn only a couple of weeks ago. It's all a fairly recent reinstall on Leopard.
Ed