<?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/"
		>
<channel>
	<title>Comments on: Highlight source text</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/highlight-source-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/highlight-source-text/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:14:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: cwc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/highlight-source-text/#comment-71629</link>
		<dc:creator>cwc</dc:creator>
		<pubDate>Tue, 15 Dec 2009 15:08:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-71629</guid>
		<description><![CDATA[^Vatchy, I bet converting modern RPG into ancient RPG was painful.  I think such attitudes and mindsets are contributing to the declining popularity of RPG for new development.  When people want to remain stuck in the &#039;80s and early &#039;90s, and don&#039;t want to progress at all, I have little respect for their professional judgment and technical ability.  It&#039;s like they&#039;re wanting to drag down the reputation and perception of the platform down with them.]]></description>
		<content:encoded><![CDATA[<p>^Vatchy, I bet converting modern RPG into ancient RPG was painful.  I think such attitudes and mindsets are contributing to the declining popularity of RPG for new development.  When people want to remain stuck in the &#8217;80s and early &#8217;90s, and don&#8217;t want to progress at all, I have little respect for their professional judgment and technical ability.  It&#8217;s like they&#8217;re wanting to drag down the reputation and perception of the platform down with them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vatchy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/highlight-source-text/#comment-71554</link>
		<dc:creator>vatchy</dc:creator>
		<pubDate>Mon, 14 Dec 2009 15:21:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-71554</guid>
		<description><![CDATA[&quot;or you might actually migrate to using a PC editor such as WDSC. It will happen.&quot;

I wouldn&#039;t bet on that.  I&#039;ve run into two sets of programmers (at two different companies in two different countries) that are stuck on RPG III with absolutely no interest in learning anything newer.  I was a contractor and at the first one, they actually paid me to come back and convert my /Free &amp; embedded SQL programs back into straight RPG III with no SQL.  The second company has gone into bankruptcy but the last I heard from a local programmer (not at the corporate office) was that they wanted him to change four years of my programming plus almost four years of his and another programmer&#039;s programs back to RPG III without SQL.]]></description>
		<content:encoded><![CDATA[<p>&#8220;or you might actually migrate to using a PC editor such as WDSC. It will happen.&#8221;</p>
<p>I wouldn&#8217;t bet on that.  I&#8217;ve run into two sets of programmers (at two different companies in two different countries) that are stuck on RPG III with absolutely no interest in learning anything newer.  I was a contractor and at the first one, they actually paid me to come back and convert my /Free &amp; embedded SQL programs back into straight RPG III with no SQL.  The second company has gone into bankruptcy but the last I heard from a local programmer (not at the corporate office) was that they wanted him to change four years of my programming plus almost four years of his and another programmer&#8217;s programs back to RPG III without SQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/highlight-source-text/#comment-37985</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Mon, 31 Jul 2006 09:40:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-37985</guid>
		<description><![CDATA[In Client Access, you can map the keyboard so that for example Ctrl-B will make Blue text.  Simply map the value apl 3a to the Ctrl key option for the B key.  This is an internal macro in CA that says to map the following value to the application.

 w=apl 22
rw=apl 23
uw=apl 26
 r=apl 28
rr=apl 29
ur=apl 2c
 t=apl 30
rt=apl 31
ut=apl 34
 y=apl 32
ry=apl 33
uy=apl 36
 p=apl 38
rp=apl 39
up=apl 3c
 g=apl 20
rg=apl 21
ug=apl 24
 b=apl 3a
rb=apl 3b
ub=apl 3e
^^
&#124;&#124;
&#124;+-- w = white
&#124;    r = red
&#124;    t = turquoise
&#124;    y = yellow
&#124;    p = pink
&#124;    g = green
&#124;    b = blue
&#124;
+--- r = reverse
     u = underline
]]></description>
		<content:encoded><![CDATA[<p>In Client Access, you can map the keyboard so that for example Ctrl-B will make Blue text.  Simply map the value apl 3a to the Ctrl key option for the B key.  This is an internal macro in CA that says to map the following value to the application.</p>
<p> w=apl 22<br />
rw=apl 23<br />
uw=apl 26<br />
 r=apl 28<br />
rr=apl 29<br />
ur=apl 2c<br />
 t=apl 30<br />
rt=apl 31<br />
ut=apl 34<br />
 y=apl 32<br />
ry=apl 33<br />
uy=apl 36<br />
 p=apl 38<br />
rp=apl 39<br />
up=apl 3c<br />
 g=apl 20<br />
rg=apl 21<br />
ug=apl 24<br />
 b=apl 3a<br />
rb=apl 3b<br />
ub=apl 3e<br />
^^<br />
||<br />
|+&#8211; w = white<br />
|    r = red<br />
|    t = turquoise<br />
|    y = yellow<br />
|    p = pink<br />
|    g = green<br />
|    b = blue<br />
|<br />
+&#8212; r = reverse<br />
     u = underline</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.014 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 01:39:23 -->