Maybe it is just me and not the software. These are the problems that I am encountering. I am running latest version that came out yesterday and I checked out bundles.
1) Tab completion is not working for me any longer. I am coding a index.rhtml file and typing h1 followed by a tab and it does not complete the tag. This is the case for everything that uses a tab. Non-tab auto completes work.
2) my html comments is making for some ugly code in-between the begin and end comment tag. It was fixed in an earlier version.
3) color coding in my .css files is inexistent
Can someone shed some light on the subject. I find this very annoying and slowing down my productivity.
Thanks :-)
On May 19, 2005, at 12:46 PM, John Kopanas wrote:
Maybe it is just me and not the software. These are the problems that I am encountering. I am running latest version that came out yesterday and I checked out bundles.
- Tab completion is not working for me any longer. I am coding a
index.rhtml file and typing h1 followed by a tab and it does not complete the tag. This is the case for everything that uses a tab. Non-tab auto completes work.
- my html comments is making for some ugly code in-between the begin
and end comment tag. It was fixed in an earlier version.
- color coding in my .css files is inexistent
Can someone shed some light on the subject. I find this very annoying and slowing down my productivity.
I don't know about the comments, cause I don't use any, but the rest works fine for me. It might be simply the following: If at some point you made some changes to the bundle, i.e. changed the key equivalents or something like that, then another copy of the bundle would be created in ~/Library/Application Support/TextMate/Bundles. When you did the checkout, you probably updated the bundles in /Library/Application Support/TextMate. Try removing the bundles in your home directory, and see if that fixes things.
Also, Jeroen half an hour ago or so posted this in reply to someone's problems with XML, maybe it is related to your problems:
Did you check the (~)/Library/Application Support/TextMate/Settings directory to see whether subversion needs some help merging themes? (You'll have a file called .tmScopeSettings with an accompanying set with .tmScopeSettings.mine .tmScopeSettings.rxxx) You need to edit the .tmScopeSettings one to find the part where there it needs merging, or delete all those files and check it out again.
Jeroen.
If none of these work, I would suggest just removing all bundles from both locations and downloading them again.
Thanks :-)
Haris
On May 19, 2005, at 19:46, John Kopanas wrote:
- Tab completion is not working for me any longer. I am coding a
index.rhtml file and typing h1 followed by a tab and it does not complete the tag. This is the case for everything that uses a tab. Non-tab auto completes work.
Does the snippets appear in the menu/bundle editor?
- my html comments is making for some ugly code in-between the
begin and end comment tag. It was fixed in an earlier version.
Could you post a picture of this or similar, I have no idea what this means.
- color coding in my .css files is inexistent
Try svn up again, some problems was fixed in the CSS.plist a few hours ago.
On 19-May-05, at 2:19 PM, Allan Odgaard wrote:
On May 19, 2005, at 19:46, John Kopanas wrote:
- Tab completion is not working for me any longer. I am coding a
index.rhtml file and typing h1 followed by a tab and it does not complete the tag. This is the case for everything that uses a tab. Non-tab auto completes work.
Does the snippets appear in the menu/bundle editor?
Yes the snippets appear in the menu/bundle editor.
- my html comments is making for some ugly code in-between the
begin and end comment tag. It was fixed in an earlier version.
Could you post a picture of this or similar, I have no idea what this means.
Picture attached.
- color coding in my .css files is inexistent
Try svn up again, some problems was fixed in the CSS.plist a few hours ago.
Ok... that has been fixed for me. But the color coding in .rhtml files is almost non-existant.
On May 19, 2005, at 21:00, John Kopanas wrote:
Does the snippets appear in the menu/bundle editor?
Yes the snippets appear in the menu/bundle editor.
Okay, if you press ctrl-shift-T which scope is then shown?
I take it the snippets in the bundle editor has scope text.html.
What language shows in the status bar?
Does other snippets work, like e.g. "c)" or "isoD"?
Does macros work? e.g. try ctrl-space after h1 instead of tab.
- my html comments is making for some ugly code in-between the
begin and end comment tag. It was fixed in an earlier version.
Could you post a picture of this or similar, I have no idea what this means.
Picture attached.
The HTML syntax mark < and > as bad characters in comments, and these are set to have a red background with the Bright theme. Not entirely sure why these are marked that way though.
[...] But the color coding in .rhtml files is almost non-existant.
Try another theme then, e.g. the Simple theme. Or make your own theme until the defaults are to your satisffaction.
On 19-May-05, at 3:18 PM, Allan Odgaard wrote:
On May 19, 2005, at 21:00, John Kopanas wrote:
Does the snippets appear in the menu/bundle editor?
Yes the snippets appear in the menu/bundle editor.
Okay, if you press ctrl-shift-T which scope is then shown?
ctr-shift-T doesn't seem to do anything... just makes the noise to indicate wrong key combination
I take it the snippets in the bundle editor has scope text.html.
it is text.xhtml
What language shows in the status bar?
html (basic)... when I change the language to xhtml everything starts to work! Yeay! Even color coding came back!
Does other snippets work, like e.g. "c)" or "isoD"?
never tried
Does macros work? e.g. try ctrl-space after h1 instead of tab.
No
Can I make it so that when I create a .rhtml document it chooses another default language?
On May 19, 2005, at 21:57, John Kopanas wrote:
Okay, if you press ctrl-shift-T which scope is then shown?
ctrl-shift-T doesn't seem to do anything... just makes the noise to indicate wrong key combination
I take it the snippets in the bundle editor has scope text.html.
it is text.xhtml
I wonder, did you do a full svn checkout, or just the XHTML snippets and the HTML language?
It sounds like you're missing stuff.
Does other snippets work, like e.g. "c)" or "isoD"?
never tried
Maybe you could try then.
Does macros work? e.g. try ctrl-space after h1 instead of tab.
No
Can I make it so that when I create a .rhtml document it chooses another default language?
Yes: http://lists.macromates.com/pipermail/textmate/2005-May/004232.html
But it really sounds like your svn checkout is incomplete.
On 19 May 2005, at 20:00, John Kopanas wrote:
- my html comments is making for some ugly code in-between the
begin and end comment tag. It was fixed in an earlier version.
Could you post a picture of this or similar, I have no idea what this means.
Picture attached.
You can also try the XHTML syntax IF your HTML is compliant or somewhere close to it. Everything works within there and it's much better than the HTML basic syntax in my mind. Might need to add .rhtml to it though.
If you have further problems give us a shout
Kind regards,
Mats
---- "TextMate, coding with an incredible sense of joy and ease" - www.macromates.com -
How do I add .rhtml to it?
On 19-May-05, at 3:53 PM, Mats Persson wrote:
On 19 May 2005, at 20:00, John Kopanas wrote:
- my html comments is making for some ugly code in-between the
begin and end comment tag. It was fixed in an earlier version.
Could you post a picture of this or similar, I have no idea what this means.
Picture attached.
You can also try the XHTML syntax IF your HTML is compliant or somewhere close to it. Everything works within there and it's much better than the HTML basic syntax in my mind. Might need to add .rhtml to it though.
If you have further problems give us a shout
Kind regards,
Mats
"TextMate, coding with an incredible sense of joy and ease"
- www.macromates.com -
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
On 19 May 2005, at 20:58, John Kopanas wrote:
How do I add .rhtml to it?
Don't worry, I've already done that for you. Just update the XHTML bundle to the latest rev and it should recognise the .rhtml file.
Since we have both HTML (Basic) and XHTML syntaxes, you might need to change stuff in your Ruby syntax from .html to .xhtml . Also when you open a .rhtml file it will default into HTML (basic), but you can easily swap syntaxes by using Cmd + F1 for the XHTML syntax.
Please note, the XHTML syntax is work in progress, so your milage may wary :)
Kind regards,
Mats
---- "TextMate, coding with an incredible sense of joy and ease" - www.macromates.com -
Thanks
On 19-May-05, at 4:31 PM, Mats Persson wrote:
On 19 May 2005, at 20:58, John Kopanas wrote:
How do I add .rhtml to it?
Don't worry, I've already done that for you. Just update the XHTML bundle to the latest rev and it should recognise the .rhtml file.
Since we have both HTML (Basic) and XHTML syntaxes, you might need to change stuff in your Ruby syntax from .html to .xhtml . Also when you open a .rhtml file it will default into HTML (basic), but you can easily swap syntaxes by using Cmd + F1 for the XHTML syntax.
Please note, the XHTML syntax is work in progress, so your milage may wary :)
Kind regards,
Mats
"TextMate, coding with an incredible sense of joy and ease"
- www.macromates.com -
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