I’ve posted about this before but didn’t come to a solution.
Say I have this R code:
foo <- test
foofoofoo <- test
foofoo <- test
How can I align the code like this:
foo <- test
foofoofoo <- test
foofoo <- test
I’ve tried selecting the code and running Bundles > Align > Align Source, but I get the message "Failure running “Align Source” interpreter failed: No such file or directory”.
Any suggestions?
Ross Ahmed
Ecologist
—
07875533906
Twitter: @RossAhmed <https://twitter.com/RossAhmed>
LinkedIn: Ross Ahmed <https://www.linkedin.com/pub/ross-ahmed/2a/775/590>
I’ve posted about this before but didn’t come to a solution.
Say I have this R code:
foo <- test
foofoofoo <- test
foofoo <- test
How can I align the code like this:
foo <- test
foofoofoo <- test
foofoo <- test
I’ve tried selecting the code and running Bundles > Align > Align Source, but I get the message "Failure running “Align Source” interpreter failed: No such file or directory”.
Any suggestions?
Ross Ahmed
Ecologist
—
07875533906
Twitter: @RossAhmed <https://twitter.com/RossAhmed>
LinkedIn: Ross Ahmed <https://www.linkedin.com/pub/ross-ahmed/2a/775/590>
Dear Sir:
I am running TextMate version-beta.8.5 on a Mac with OS10.11.2, and texlive
2015.
TexMaker, TexShop, and latex on terminal all work fine with the same .tex
file. But TextMate complains that:
"! LaTeX Error: File `xy.sty' not found."
The file xy.sty is properly located in the texlive system.
It must be a trivial problem except that I cannot figure it out. I
appreciate your help,
Luke W. Mo
Virginia Tech
Hi,
I was wondering if there is still an API to write Plug-ins for TextMate because I would like to create a Python debugger plug-in.
Thank you for this wonderful editor,
Louis
Since yesterdays update (v2.0-beta.8.4), the web view can’t load non-https urls.
This could of course be solved for the php documentation by using their secure domain, https://secure.php.net <https://secure.php.net/>. But I’m quite sure there are other bundles that open external sources over http as well.
Koen
Koen Punt mail(a)koen.pt <mailto:me@koen.pt> koen.pt <http://koen.pt/>
When editing a bundle, you can set the file types which this bundle should
apply to by default
Is there any way I am able to include file masks in this, or does it just
work on file extension?
For example, I have *.js files which obviously default to Javascript
My Smarty bundle is set to handle all *.tpl files
But now I want to override this by treating "js_*.tpl" files as Javascript
also
Thanks
I am trying to use Emmett in the latest TM and the latest Mac OS X, and I get a crash on launch every time. There is a fair amount of discussion on Github about this, and links to a non-official branch that supposedly fixes the problem, unfortunately I cannot get it to work in my system, either. Has anyone else gotten this combination to work? If so, what did you do?
Thanks,
Walter
I'm using a bundle [1] to highlight trailing whitespace. When there is
some trailing whitespace in a document and I select the text and the
selection covers the trailing whitespace, the selection gets a darker
color where there is trailing whitespace. But it's not consistent,
sometimes it gets the darker color, sometimes it doesn't. When I start
the selection on trailing whitespace the selection that covers the other
text also gets this darker color.
It's a bit hard to explain this so I created a screen recording [2]. The
red background color on the screen recording is the highlighted trailing
whitespace.
It's not a big issue since it's just the color of the selection, but I
though I could mention it anyway.
[1] https://github.com/mads379/Whitespace.tmbundle
[2]
https://drive.google.com/file/d/0B7UtafxGD9vENlBqVllvS0Frd0k/view?usp=shari…
--
/Jacob Carlborg
If I have a long line, most often in a Markdown file, the empty space on
the gutter is being highlighted for physical lines rather than the
logical line number.
In the attached screenshot, I would have expected the line number 23 to
have been highlighted. Instead, a blank space on the gutter has been.
Bob
------------------------------------------------------------------------
Robert J. Rockefeller
Richmond Hill, GA
www.bobrockefeller.com <http://www.bobrockefeller.com>
This doesn't work for me: `echo "<?php die(); ?>" | mate --type php`. TM2 opens with the type set to Plain Text. Is possible? I'm doing it wrong?
Thanks,
Q