I did a fresh install of Lion on my Mac. As a result, I had to reinstall TxMate (1.5.10 (1631)) as well. First, the irritating bug regarding keyboard input from a Ruby program is still not fixed in TxMate Version 1.5.10 (1631). I know there's a workaround, and I'm using it. But still, this thing has been irritating for over a year and a half, is there anyway to roll that workaround into the next version of TxMate? Second, the shortcut (Ctrl - Cd - N) to start a new project doesn't seem to work, is this a known problem?
Il giorno 30/lug/2011, alle ore 22:23, Marc Chanliau ha scritto:
I did a fresh install of Lion on my Mac. As a result, I had to reinstall TxMate (1.5.10 (1631)) as well. [..] Second, the shortcut (Ctrl - Cd - N) to start a new project doesn't seem to work, is this a known problem?
I just tried the shortcut myself and it works (same Textmate and Lion version).
At first it didn't because I had that shortcut hijacked by Evernote (that globally maps it for new note).
So, maybe you could check if that shortcut is redefined by something else either in the system or in some other bundle…
-- Edoardo Galvagno
On 30 Jul 2011, at 22:23, Marc Chanliau wrote:
[…] the irritating bug regarding keyboard input from a Ruby program is still not fixed […] is there anyway to roll that workaround into the next version of TxMate?
It was a feature that you could read from STDIN in your ruby program and get a dialog to appear, not a bug that reading from STDIN does not give such dialog.
We removed the support for the feature because it turned out to have too many negative effects on programs launched from TextMate (something which some users do a lot). Users aware of the risks are free to re-install the dylib.
The dylib can’t really be “fixed” to not have these effects on applications launched, it worked by intercepting system calls from running applications, if the feature needs to be supported, we need to come up with an entirely new approach, for example implement a pseudo-terminal emulation layout, while on the wishlist, this isn’t trivial.
Second, the shortcut (Ctrl - Cd - N) to start a new project doesn't seem to work, is this a known problem?
It is not know nor can it be confirmed.
Maybe see http://wiki.macromates.com/Troubleshooting/KeyBindings for troubleshooting.