Hi there!
Im new to TxMt and love it - but please forgive my silly question: While writing some PHP (same if Language is set to HTML or Javascript) the Auto-Paired Command for inserting a ; before the newline (⇧⌘↩) results in something like '/tmp/temp_textmate.Y6Mady:13:in' ⌘↩ works fine... I just don't get the Problem...
Pls. give me a hint - thanks! cz
On 2. Nov 2006, at 22:17, Boris Tschernach wrote:
Im new to TxMt and love it - but please forgive my silly question: While writing some PHP (same if Language is set to HTML or Javascript) the Auto-Paired Command for inserting a ; before the newline (⇧⌘↩) results in something like '/tmp/temp_textmate.Y6Mady:13:in' ⌘↩ works fine... I just don't get the Problem...
Not really sure either -- but try http://macromates.com/wiki/ Troubleshooting/RevertToDefaultBundles (in particular it is the Source bundle you want to revert).
At least that ensures you use the current default unaltered version.
Next, are you on Panther or Tiger? Ruby 1.6 or 1.8 and/or a custom Ruby install?
Hi!
Am 02.11.2006 um 22:49 schrieb Allan Odgaard:
On 2. Nov 2006, at 22:17, Boris Tschernach wrote:
Im new to TxMt and love it - but please forgive my silly question: While writing some PHP (same if Language is set to HTML or Javascript) the Auto-Paired Command for inserting a ; before the newline (⇧⌘↩) results in something like '/tmp/temp_textmate.Y6Mady:13:in' ⌘↩ works fine... I just don't get the Problem...
Not really sure either -- but try http://macromates.com/wiki/Troubleshooting/RevertToDefaultBundles (in particular it is the Source bundle you want to revert).
Done but no effect... Just recongnized that ⇧⌘↩ works when editing Plain Text (inserts a dot before newline).
At least that ensures you use the current default unaltered version.
Should be default as I'm really new to TxMt...
Next, are you on Panther or Tiger? Ruby 1.6 or 1.8 and/or a custom Ruby install?
I'm on 10.3.9, currently not using ROR, just doing PHP and HTML stuff on localhost...
Maybe reinstalling TxMt?
cz
On 2. Nov 2006, at 23:05, Boris Tschernach wrote:
Next, are you on Panther or Tiger? Ruby 1.6 or 1.8 and/or a custom Ruby install?
I'm on 10.3.9, currently not using ROR, just doing PHP and HTML stuff on localhost...
Okay, so this is because the script we use for this requires Ruby 1.8 (10.3.9 ships only with 1.6) -- let me look the script over later, maybe I can do a simple fix.
But officially TM now requires 10.4 or at least Ruby 1.8 ;)
...oh help, I'm an 'unofficial' TxMt user... ;-) A fix would be great, I will stay tuned...
Many thanks for your support cz
Am 02.11.2006 um 23:19 schrieb Allan Odgaard:
On 2. Nov 2006, at 23:05, Boris Tschernach wrote:
Next, are you on Panther or Tiger? Ruby 1.6 or 1.8 and/or a custom Ruby install?
I'm on 10.3.9, currently not using ROR, just doing PHP and HTML stuff on localhost...
Okay, so this is because the script we use for this requires Ruby 1.8 (10.3.9 ships only with 1.6) -- let me look the script over later, maybe I can do a simple fix.
But officially TM now requires 10.4 or at least Ruby 1.8 ;)
Hi!
Just installed Ruby. Terminal now tells me... ruby 1.8.2 (2004-12-25) [powerpc-darwin7.8.0] ...but problem still exists. Maybe Allan comes up with a fix...
cz
Am 03.11.2006 um 06:33 schrieb Jacob Rus:
Boris Tschernach wrote:
....oh help, I'm an 'unofficial' TxMt user... ;-) A fix would be great, I will stay tuned...
The fix is install Ruby 1.8…...
Boris Tschernach wrote:
Just installed Ruby. Terminal now tells me... ruby 1.8.2 (2004-12-25) [powerpc-darwin7.8.0] ....but problem still exists. Maybe Allan comes up with a fix...
You need to make sure that that version of ruby is the one TM is finding in your $PATH. So either set up your $PATH, or else set a $TM_RUBY variable (I think that's right).
This stuff is pretty easy, but complicated enough so that many users don't want to go to the hassle. Which is why it was decided to just say that TM is otherwise 10.4 only.
On Nov 3, 2006, at 3:28 AM, Boris Tschernach wrote:
Maybe Allan comes up with a fix...
I'm not Allan, but I'm pretty sure I know the fix. Read the "Important" paragraph at this link:
http://macromates.com/textmate/manual/shell_commands#search_path
Hope that helps.
James Edward Gray II