<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: No more misspellings in your VCS commit comments</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2010/08/no-more-misspellings-in-your-vcs-commit-comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2010/08/no-more-misspellings-in-your-vcs-commit-comments/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Mon, 21 May 2012 08:19:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Eugene Toporov</title>
		<link>http://blogs.jetbrains.com/idea/2010/08/no-more-misspellings-in-your-vcs-commit-comments/#comment-148032</link>
		<dc:creator>Eugene Toporov</dc:creator>
		<pubDate>Wed, 06 Oct 2010 12:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3550#comment-148032</guid>
		<description>@Kevin: No such functionality now. Your feature request is welcome in our issue tracker: youtrack.jetbrains.net/issues/IDEA</description>
		<content:encoded><![CDATA[<p>@Kevin: No such functionality now. Your feature request is welcome in our issue tracker: youtrack.jetbrains.net/issues/IDEA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blogs.jetbrains.com/idea/2010/08/no-more-misspellings-in-your-vcs-commit-comments/#comment-147989</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 05 Oct 2010 18:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3550#comment-147989</guid>
		<description>Is it possible to use Templates or  Live Templates in check-in comments?  

We have a check-in comment template (Issue #, Review #, Changes, Testing etc..) we'd like to use for every check-in, and are looking for an easier way to pre-populate it.  Currently the VCS comment editor (Perforce in our case) doesn't seem to let us expand any Live Templates. 

Support for actually creating templates (similar to File Templates) or use of Live Templates (allowing us to bind a template to some character string) would be very useful.</description>
		<content:encoded><![CDATA[<p>Is it possible to use Templates or  Live Templates in check-in comments?  </p>
<p>We have a check-in comment template (Issue #, Review #, Changes, Testing etc..) we&#8217;d like to use for every check-in, and are looking for an easier way to pre-populate it.  Currently the VCS comment editor (Perforce in our case) doesn&#8217;t seem to let us expand any Live Templates. </p>
<p>Support for actually creating templates (similar to File Templates) or use of Live Templates (allowing us to bind a template to some character string) would be very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yole</title>
		<link>http://blogs.jetbrains.com/idea/2010/08/no-more-misspellings-in-your-vcs-commit-comments/#comment-144277</link>
		<dc:creator>yole</dc:creator>
		<pubDate>Mon, 30 Aug 2010 17:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3550#comment-144277</guid>
		<description>Mike,
The spell checker does not force anything; it just highlights the errors and lets you decide whether to fix them. The kind of validation you desire can be implemented by writing a plugin; I don't think we plan to implement it as a core feature.

Simon,
You can go to Settings &#124; Inspections &#124; Spelling &#124; Typo and turn off "Process code" and "Process literals". This should do what you want.</description>
		<content:encoded><![CDATA[<p>Mike,<br />
The spell checker does not force anything; it just highlights the errors and lets you decide whether to fix them. The kind of validation you desire can be implemented by writing a plugin; I don&#8217;t think we plan to implement it as a core feature.</p>
<p>Simon,<br />
You can go to Settings | Inspections | Spelling | Typo and turn off &#8220;Process code&#8221; and &#8220;Process literals&#8221;. This should do what you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Knott</title>
		<link>http://blogs.jetbrains.com/idea/2010/08/no-more-misspellings-in-your-vcs-commit-comments/#comment-143933</link>
		<dc:creator>Simon Knott</dc:creator>
		<pubDate>Fri, 27 Aug 2010 18:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3550#comment-143933</guid>
		<description>I haven't had a chance to try it yet, but is it possible to turn off the spell checker for code (including String constants), but leave it on for javadoc, comments and commit messages?

I deal with a lot of XML parsing and the spell checker is something which always gets turned off straight away, because it highlights so much stuff!  It's a shame because I'd like to leave it on for the human-readable stuff.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had a chance to try it yet, but is it possible to turn off the spell checker for code (including String constants), but leave it on for javadoc, comments and commit messages?</p>
<p>I deal with a lot of XML parsing and the spell checker is something which always gets turned off straight away, because it highlights so much stuff!  It&#8217;s a shame because I&#8217;d like to leave it on for the human-readable stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.jetbrains.com/idea/2010/08/no-more-misspellings-in-your-vcs-commit-comments/#comment-143811</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 26 Aug 2010 16:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3550#comment-143811</guid>
		<description>That really is a great feature -- could it be extended to force format via regex?  For example, show an error if the commit message doesn't match the following:

(?s)(ABC&#124;DEF&#124;XYZ)-\d+:.*</description>
		<content:encoded><![CDATA[<p>That really is a great feature &#8212; could it be extended to force format via regex?  For example, show an error if the commit message doesn&#8217;t match the following:</p>
<p>(?s)(ABC|DEF|XYZ)-\d+:.*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Kolomiets</title>
		<link>http://blogs.jetbrains.com/idea/2010/08/no-more-misspellings-in-your-vcs-commit-comments/#comment-143804</link>
		<dc:creator>Igor Kolomiets</dc:creator>
		<pubDate>Thu, 26 Aug 2010 14:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3550#comment-143804</guid>
		<description>Projects' directory location shown in the example is very inspiring :)</description>
		<content:encoded><![CDATA[<p>Projects&#8217; directory location shown in the example is very inspiring <img src='http://blogs.jetbrains.com/idea/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

