Allan wrote:
> On 22/9/2006, at 17:46, Fred B. wrote:
>
> > I tried every fixes I read about: Setting the prefs in Terminal (I
> > don't remember the exact command)
>
> What happens if you set it to another key than ⌃⎋?
>
How can it be set to another key?
Ira Cary Blanco
Marketing & Media
Samson Technologies Corp.
Samson | Hartke | Zoom
voice: 631.784.2200 x107
fax: 631.784.2201
email: blanco(a)samsontech.com
web: samsontech.com
Hi, I'm another (mostly) happy (more like nigh-elated) textmate user.
Does anyone recall this thread? How about this comment regarding
multiple panes in the Project drawer:
> You can't currently do anything nearly so complex.
> You CAN make groups of files, however.
>
> Just select a few files and the "group this stuff" command is it the
> little widget menu at the bottom of the drawer.
>
> This can actually speed textmate up quite a bit if you're working on
> a remote volume.
Does anyone know of any conditions that would prevent files from being
grouped? I've been trying to select a number of files for grouping, and
encountered no success. I've selected files in the same folder
reference, different folder references, files and folders in the same
and different folder references, everything I can think of. The "Group
Selected Files..." option in the widget / ctrl-click menu, however, is
always grayed out (disabled). Any suggestions?
David
When creating documents to validate with the XHTML doctype, the ampersand
character in any URL needs to be escaped as an HTML entity &
...TextMate will perform this automatic transformation on copied items
when you select text and use the "Wrap Selection as Link" command. It
takes the clipboard contents, filters it, and uses the result as the
default URL in the link. However, if the URL from the clipboard already
has escaped ampersands, TextMate will transform the entity as &
Clipboard Example: /some.php?option1=foo&option2=bar
When the Wrap Selection as Link command is issued wtih this URL stored in
memory, you get something like the following:
<a href="/some.php?option1=foo&amp;option2=bar" target="_blank">some
link</a>
TextMate's default behavior may need to be adjusted so it checks for
escaped ampersands in a URL before attempting to transform it.
Hello list,
I was wondering if anybody has put any work into making a Trac bundle?
At the minimum something which could understand the trac wiki syntax
and scope it as such ... I don't see a bundle in the svn repo so I
figured I'd ask before taking a whack at making one myself.
Thanks,
-steve
I have recently become unable to run tests in TextMate using the Ruby
bundle's Command-R "Run" option. It used to work, but at some point in the
past few weeks I started getting this error:
/Library/Application
Support/TextMate/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb:143:
undefined method `htmlize' for main:Object (NoMethodError) from
/Library/Application
Support/TextMate/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb:101
Using TextMate Version 1.5.3 (1258)
My /Library/Application Support/TextMate/Bundles directory is a svn checkout
of http://macromates.com/svn/Bundles/trunk/Bundles Revision 5277
I've installed TextMate, BBEdit, and XCode, and I seem to be caught
in the crossfire of a file association war. Example: TextMate wants
to be the editor for Fortran 90 files (.f90), but BBEdit wants to be
the editor for Fortran 77 (.f77) files, and XCode wants to be the
editor for plain old Fortran (.for) files. Does that make sense to
anyone?
What I'd like to do is remove all of BBEdit's and XCode's
associations, thus leaving TextMate as the editor for just about
everything (because it's set up to open unassociated files). Is there
an easy way to do that? I know of a program called RCDefaultApp that
can show the associations for a given app, but there doesn't seem to
be a way to do a "bulk unassociation," just one by one. Is there a
better way?
Trevor
Up until a few days ago I've used ctl-rightArrow to move to the end
of the current line in TextMate, and shift-ctl-rightArrow to extend
the selection to the end of line. Now it seems those commands move to/
select the next word, and are the same as opt-rightArrow and shift-
opt-rightArrow respectively.
It's entirely possible that I changed something on my end, but I'm
wondering if anyone else is seeing this? I'm using TextMate 1.5.3
(1258), and this started happening about two cutting-edge versions ago.
FWIW, ctl-rightArrow (and shift version) still work the way they
should in my other programs like Mail.app and TextEdit. It's only in
TextMate that they act weird.
- Dave
I am very happy to see remind being supported. (Thanks, Haris!) I
have two comments/observations, though.
First, though it is good practice to scope commands, there is a
reason to leave the display of your calendar unscoped. As it stands,
these receive the scope of source.remind. That means in order to view
your calendar, you need to navigate to your remind file(s). If they
are unscoped, you can view your calendar on the fly while working on
unrelated files.
Second, about the Remind-->Show-->This Month command. Why not use the
rem2html command? The output is more readable, and anyway it seems
odd to have html output of text---all that is being added is the nice
header.
A screenshot for comparison and an alternative monthly command can be
found at:
http://www.kalderon.demon.co.uk/Remind.html
(As anyone may gather from the screenshot, term here in London begins
in October.)
All the best, Mark
_________________
Mark Eli Kalderon
Department of Philosophy
University College London
Gower Street
London WC1E 6BT
Dept webpage: http://www.ucl.ac.uk/philosophy
Personal wepage: http://www.kalderon.demon.co.uk
Hola Haris (and other LaTeX bundle maintainers),
is there a reason (philosphical?) that there is no command for \emph
{} but there is for \textit{}?
Dan