Hello again,
NVM is a Node Version Manager. I believe it works similarly to RVM (but I’m
not sure). Functionally they do the same thing; allow you to install
multiple versions of Node (or Ruby) and switch between them easily.
For NVM to keep multiple versions in the path it adds ~/.nvm/nvm.sh to your
.bash_profile, which interns amends the "default nvm-node path" to PATH.
Like this, `which node` will return something like
"/Users/______/.nvm/versions/node/v6.2.2/bin/node".
I could simply add that path to TM_PATH, but if node versions change,
TextMate will continue using the old version (or worse).
I’m sure some of you are running into this problem. What have you done to
solve it?
Thanks,
Graham Heath
Hi all,
I've noticed that any file that has a shebang at the top (#! /path/to/exec),
is automatically set to executable when saved. Is there any way to turn off
this functionality?
Regards,
Siame
Good evening everyone,
does anyone here know of some BibTeX language bundle and could point me there?
Having to edit (mostly my own … yes, I am _that_ old) BibTeX styles from time to time, I’d like to have a TM2 bundle for that. I’m talking of that nameless RPN language used in .bst files as described in chapter 4 of “Tame the BeaST” <http://mirrors.ctan.org/info/bibtex/tamethebeast/ttb_en.pdf>, not the data base language of .bib files.
Thanks!
Regards,
Martin Wilhelm Leidig
--
SatzTeXnik — Professional TeXing and TeXnical counselling
Hi,
Out of nowhere now every time I want to open a file using CMD+T, TextMate
crashes.
Crashlog is here: https://api.textmate.org/crashes/346883
Thanks,
Koen
Sent from [Nylas N1](https://link.nylas.com/link/33wd9n5m5l3cdcz4d1oikbwcz
/local-a1adcaac-e6bd/0?redirect=https%3A%2F%2Fnylas.com%2Fn1%3Fref%3Dn1&r=dGV4
dG1hdGVAbGlzdHMubWFjcm9tYXRlcy5jb20=), the extensible, open source mail
client.
Since updating to MacOS Sierra, I get this error when trying to open files from the shell. For example:
$ mate .
objc[48814]: Objective-C garbage collection is no longer supported.
Abort trap: 6
I’m running TextMate version 2.0-beta.12.4; trying to update says I have the latest version of TextMate.
Gregg Kellogg
gregg(a)greggkellogg.net
I run a lot of commands from TextMate, and sometimes they can take a long time to finish. The usual “execute line” command doesn’t return until the execution is complete, so the document (and TM as a whole) is unresponsive while waiting. I can run them in the background, but then I need a way to insert the output into the original document. My current workaround is to bring the document forward using 'mate', but that means whenever output is ready, the doc jumps into the foreground, interrupting anything else I may have been doing.
I don’t know of a way to do this, but it would be great if I could send text to a document without giving it focus… e.g. something like:
echo "some output" | mate --no-focus --uuid $DOC
-David
Hey
I hope I'm not getting on everyone's nerves with another feature
question -- can I make it work? -- or feature request -- if answer to
previous is negative, can you make it work? :)
My question: can I change the order of autocomplete suggestions, between
'user defined' and 'default/document harvested'?
I have a pretty large list of my own completions, some global. Internal
order of these completions seems to obey the order in which they appear
on the list. Yay!
But: the document harvested completions always seem to be suggested
before any of my own completions.
I know, I can entirely disable these default completions, but I use them
as well, just that mostly, my own completions should take precedence.
[wishful thinking on] Any way to change the order between user
completions and default/document harvested completions?
If someone can think of a way that requires messing around with some
default bundle scripts: I'll happily try it, did so before. Just
suggestions requiring to build my own are problematic: tried it a few
times, never got it to work 100% cleanly.
Thanks for lending me your time, reading the above.
Hi,
is there a way to control indentation by supplying a regex for the previous line and the current?
What I want to do is indent javascript chained methods calls (every line starting with a dot, except if the last line started with a dot itself):
Thanks
Fabian
Comment for jbuilder should be a #, but TM is putting a double slash. The files are Rails apps/views/<view>/xxx.json.jbuilder .
I’ve just started using jbuilder, but the hash seems to be the right one.
Can I change this? If so how?
======
Change file type to Ruby. Probably was JavaScript automatically.
Did I change it to jS or is that something TM does.
I can live with it as is.
Greg