I use TextMate and the Latex bundle extensively. With version 1, when I run Latex (cmd-R) the output of the latex compiler pops up in a new window. With TextMate 2, the output instead appears as part of the editing window. I made the mistake of resizing the output window to 0 - dragging it all the way down - and now I can't get it back. This makes tracking down errors difficult. I can't drag the separator back up because the entire window resizes instead.
Is there a way to make the output window either appear separately, as in TextMate 1, or get the drag handle back?
Drew
To reproduce, enter the following text on a new line, then hit ^r
"$TM_SUPPORT_PATH/bin/mate"
TextMate will open a new untitled tab, then become
unresponsive. However, the OS won't mark it as unresponsive in the Force
Quit dialog.
Tested with r9015 and r9028.
Cheers,
Martin
Hi All,
Noticed a rather worrying problem in the "Find" dialog of TM2. If you
select "In: Document" in the find box, it all behaves nicely, and only
shows you results from the current file. If you switch this to "In:
Selection", then it doesn't. Hitting "Find All" gives results from the
current directory (and actually sometimes this defaults to the current
directories of other TM2 windows), which is rather worrying if you are then
planning to hit "Replace All" and are just expecting it to replace things
in your selection. The "Sigma" button does however seem to obey the
selection directive...
I'm assuming this comes under the "work in progress" label, so I hope this
post will serve as a friendly warning for those using TM2 as their
permanent editor - it is after all still in alpha! Hopefully allan will
manage to sort this out soon :-).
David.
Hello.
I have used LaTeX in Textmate for years with no problem. Recently I updated my hard drive and did a clean install. Everything works fine, but when I run BibTeX I get this:
Traceback (most recent call last): File "/Users/cwimpy/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texMate.py", line 570, in
texStatus, isFatal, numErrs, numWarns = run_bibtex(texfile=fileName) File "/Users/cwimpy/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texMate.py", line 104, in run_bibtex return stat,fatal,err,warn UnboundLocalError: local variable 'stat' referenced before assignment
I am not sure what this means or how to fix my problem. I should also note that BibTeX doesn't even try to run adter executing "Typset & View," and I get the message above when I try it manually. The problem persists in Textmate 2 as well. I can run BibTeX in TeXShop with no problems. Any suggestions?
Thanks,
Cameron
TM1 allowed the wrap column indicator to be visible when soft wrap was disabled. I find this extremely useful, but it is not possible in TM2 - the wrap column indicator disappears when soft-wrap is disabled.
Are there any plans to re-enable this in TM2? It sounds small and silly but it's pretty much the one thing stopping me from using TM2 full time.
I have occasional need in LaTeX to edit several lines of variable length, usually for poems, and add the suffix "\\" to each of them.
In TM 1.5, I selected all the lines I wanted to suffix and I used Text → Edit Each Line in Selection (⌥⌘A) and the caret was placed at the end of the first line in the selection. The suffix was added to all lines in the selection.
What's the best way to do that in TM 2? Presently I'm using multiple carets (⌘T) and clicking on each line to set the multiple carets. I would very much appreciate suggestions how to do this in a more efficient way.
--Gildas Hamel
I am setting up the Blogging bundle with a WordPress blog and running into what looks like a known problem:
wrong dateTime.iso8601 format
when fetching posts
I am able to post to my blog from Textmate so the basic configuration seems to be working.
The discussion on macromates.com and in the archives of this list referred to mismatch between Ruby's XML-RPC parser and WordPress, but the versions listed are all well before what I have.
I am running:
OS X Lion
WordPress 3.3.1
Textmate Version 1.5.10 (1631)
Ruby 1.8.7
I ran getBundles to update the blogging bundle to the latest version and also verified that the version of Ruby TM is finding is 1.8.7
Any advice on how to track this down?
thanks!
George Wyner
When I click the menu for a bundle on the bottom of the window (next to where one changes the filetype/bundle), I do not get a menu, just a message saying "bundle item popup".
If I follow the menu bundles--> <some bundle> --> <some menu item> everything works fine.
Is this expected behaviour at this stage of development?
Thanks,
Christopher
Hi,
[tiny iussue]
drag actions are working but the action will only be visible if I set the key focus to that TM2 doc.
Scenario: Drag a supported drag action file to a TM2 window - nothing will be seen in the window unless I click at that window.
Cheers,
--Hans