I have the following problem, returning to a latex project after 2-3
weeks:
1. Even though I have set the master file to \includeonly{chap7}
when I compile within Textmate it ignores the command and constructs
the whole document.
When I manually do 'latex, bibtex, latex,latex' there is no problem.
2. I set TM_LATEX_ERRLVL to 0 but the ouput screen always disappears.
I tried the other values (1 and 2) with exactly the same behaviour.
How can I track down the problem?
Thanks,
Christopher
recently i was giving RSpec[1] and Behaviour-Driven Development
(hereforth BDD)[2] a look and found myself repeatedly writing the same
code constructs. i quickly slapped together two snippets for the ruby
bundle that seem to help out. the snippets could be made more spiffy
perhaps by turning them into macros and make them act similar to the
rails migration macros - but they still might be of some use in their
initial form.
worth noting, if you install RSpec 0.7.* and follow along with the BDD
tutorial[3], make sure change all of their:
object.should_be_equal
to:
object.should_be ==
or else you will be checking for object equality rather than value
equality (as mentioned in their upgrade notice[4]). i sure wish they
would have updated their tutorial...
cheers,
jean-pierre
[1] RSpec <http://rspec.rubyforge.org/>
[2] BDD <http://behaviour-driven.org/>
[3] RSpec tutorial <http://rspec.rubyforge.org/tutorials/>
[4] RSpec update notice <http://rspec.rubyforge.org/upgrade.html>
Hi,
At some point in the last month something major changed with the
JavaScript bundle. In particular, so many symbols are now added to the
symbol list that it is basically unusable. I can't say exactly when
this change occurred, but I would assume that others have noticed as well.
As an example, have a look at the following lines of (contrived) code:
var i = document.createElement('input');
i.type = 'checkbox';
i.name = 'foo';
i.value = 'bar';
i.checked = false;
I would not expect this to add any symbols to the symbol list. But in
fact, this block of code adds the following four symbols:
type
name
value
checked
Has anyone else had this problem? Does anyone know how I can fix this?
Thanks,
Taylor
I am having a number of GTDAlt bundle problems, but I'll start with just one
of them.
When I run the Action--->Archive completed script, I get this error:
/Users/BAMWriter/Library/Application
Support/TextMate/Bundles/GTDAlt.tmbundle/Support/lib/GTD.rb:41:in `parse':
Parse error on line: /Volumes/USBGOODMAN/GTD/gtd.txt (RuntimeError)
. This is not a line I recognize. from /Users/BAMWriter/Library/Application
Support/TextMate/Bundles/GTDAlt.tmbundle/Support/lib/GTD.rb:223:in
`initialize'
from /tmp/temp_textmate.uTEk7h:5:in `new'
from /tmp/temp_textmate.uTEk7h:5
I am not a programmer so I can't understand what exactly it can't parse.
The text of the file is:
project lawrence
@call go to store due:[2006-11-17]
#completed:[2006-11-17] @home eat pie [1] due:[2006-11-17]
end
--
Lawrence Goodman
lawrencegoodman(a)gmail.com
Check out my blog: http://goodmanorama.blogspot.com
Hi!
Just tried to start to learn creating presentations with the beamer-
class and moved the templates to ~/Library/Application Support/Latex/
Templates
I switch to Latex Beamer or Latex in TextMate, type temp⇥, choose
one of the templates and with all templates, except for one nothing
happens except that the "temp" is deleted.
Any ideas what that could cause?
Niels
Hello
I created a project by dragging a folder with files .tex. I would
like to filter the files and to see only the .tex files and
not .log .pdf etc. sometimes I want to also see the .sty and .cls for
the development. I do not know the regular expressions to do this.
How to show only the files .tex, .cls, .sty, and .cfg
Thanks
Hi!
I have two questions regarding language grammars
1) Is there a way to have two language grammars working on one language?
As an example: There's the language grammar Latex in the Latex-Bundle
I have an additional bundle for own snippets and commands. Sometimes
I'm coming along a need for having something added to the
Latex-language grammar and I would like to Hotfix it w/out breaking it
with the next update (or as I just noticed I couldn't even change the
grammar). For this I would like to have in my own bundle a
Latex-language grammar which includes only the hotfixes and works
together with the rest of the language grammar of the Latex-Bundle. Is
this possible?
2)What's the best way to edit stuff in the bundle editor? Right now
I'm using for longer stuff always "Edit in Textmate" - is there
anything else for getting the comfort of Textmate while editing
snippets, commands and so on?
Niels
I have just downloaded TextMate for a try before buy and because I
write a lot of AppleScripts, wanted to open and compile my text in my
Script Editor of choice: Script Debugger 4 (set as my default). TM
defaults to Apple's Script Editor. How do I change that?
Adam Bell
I downloaded Marc Liyanage's "Open Terminal Here"[1] droplet and
modified it to open TextMate instead. Hence, "Open TextMate Here".
I've attached the droplet for anyone who's interested. I keep it in
~Library/Application Support/Finder (renamed to "Mate") and then
stuck it in my Finder Toolbar:
j.
[1] http://www.entropy.ch/software/applescript/