It would be useful if smart typing wasn't active when writing code comments. The reason being you're more likely to be writing natural language sentences than code.
for example:
<?php // Don't forget the elephants! $elephants = true; ?>
with smart typing comes out like this:
<?php // Don't forget the elephants!' $elephants = true; ?>
What do other's think?
drew.
agreed
On 2004-10-26, at 11.19, Timothy Martens wrote:
On Oct 25, 2004, at 10:56 PM, Drew McLellan wrote:
It would be useful if smart typing wasn't active when writing code comments.
agreed
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/mailman/listinfo/textmate
On 26. Oct 2004, at 10:56, Drew McLellan wrote:
It would be useful if smart typing wasn't active when writing code comments.
Yes, per element toggling of options (including spell checking and smart typing) is planned, but it's not before the current syntax system gets upgraded.
Kind regards Allan