Hi,
I am new to wonderful textmate and facing a problem. I am not sure where I am going wrong.
When I try to "undo" using keyboard shortcut (command + z) I get something like this on screen.
---------------------------------------------------------------------------------------------------------------- File: /Users/venkatesh/Documents/test.php Word: </title Selection: ------------------------------------------------------------------------------------------------------------------
Any suggestions?
Thanks,
On 10 Feb 2008, at 10:18, Venkatesh K wrote:
[...] When I try to "undo" using keyboard shortcut (command + z) I get something like this on screen [...]
You likely bound some action to ⌘Z.
I have not customized textmate. All other applicaitons are behaving normally and undo works with command + z key.
I am newbie to textmate. How do I find out whether it is bound to some action?
Thanks,
Venkatesh K
On Feb 11, 2008 7:16 AM, Allan Odgaard throw-away-2@macromates.com wrote:
On 10 Feb 2008, at 10:18, Venkatesh K wrote:
[...] When I try to "undo" using keyboard shortcut (command + z) I get something like this on screen [...]
You likely bound some action to ⌘Z.
See http://wiki.macromates.com/Troubleshooting/KeyBindings ______________________________________________________________________ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Hi Venkatesh,
I am newbie to textmate. How do I find out whether it is bound to some
action?
Hit control-command-t : in the resulting dialog click on the triangle near the magnifying glass and select "key equivalent". Then enter the command you're trying to find the binding for (in this case command-z). It should show you the command in the bundle that is currently intercepting your attempt to undo changes.
To eliminate this key binding open the bundle editor (control-option-command-b) and navigate to the offending item. Just remove the entry in the activation section.
Good luck, Paul
On Feb 11, 2008 12:32 PM, Paul McCann paul.mccann@adelaide.edu.au wrote:
Hi Venkatesh,
I am newbie to textmate. How do I find out whether it is bound to some
action?
Hit control-command-t : in the resulting dialog click on the triangle near the magnifying glass and select "key equivalent". Then enter the command you're trying to find the binding for (in this case command-z). It should show you the command in the bundle that is currently intercepting your attempt to undo changes.
To eliminate this key binding open the bundle editor (control-option-command-b) and navigate to the offending item. Just remove the entry in the activation section.
Good luck, Paul
Thanks for the tip. I was able to fix the problem and in the process I ended up deleting php bundle. How do i get it back?
Regards,
Venkatesh K
Venkatesh. K
Hi again,
Thanks for the tip. I was able to fix the problem and in the process I
ended up deleting php bundle. How do i get it back?
I hope that wasn't part of the tip: how did you delete the PHP bundle? I can think of two scenarios...
(1) You just unticked it in the "Filter Bundles..." list, in which case you can just re-enable it in the same way (ie click "Filter List..." in the Bundle editor and reselect "PHP" in the resulting dialog.
(2) You selected "PHP" in the left column and clicked the "-" sign (and then ignored the rather stern warning that stated "If you delete the "PHP" bundle you will not be able to get back the items it contains. Do you want to continue?"). If this is the situation then I think the easiest way is to just download TextMate again and install over the top of the existing copy.
Any modifications/additions you've made to bundles will be preserved, and the PHP bundle will be "inside" of the new copy of TextMate (but according to my test it still won't be visible within the Bundle Editor's list of available bundles). To actually have it available for use you can execute the following command in a terminal window.
open /Applications/TextMate.app/Contents/SharedSupport/Bundles
Then simply double click on "PHP.tmbundle" in the resulting listing.
Have fun, Paul
On Feb 11, 2008 6:25 PM, Paul McCann paul.mccann@adelaide.edu.au wrote:
Hi again,
Thanks for the tip. I was able to fix the problem and in the process I ended up deleting php bundle. How do i get it back?
I hope that wasn't part of the tip: how did you delete the PHP bundle? I can think of two scenarios...
I am so sorry. Of course it was not part of tip. It was partly my impatience and partly my carelessness.
(1) You just unticked it in the "Filter Bundles..." list, in which case you can just re-enable it in the same way (ie click "Filter List..." in the Bundle editor and reselect "PHP" in the resulting dialog.
(2) You selected "PHP" in the left column and clicked the "-" sign (and then ignored the rather stern warning that stated "If you delete the "PHP" bundle you will not be able to get back the items it contains. Do you want to continue?"). If this is the situation then I think the easiest way is to just download TextMate again and install over the top of the existing copy.
I did the second one.
Any modifications/additions you've made to bundles will be preserved, and the PHP bundle will be "inside" of the new copy of TextMate (but according to my test it still won't be visible within the Bundle Editor's list of available bundles). To actually have it available for use you can execute the following command in a terminal window.
open /Applications/TextMate.app/Contents/SharedSupport/Bundles
Then simply double click on "PHP.tmbundle" in the resulting listing.
In fact, before you wrote, went all the way to Bundles in finder. Did not know the double click part :)
Paul, tons of thanks.
Venkatesh. K
On 11 Feb 2008, at 12:51, Venkatesh K wrote:
[...] Thanks for the tip. I was able to fix the problem and in the process I ended up deleting php bundle. How do i get it back?
See http://macromates.com/textmate/manual/bundles#deleting_default_bundles_items
Hi Allan,
I am sorry for belated reply.
Thanks,
Venkatesh K
On Feb 13, 2008 8:38 AM, Allan Odgaard throw-away-2@macromates.com wrote:
On 11 Feb 2008, at 12:51, Venkatesh K wrote:
[...] Thanks for the tip. I was able to fix the problem and in the process I ended up deleting php bundle. How do i get it back?
See http://macromates.com/textmate/manual/bundles#deleting_default_bundles_items
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate