<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 3: PeopleCode parser (from PSPCMPROG) fixes for 8.44 version [patch]</title><link>https://sourceforge.net/p/decodepcode/feature-requests/3/</link><description>Recent changes to 3: PeopleCode parser (from PSPCMPROG) fixes for 8.44 version [patch]</description><atom:link href="https://sourceforge.net/p/decodepcode/feature-requests/3/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 01 Mar 2016 10:01:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/decodepcode/feature-requests/3/feed.rss" rel="self" type="application/rss+xml"/><item><title>#3 PeopleCode parser (from PSPCMPROG) fixes for 8.44 version [patch]</title><link>https://sourceforge.net/p/decodepcode/feature-requests/3/?limit=250#11c7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm sorry but I don't have any other needs or ideas for this tool, nor I don't have time to develop any.&lt;br/&gt;
The only thing that was disturbing me was lack of unicode support in strings and comments and new lines misstatement in 8.44 version parsing.&lt;br/&gt;
I've fix it and some others cases by the way, and now this tool is enough good for me.&lt;br/&gt;
Only i can do is tell you that I've tested my code only on PS version 8.44 and it works good.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wsx22</dc:creator><pubDate>Tue, 01 Mar 2016 10:01:14 -0000</pubDate><guid>https://sourceforge.net80b63ffa3686ecd9c43e42de60d939cd6ffea587</guid></item><item><title>#3 PeopleCode parser (from PSPCMPROG) fixes for 8.44 version [patch]</title><link>https://sourceforge.net/p/decodepcode/feature-requests/3/?limit=25#252a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for contributing code. You must have spent quite a bit of time getting these white-space issues right - I got reasonably close and decided that enough was enough (and with the introduction of PSPCMTXT in tools 8.52, there was no more need for it).&lt;/p&gt;
&lt;p&gt;Now, my problem is that I'm currently not doing any PeopleSoft work, so I cannot test your code.&lt;/p&gt;
&lt;p&gt;I can, however, grant you developer access to this project - would you be interested? When I get a chance, I'll improve the documentation a bit and promote the tool to version 1.0 - it's been in beta long enough...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik H</dc:creator><pubDate>Fri, 19 Feb 2016 18:28:06 -0000</pubDate><guid>https://sourceforge.net6664636b3ca912dc5cb5cba1e40814a228a6cf54</guid></item><item><title>PeopleCode parser (from PSPCMPROG) fixes for 8.44 version [patch]</title><link>https://sourceforge.net/p/decodepcode/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm using this project to get people code from PeopleSoft 8.44 environment.&lt;br/&gt;
I've noticed that there is some differences between Application Designer code view and PeopleCodeParser output in files.&lt;br/&gt;
so I wrote some changes to get parser output as similar as possible to Application Designer view &lt;br/&gt;
I'm working only with PeopleSoft 8.44 environment and not test it with any others versions,&lt;br/&gt;
but i think that most changes schould be generic. (If no, You may use some config flag to activate it or not)&lt;/p&gt;
&lt;p&gt;my PeopleCodeParser.java.patch contains:&lt;/p&gt;
&lt;p&gt;lines 1-36, 57-64, 90-105, 326-359&lt;br/&gt;
    hardcode insert extra space before Null 75 token if after "(" 11 token&lt;br/&gt;
    respect indent in empty lines&lt;br/&gt;
lines 37-56&lt;br/&gt;
    Non-ASCII strings support in embedded strings&lt;br/&gt;
lines 65-89&lt;br/&gt;
    Non-ASCII strings support in comments&lt;br/&gt;
lines 106-287&lt;br/&gt;
    Parser no 87 was doubled&lt;br/&gt;
    Add new line before Less-than asterisk comment&lt;br/&gt;
    Add indent once between get/set and end-get/end-set&lt;br/&gt;
    Code formatting&lt;br/&gt;
lines 288-311, 368-374&lt;br/&gt;
    'And', 'Or' tokens adds 2 to indent only inside if while or until(probably) conditions  otherwise adds 1&lt;br/&gt;
lines 312-325&lt;br/&gt;
    Do not add second newline (NEWLINE_BEFORE) after token 45 (NEWLINE_ONCE), fixes extra newlines after: method, function, For, While, When  tokens&lt;br/&gt;
lines 360-367&lt;br/&gt;
    Hardcode no space before "[" (token 76) if previous token was ")" (token 20)&lt;br/&gt;
lines 375-394&lt;br/&gt;
    Indent fixes in case of comments inside if condition&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wsx22</dc:creator><pubDate>Fri, 19 Feb 2016 11:01:21 -0000</pubDate><guid>https://sourceforge.netcf4e3bb6f82973965e5f0610fa3be1c442fef40b</guid></item></channel></rss>