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?
I've defined an environment variable in the TextMate preferences with an
all lowercase name. That environment variable is not available to my
program/tests when I run RSpec inside TextMate. But when the first
letter of the environment variable is a capital letter I do have access
to it.
Is this a problem with TextMate or the RSpec bundle?
--
/Jacob Carlborg