The keyboard shortcut, ⌃⌘T, for "Select Bundle Item..." doesn't
work. All of my modifier keys work fine in other instances, and if I
click on the menu item then it works fine, but when I enter in the
shortcut, nothing happens. I don't think this shortcut is bound to any
programs running in the background. Has anyone encountered this
problem or know how to fix it?
Hey all,
I seem to be having issues getting both the rails and ruby bundles to work
properly. Both of them show up in the bundles dropdown, but don't seem to be
working. For example when I use the forin snippet it ends up giving me a
shell command of for in statement. Likewise many of the snippets associated
with the .rb file just dont seem to exist and none of the ones for the
html.erb/rhtml ones do, similarly the syntax coloring in the html.erb is not
working properly either. I've tried …
[View More]reinstalling both bundles a couple
times, does anyone have any insight on this?
Thanks for the help.
[View Less]
Hi everyone,
Is there a shortcut or bundle that allows us to move to the [n]th
occurrence of a char in the the current line?
This is similar to vim's:
"f{char}To [count]'th occurrence of {char} to the right. The cursor is
placed on {char} (inclusive).
F{char}To the [count]'th occurrence of {char} to the left. The cursor
is placed on {char} (inclusive).
t{char}Till before [count]'th occurrence of {char} to the right. The
cursor is placed on the character left of {char} (inclusive).
T{char}…
[View More]Till after [count]'th occurrence of {char} to the left. The
cursor is placed on the character right of {char} (inclusive)."
Thanks,
Jorge Luis
[View Less]
With so many great plugins now available, is there a way to change the size
of the Preferences window? In defaults for com.macromates.textmate, I see
window sizes for every other window in TextMate, but only
OakPreferencesWindowLeftTop.
Jay Levitt
I cannot find where in the TextMate documentation it explains how to go to
the end of a line or to the start of a line. It must be very simple, but I
don't know what the keyboard shortcuts are because I can't find any
reference to this in the Help System.
--
View this message in context: http://old.nabble.com/how-do-I-go-to-end-of-line-and-or-go-to-start-of-line…
Sent from the textmate users mailing list archive at Nabble.com.
In Stata, strings can begin with the two characters: `", end with the
characters: "'. How can textmate recognise these as quotation marks? The
following code in the Stata bundle won't work, because textmate doesn't parse
the 'begin' and 'end' lines as I'd like it to. Instead it (understandably)
complains that it finds a " where there should be a ; on the second line below.
Is there some way to get textmate to recognise this quotation convention?
{ name = 'string.quoted.single.stata';
begin =…
[View More] "`"";
end = ""'";
patterns = (
{ name = 'constant.character.escaped.untitled';
match = '\\.';
},
);
},
Any help much appreciated.
[View Less]
Hi
TM with LaTeX fails to launch skim or preview. TM works only
with "view in Texmate".
I have the same problem with a macbook and an imac intel 10.6.2
Alain Matthes
I've been trying to track down a problem in code folding for Ruby.
At this point, I have two 100+ line files, one of which has problems
and the other does not. The _odd_ thing is that cmp(1) says they're
identical. I have tried closing the files, stopping and restarting
TM, reloading bundles, etc. Nothing seems to make much difference.
One annoying constraint is that the code is proprietary, so I can't
just post it publicly (even in its rather cut-down form). Sigh.
Details:
TextMate 1.…
[View More]5.9 (1510)
Mac OS X 10.5.8 (Mac Pro)
RUBY_VERSION 1.8.5 (for Google Sketchup Pro 7.1.6859)
Guesses:
It appears that TM has saved bogus folding information for one of
the files, but not the other. Suggestions on tracking this down
or at least gathering useful information?
-r
--
http://www.cfcl.com/rdm Rich Morin
http://www.cfcl.com/rdm/resume rdm(a)cfcl.com
http://www.cfcl.com/rdm/weblog +1 650-873-7841
Technical editing and writing, programming, system design
[View Less]
I have been trying to get Scheme set up for Textmate. When I first installed
the bundle and tried the run command, I got an error. I had an installation
from Macports, but I wiped that and downloaded mit-scheme for Unix and
installed the binary in: /usr/local/bin.
I set the shell variable, "TM_SCHEME", and pointed it to:
"/usr/local/bin/scheme". Now, when I call the run command, it brings up the
read-eval-print-loop and it does not read the scheme text file I have saved.
Now, I understand that …
[View More]I could mess around with the Run command in the
Bundle editor, but I hardly have enough experience to do that. Does anyone
know if there is another bundle I can install that accounts for this issue,
or a different way in which I can install Scheme?
Thanks a bunch for the help.
--
View this message in context: http://old.nabble.com/Scheme-Run-Command-Doesn%27t-Read-Text-From-File-tp27…
Sent from the textmate users mailing list archive at Nabble.com.
[View Less]