When editing CSS (and possibly, other things as well) I find myself wanting to invert command+return behaviour. At least here, command+return will hop to a new line without breaking my current line at the caret, while return will hop to a new line taking with it all the contents right of the caret (like always). I'd like to invert this somehow. Also, I totally love how typing : in css gives you the smart ; ending, but I'd like a space after the : as well, how?
thanks Andreas
Tom Armitage wrote:
Also, I totally love how typing : in css gives you the smart ; ending, but I'd like a space after the : as well, how?
It's a snippet attached to : within the scope source.css , I believe. Just open the snippets editor (command-opt-ctrl-s) and edit it.
No it isn't. It's part of the smart typing pairs for css. However, you can easily add a snippet which does this: something like “: $0;”
-Jacob
I updated my CSS bundle using the new version of GetBundle that was released august 16th. I type (for instance) width: and get width:|; now what I would like, and as I understand you changed Thomas, I should get width: |; (note the extra space I don't have to fill in myself). Am I doing something wrong? ok, so lots of fuss about this one little space thing but still ... :)
Andreas
On Aug 18, 2006, at 4:18 AM, Andreas Wahlin wrote:
I updated my CSS bundle using the new version of GetBundle that was released august 16th. I type (for instance) width: and get width:|; now what I would like, and as I understand you changed Thomas, I should get width: |; (note the extra space I don't have to fill in myself). Am I doing something wrong? ok, so lots of fuss about this one little space thing but still ... :)
Andreas
Try manually trashing any other copies you might have of it and trying again. Maybe i missed a commit or something, i'll check it out in a while.
thomas Aylott—subtleGradient