I have found that "Edit in TextMate" no longer works on 10.4.11 (not sure about Leopard) with any build after 1498 -- it fails silently although the key press gets picked up by Key Codes. Re-installing 1498 gets it working again. Anyone else found this?
I'm on Leopard. The ctrl-apple-E doesn't work from Safari 4. Don't know about other browsers. Hitting the hotkey, does highlight the Edit menu but then a beep sounds. Selecting 'Edit in TextMate" does work properly however. I don't know on which version it broke as I started using Edit-in-textmate just recently. I'm now on 1505.
On Jun 23, 2009, at 4:29 AM, R e m b e r t O l d e n b o o m wrote:
I'm on Leopard. The ctrl-apple-E doesn't work from Safari 4. Don't know about other browsers. Hitting the hotkey, does highlight the Edit menu but then a beep sounds. Selecting 'Edit in TextMate" does work properly however. I don't know on which version it broke as I started using Edit-in-textmate just recently. I'm now on 1505.
In build 1505 'Edit in TextMate' fails for me, whether I select it from the menu of an enabled app (Mail, Safari, OmniWeb) or depress its shortcut key (Cmd-Crtl E). Tried it with several apps and with TextMate already running, open in the background.
Leopard 10.5.7.
Thanks.
J.
On Jun 23, 2009, at 3:33 PM, J. De Salvo wrote:
On Jun 23, 2009, at 4:29 AM, R e m b e r t O l d e n b o o m wrote:
I'm on Leopard. The ctrl-apple-E doesn't work from Safari 4. Don't know about other browsers. Hitting the hotkey, does highlight the Edit menu but then a beep sounds. Selecting 'Edit in TextMate" does work properly however. I don't know on which version it broke as I started using Edit-in-textmate just recently. I'm now on 1505.
In build 1505 'Edit in TextMate' fails for me, whether I select it from the menu of an enabled app (Mail, Safari, OmniWeb) or depress its shortcut key (Cmd-Crtl E). Tried it with several apps and with TextMate already running, open in the background.
I haven't tried it with Safari 4, but the feature works fine in Mail.app and DEVONagent.app.
Build 1505, Leopard 10.5.7
Best, Charles
On 2009-Jun-23, at 8:56 PM, Charles Turner wrote:
I haven't tried it with Safari 4, but the feature works fine in Mail.app and DEVONagent.app.
Works for me in Mail (using it to write this), but it dings me if I try it in OmniWeb. I'm running the 5.10 sneakypeak which is based on the same new hotness WebKit as Safari 4.
On Tue, Jun 23, 2009 at 9:32 PM, Rob McBroommailinglist0@skurfer.com wrote:
On 2009-Jun-23, at 8:56 PM, Charles Turner wrote:
I haven't tried it with Safari 4, but the feature works fine in Mail.app and DEVONagent.app.
Works for me in Mail (using it to write this), but it dings me if I try it in OmniWeb. I'm running the 5.10 sneakypeak which is based on the same new hotness WebKit as Safari 4.
-- Rob McBroom
OK. This is weird. I have the opposite problem. Works for me in the latest OW sneakpeek. Does NOT work in Mail.
Allan, care to hazard a guess?
Thanks.
Joe
On 24 Jun 2009, at 17:01, J. De Salvo wrote:
[...] OK. This is weird. I have the opposite problem. Works for me in the latest OW sneakpeek. Does NOT work in Mail.
Allan, care to hazard a guess?
There are really 3 things that Edit in TextMate patches:
1. NSTextView, as used e.g. in TextEdit.app 2. Text views in WebViews, that is, <textarea> in Safari. 3. Editable WebViews, this is what Mail uses, not sure how well documented this is.
Long ago the patching of #3 broke in such way that it was no longer able to get the content, but it can still send back new content, and it will get selected content. So to use it with Mail either a) press ⌘A before use or b) just use it, you get an empty document in TextMate, but write something and save, and that goes back to Mail.app.
Oh… that said, ⌃⌘E seems to be eaten in some applications (like Mail), which started some time ago. Personally I added a custom key binding on ⌃⇧E which is what I use instead, this is slightly more robust than ⌃⌘E.
% grep editInTextMate ~/Library/KeyBindings/DefaultKeyBinding.dict
"^E" = "editInTextMate:";
Would be nice if all this wasn’t so hackish ;)
On 2009-Jun-24, at 11:18 AM, Allan Odgaard wrote:
- Text views in WebViews, that is, <textarea> in Safari.
Ah, I just tried a single line <input> in OmniWeb. It does seem to work in a <textarea>.
In build 1505 'Edit in TextMate' fails for me, whether I select it from the menu of an enabled app (Mail, Safari, OmniWeb) or depress its shortcut key (Cmd-Crtl E). Tried it with several apps and with TextMate already running, open in the background.
Leopard 10.5.7.
Same thing here: same configuration and same problem…
Edo
On 24 Jun 2009, at 17:22, Edoardo Galvagno wrote:
In build 1505 'Edit in TextMate' fails for me, whether I select it from the menu of an enabled app (Mail, Safari, OmniWeb) or depress its shortcut key (Cmd-Crtl E). Tried it with several apps and with TextMate already running, open in the background.
Leopard 10.5.7.
Same thing here: same configuration and same problem…
How does it fail? Just no response on selecting the menu item?
Try open Console.app and look for output there.
(still works for me, 10.5.7 and latest WebKit/Safari)
On Wed, Jun 24, 2009 at 11:27 AM, Allan Odgaardmailinglist@textmate.org wrote:
On 24 Jun 2009, at 17:22, Edoardo Galvagno wrote:
In build 1505 'Edit in TextMate' fails for me, whether I select it from the menu of an enabled app (Mail, Safari, OmniWeb) or depress its shortcut key (Cmd-Crtl E). Tried it with several apps and with TextMate already running, open in the background.
Leopard 10.5.7.
Same thing here: same configuration and same problem…
How does it fail? Just no response on selecting the menu item?
Try open Console.app and look for output there.
(still works for me, 10.5.7 and latest WebKit/Safari)
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
How does it fail? Just no response on selecting the menu item?
Try open Console.app and look for output there.
This is what I find in Console.app:
6/25/09 9:07:27 AM TextMate[745] loadPlugIn: Dialog plug-in with same bundle identifier (com.macromates.dialog_plug-in) already loaded
Have no idea if it's relevant to the 'Edit in TextMate' issue.
I apologize for me earlier empty post; too quick on the trackpad.
J.