<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Code Completion for Mixed Case Identifiers</title>
	<atom:link href="http://vadimtropashko.wordpress.com/2008/03/24/code-completion-for-mixed-case-identifiers/feed/" rel="self" type="application/rss+xml" />
	<link>http://vadimtropashko.wordpress.com/2008/03/24/code-completion-for-mixed-case-identifiers/</link>
	<description>with occasional pedestrian SQL topics</description>
	<lastBuildDate>Sun, 01 Nov 2009 17:24:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcel</title>
		<link>http://vadimtropashko.wordpress.com/2008/03/24/code-completion-for-mixed-case-identifiers/#comment-744</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Wed, 07 May 2008 20:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://vadimtropashko.wordpress.com/?p=52#comment-744</guid>
		<description>There is another scenario where mixed case code completion would be extremely helpful: PL/SQL.
Let&#039;s assume I hava a package &quot;Test&quot; with a procedure &quot;DoSomeReallyHardWork&quot;.
I would really like code completion to complete a call of this procedure and preserve the case.
I don&#039;t like &quot;test.dosomereallyhardwork&quot; and I strongly dislike &quot;TEST.DOSOMEREALLYHARDWORK().
Is there any way to achive this kind case preservation in PL/SQL?
I know SQL Developer goes to the all_arguments view to extract PL/SQL names, it should parse the original source code instead. So this time it is not a performance problem but simply a missing feature.</description>
		<content:encoded><![CDATA[<p>There is another scenario where mixed case code completion would be extremely helpful: PL/SQL.<br />
Let&#8217;s assume I hava a package &#8220;Test&#8221; with a procedure &#8220;DoSomeReallyHardWork&#8221;.<br />
I would really like code completion to complete a call of this procedure and preserve the case.<br />
I don&#8217;t like &#8220;test.dosomereallyhardwork&#8221; and I strongly dislike &#8220;TEST.DOSOMEREALLYHARDWORK().<br />
Is there any way to achive this kind case preservation in PL/SQL?<br />
I know SQL Developer goes to the all_arguments view to extract PL/SQL names, it should parse the original source code instead. So this time it is not a performance problem but simply a missing feature.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
