The LaTeX macros don’t find my bibliography files any longer. I don’t know when this broke, it might have been with the upgrade to El Capitan. kpsewhich finds my bibliography files in Library/texmf/bibtex/bib, and TeXShop does too. /Library/TeX/texbin is in my PATH variable. I’m running TextMate 2, beta 8.1. When I do the citation completion command, I get a pop-up complaining that /Library/TeX/texbin is a directory and that kpsewhich cannot be found.
Anyone have a suggestion?
Thanks,
Kyle
To create a pattern in a TextMate grammar that matches across multiple
lines the "begin" and "end" keys are necessary. But is it possible to
somehow restrict what is matched between the begin and the end?
I'm trying to create a pattern for the hex string literal in D. It's
like a regular string literal but can only contain hex characters.
--
/Jacob Carlborg
I want to make my snippet replace the word before the caret.
Using TM vars I can insert that word in the right place in the snippet but the snippet always shows up immediately after the word. That is the original word is still there in the original location. What am I missing ?
Hi:
I just installed OS X El Capitan (ver 10.11.1) on my MacBook pro. After this installation, when I open a latex file and use command+r, I get the following error message:
----------------
Unable to run “Typeset & View (PDF)”.
This command requires ‘kpsewhich’ which wasn’t found on your system.
The following locations were searched:
• /usr/bin
• /bin
• /usr/sbin
• /sbin
• ~/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/bin
• /usr/local/bin
If ‘kpsewhich’ is installed elsewhere then you need to set PATH in Preferences → Variables to include the folder in which it can be found.
-------------------
What should I do? Any help would be appreciated.
Thanks,
Tao
I’ve noticed that the "Strip Whitespace on Save” bundle only strips whitespace from the current document when saving via “Save All” or “Save on Focus Lost”.
I’d rather it changed all the files that are being saved.
Has anyone found a solution or point me in the right direction?
Thanks,
Graham P Heath
Since I updated Xcode to a later version (can't remember the exact one)
I get a huge amount of warnings one at the bottom. Can we please fix
this or suppress the warning. The amount of output this generates is
ridiculously annoying.
2 warnings generated.
[919/1174] Compile ‘Frameworks/buffer/src/symbols.cc’…
In file included from Frameworks/buffer/src/symbols.cc:1:
In file included from
/Users/jacob/development/objective-c/textmate/Shared/PCH/prelude.cc:25:
In file included from
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/dense_hash_map:104:
In file included from
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/densehashtable.h:100:
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:167:29:
warning: unused typedef 'serializing_int_requires_an_unsigned_type'
[-Wunused-local-typedef]
serializing_int_requires_an_unsigned_type);
^
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:54:49:
note: expanded from macro 'SPARSEHASH_COMPILE_ASSERT'
typedef SparsehashCompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
^
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:180:29:
warning: unused typedef 'serializing_int_requires_an_unsigned_type'
[-Wunused-local-typedef]
serializing_int_requires_an_unsigned_type);
^
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:54:49:
note: expanded from macro 'SPARSEHASH_COMPILE_ASSERT'
typedef SparsehashCompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
--
/Jacob Carlborg
TextMate has a feature that if a keyboard shortcut maps to multiple
commands (I'm mostly thinking of bundle commands) a context menu will
open to allow the user to disambiguate the command. It's possible to use
the numbers on the keyboard to select the correct command.
Would it be possible to use letters in addition/instead of the numbers
to disambiguate the commands?
For example, in the Git bundle there are a lot of commands that map to
the same same keyboard shortcut (⌘Y). Because they're so many only
around a third of the commands have a number to disambiguate using the
keyboard.
BTW, I tried to disable the keyboard shortcut for a couple of commands
I'm not using but the "Key Equivalent" field is blank for all the Git
commands. Does the Git bundle has some kind of special treatment?
I'm running TextMate version 2.0-beta.8.1 on OS X 10.10.3.
--
/Jacob Carlborg
I hate to bring this up again, but are there any updates on rendering the indent guides?
At the moment working with space-based indentation is a real pain, especially in JavaScript that heavily relies on callbacks.
As a workaround I do the column selection to figure out the indentation, but that feels wrong and take too much time.
If there's no progress planned, is there a way to create a plugin for TextMate that would add this feature?