Hello!
Python3 is on track to getting type hints through annotations in functions,
which TextMate doesn't recognize.
I've tried to modify the current regex to recognize this new piece of
notation but I'm not that well versed enough in regex. Maybe someone more
experienced with it could do it?
Here are the references for it:
- https://www.python.org/dev/peps/pep-3107/
- https://www.python.org/dev/peps/pep-0484/
Cheers, Leandro
Hi,
Is there a way to desactivate the automatic replacement of some characters to html entities, ie when I type option-space in an html or markdown doc, it is automaticaly replaced with
I'd like to keep the character I typed as is as it make the text more readable (I mainly have international text with lot of non ascii chars) and most html entities are not necessary in html5.
Regards,
Joël
Has anyone tried integrating the WakaTime (https://wakatime.com) time
tracking service into TextMate? I'd love to be able to track my time
using this, but there's no"official" plugin for it for TexMate.
--
Keith Solomon - ksolomon(a)gmail.com
My Blog - http://keithsolomon.net/
I am experiencing an erratic behaviour with the TM2/Latex.tmbundle.
It seems that TM2 is recording the TM_LATEX_MASTER variable between
sessions.
I was working in a folder foofoolder1 where in the .tm_properties I had
defined TM_LATEX_MASTER = foo1.tex
Then I closed TM2 and created another file, foo2.tex, in another directory
foofolder2 unrelated to foofolder1. In this new folder, I didn't define
TM_LATEX_MASTER. For my surprise, where I pressed Command + R, TM2 was
invoking foo1.tex.
So it was using the TM_LATEX_MASTER defined for the other folder in this new
folder.
How to fix it?
--
View this message in context: http://textmate.1073791.n5.nabble.com/TM-LATEX-MASTER-tp29089.html
Sent from the textmate users mailing list archive at Nabble.com.
hello,
I am new here. I have noticed a problem in the folding mechanism of code
when using the LaTeX-bundle in textmate (version: TextMate version
2.0-beta.7.1 ). I use textmate only for writing LaTeX documents. so, I
have now idea if this is caused by textmate or specifically by the
latex-bundle.
most section{} or subsection{} commands are "foldable", i.e. the little
triangle symbol appears next to the line number. however, the triangle
disappears when I include another command in the same line. this happens
for example, when the section heading contains italics.
section{heading of this section} --> this will produce foldable code.
section{heading of textit{this} section} --> this will fail to produce
foldable code.
I would like to ask if this is a known problem and if anyone has a
solution to this?
thank you in advance,
christian
If I run the command Bundles > LaTeX > Jump to Current Line in Viewer, I get
a dialogue box that contains this error:
Failure running ³Jump to Current Line in Viewer².
usage: texMate.py sync [-h] [filepath]
texMate.py sync: error: argument filepath: No such file or directory: 1
What causing this error and how can I solve it?
Ross Ahmed
Ecologist
‹
07875533906
Twitter: @RossAhmed <https://twitter.com/RossAhmed>
LinkedIn: Ross Ahmed <https://www.linkedin.com/pub/ross-ahmed/2a/775/590>
In my .tex file, I have section titles and labels like this:
\section{My section title}
\label{sec:my_section_title}
I can then cross-reference this section in my text like this:
Lorem ipsum dolor sit amet \ref{my_section_title}
I'm frequently changing my section titles to something very different different which forces me to change my labels and cross references. This can becomes tedious when my cross references are scattered through a long document.
What is the best way of changing labels in which the cross references are scattered through long development? Is there any way to automate the process?
Ross Ahmed
Ecologist
--
07875533906
Twitter: @RossAhmed
LinkedIn: Ross Ahmed
Hi TextMaters,
I have a very superficial knowledge of perl, so I wonder if someone can
help.
Setup: before I compile my LaTeX document, I need to run a shell script
(using sed) to find/replace certain strings. [There is a long story for
why I need to do this, and why its not easily avoidable.]
Possible solution: I was wondering if I can insert something in the
latex_watch.pl script that would run this shell script, without causing
latex_watch to go into an infinite loop (since the shell script changes
the underlying LaTeX file/s).
I've tried inserting the relevant code in several locations, but I can't
seem to avoid the loop. That's not surprising, since I don't really know
perl. Does anyone know if there is easy way to
1) modify latex_watch.pl so it executes a shell script that modifies the
underlying LaTeX file without going in to a loop?
or
2) cause the shell script to run on the file whenever the file changes
by some other means?
Thanks!
Zvi
I have a request regarding citations based on current word or Ref-TeX style: is it possible to make them non-case sensitive?
When I search by author's name, which is most of the time, I know that the first letter of the word needs to be in uppercase and so I type it that way. But if I'm searching by title words, say for a word like "apocalypse", I am not sure I should type a truncated "Apocal" or "apocal". My bib files contain titles with first letters in upper- and lowercase. It would be great to be able to do a case insensitive search.
--Gildas