I am using 1.1b8 and the Python bundle is not showing up in the view
language selection menu, accordingly no syntax highlighting when
opening python files. I have the complete set of bundles from svn,
Python is there in the bundles folder. Any ideas. This was not
working in b7 too.
Hiya,
Is there any way to have a tabbed interface without having to create
a new project? The practical use is for people that use an external
ftp client. Since ftp is not built into TM, we have to open each
document independently with an ftp client. It gets really messy when
working on a big project!
Justin
hullo. it seem the ruby syntax parser has issues with the legal
"#{("and" + " like '%#{@mimetype}%'") unless @mimetype.nil?}"
I've used "#{("and" + " like '%" + @mimetype +"%'") unless @mimetype.nil?}"
instead. but thought i would pass along this bit.
--
this morning i breathed down a hill,
last night i breathed into the sound of warm blankets
today i tango to El Cholulo
TextMate Version 1.1b5
Hello
I would like to know if it is possible to print with colors (like
syntaxe) and if i can choose the size of the font for the impression
(the size in the prefs...) .
Thanks
Alain Matthes
Hi.
I'm using TextMate v1.1b8 (2005-05-07) on Tiger.
I just spent 30 mins or so customising my themes with the built in
theme editor, and since it was running very slowly I quit and
restarted TM, only to discover none of my changes had 'stuck'.
Is there something I'm missing? Is persistence of these changes not
yet implemented, or do i have a bug on m hands?
cheers
D
I'm probably daft and just not finding it, but what I cannot find is a
way to navigate inside of a columnar selection. There are several
situations in which I want to make a change in the middle of a column
selection, instead of the edge, or even more likely more than one
change in said selection. Simple arrow movement certainly isn't the
way as that undoes the selection. What is the obvious thing that I'm
missing?
Regards,
Robert
--
Robert M. Zigweid rzigweid(a)zigweid.net
http://rzigweid.zigweid.net
I downloaded the following css file:
http://www.opengroup.org/onlinepubs/009695399/utilities/style.css
and tried opening it with TextMate (b8), and both times I got a
spinning ball and had to force quite TM. It first appeared to load
fine, and then started coloring the file. One second later, it was not
responding any more. Any ideas what the problem might be?
Haris
A small bug(?) with bundles:
When you make changes to a bundle, a local copy is created in your
own library. That changes the TM_BUNDLE_PATH variable, which is used
by some commands to access scripts. Since these aren't copied along,
those commands stop working.
--
Sune.
Hello:)
Sorry for my bad english. I hope that you can understand my question.
I've some difficulties to use pdftricks with TextMate and TeXniscope
Example : graphe.tex
\documentclass[a4paper,10pt]{article}
\usepackage{ifpdf}
\ifpdf
\usepackage{pdftricks}
\begin{psinputs}
\usepackage{pstricks}
\usepackage{pstricks-add}
\usepackage{pst-plot}
\end{psinputs}
\else
\usepackage{pstricks}
\usepackage{pstricks-add}
\usepackage{pst-plot}
\fi
\begin{document}
\begin{pdfdisplay}
\[\psset{xunit=0.75,yunit=0.75}
\begin{pspicture}(-2,-2)(8,2)
\psset{griddots=0,gridlabels=10pt,subgriddiv=5}
\psset{shortput=nab,nodesep=3pt,arrows=->,labelsep=3pt}
\cnodeput(1,0){A}{A}
\cnodeput(5,0){B}{B}
\nccircle[angleA=90]{A}{0.6cm}_{0,75}
\ncarc[arcangle=40]{A}{B}^{0,25}
\ncarc[arcangle=40]{B}{A}^{0,5}
\nccircle[angleA=-90]{B}{0.6cm}_{0,5}
\end{pspicture}\]
\end{pdfdisplay}
\end{document}
i've no problem with Texshop but with TextMate...
In Command Output i've :
1: latex : command not found
and in the log
sh: line 1: latex: command not found
rm: graphe-fig1.aux: No such file or directory
rm: graphe-fig1.dvi: No such file or directory
rm: graphe-fig1.log: No such file or directory
rm: graphe-fig1.eps: No such file or directory
This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) \write18
enabled. etc...
Thanks Alain Matthes
Hey,
I'm running TM 1.1b8 on a 400Mhz iMac DV/SE with 512MB of ram
(running Tiger). Text rendering seems to be very slow... to the point
where it really isn't usable. It's most noticeable when you're
scrolling, or when you first open a document. It's slowest when
syntax highlighting is on... otherwise it's not so bad.
The iMac does perfectly fine in other text editors, web browsers, and
such.
Anyways, I just figured I'd get the word out, just in case nobody's
noticed :)
Justin