Hi,
I am trying to adjust keybindings for text movement, and have issue
with my custom ^j shortcut (yes, Vim related ;-). In Pages and Mail
this shortcut works just fine, but in TextMate it is bound to
"Reformat and Justify" menu item. Therefor I added TextMate to
Keyboard shortcuts preferences pane, and assigned @^J to it. It works;
the new shortcut appears in the menu and I can use it. But the old
shortcut (^J) is also still bound to "Reformat and Justify", so it
doesn't work for the text movement.
Any ideas how to fix it?
Thanks!
--
Ksenia
On 5 Oct 2005, at 15:23, Neil Lee wrote:
> So, and I'll say it again, documentation! Give me a printable set
> of docs that I can take with me on the metro and I'm yours for life.
OK, here's a small start that will hopefully get Neil and others
going until something better comes around. ;-)
-- Unzip the attached "Create TextMate Print
Documentation.tmbundle.zip" file
-- double-click the "Create TextMate Print Documentation.tmbundle"
and TM will install it for you directly
-- Restart TM
-- Go to Automation -> Run Command -> Create TextMate Print
Documentation -> Create Print Documentation
-- Open Help -> TextMate Help and then you should see a "Single Page
Print Version" link in there. Click on it and print.
Quick hack that works great on my system, and should hopefully work
just as well on other systems.
Alternatively, you can Cmd+Click the TM icon in the Dock, right-click
the TM app icon, and select "Show Package Contents", Navigate to
Contents/Resources/English.lproj/TextMate Help Book/ and drop the two
documents inside this .zip file in there. But then they would be
replaced each time you update the main TM app.
PS. The Ruby Code Quality Control Committee should probably NOT look
too closely at my code in the command ;-)
Kind regards,
Mats
----
"TextMate, coding with an incredible sense of joy and ease"
- www.macromates.com -
Hi,
sometimes I test anything (like html page and perl scripts) writing
directly on Desktop, first to pass them in the correct localhost web
site folders, so I've set Apache to handle also $USER/desktop as
localhost directory.
I try to put in bundle editor, html this line:
open `echo $TM_FILEPATH | sed "s|.*/$USER/Sites/\(.*\)|http://
localhost/~$USER/desktop/\1|"`
but it doesn't work
Please, there is a solution?
Many thanks in advance
Salvo
Hi. Sorry if this was discussed or is obvious. I noticed that
Javascript files by default are highlighted as HTML, which means they
get no highlight if the file contains just Javscript code. And what
happened to the Java syntax bundle? I have a checkout of the latest
Bundles from Subversion. I don't know when the bundle dropped off but
it used to be there.
thanks, K
I didn't know where else to ask this question. If I purchase a single licenses for TextMate can I use it on a Desktop and a Laptop? (As long as I'm not using them at the same time?) I ask this question because I believe it was true with the Office 2004 Student and Teacher Edition license.
Hi all,
The following folding patterns for javascript will:
1. fold any line that contains a function, such as:
- object literal style function declarations (ala rails prototype)
- lambdas that you pass to your js implementations of map, select
and inject
2. not think single-line functions mark a fold start
foldingStartMarker =
'^.*\bfunction\s*(\w+\s*)?\([^\)]*\)(\s*\{[^\}]*)?\s*$';
foldingStopMarker = '^\s*\}';
Hope you find it useful.
I tested it against a dozen or so js files of varied convolutedness and
was quite satisfied, but if you find something wonky let me know.
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)