<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The OpenEdge Hive - OEA and AppBuilder Support and Supplement</title>
 <link>http://www.oehive.org/taxonomy/term/423/0</link>
 <description>Plugins and tools to help expand the OpenEdge Architect or AppBuilder</description>
 <language>oehive</language>
<item>
 <title>OpenEdge Perspective Switcher</title>
 <link>http://www.oehive.org/project/OEPerspectiveSwitcher</link>
 <description>&lt;p&gt;This Plugin allows the developer to control when the Perspective is changed automatically between the OpenEdge Editor/Appbuilder and Visual Designer Perspectives based on the file extension and the Editor that is being used to edit the file.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;inline center&quot; style=&quot;width: 541px;&quot;&gt;&lt;img src=&quot;http://www.oehive.org/files/images/PerspectiveSwitcher.jpg&quot; alt=&quot;OpenEdge Perspective Switcher Preferences&quot; title=&quot;OpenEdge Perspective Switcher Preferences&quot;  class=&quot;image _original&quot; width=&quot;541&quot; height=&quot;476&quot; /&gt;&lt;span class=&quot;caption&quot; style=&quot;width: 539px;&quot;&gt;&lt;strong&gt;OpenEdge Perspective Switcher Preferences&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Install the Plugin by extracting the .zip file and then copying the .jar file into the dropins directory of your Progress Developer Studio (ie: C:\Progress\OpenEdge\oeide\eclipse\dropins).&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/213&quot; class=&quot;og_links&quot;&gt;Miscellaneous Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/project/OEPerspectiveSwitcher&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.oehive.org/taxonomy/term/156">Eclipse</category>
 <category domain="http://www.oehive.org/taxonomy/term/258">java</category>
 <category domain="http://www.oehive.org/taxonomy/term/1052">Perspective</category>
 <category domain="http://www.oehive.org/taxonomy/term/330">plugin</category>
 <category domain="http://www.oehive.org/taxonomy/term/1053">Switcher</category>
 <category domain="http://www.oehive.org/taxonomy/term/129">OE Development Tools</category>
 <category domain="http://www.oehive.org/taxonomy/term/423">OEA and AppBuilder Support and Supplement</category>
 <enclosure url="http://www.oehive.org/files/OEPerspectiveSwitcher.zip" length="13361" type="application/zip" />
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <pubDate>Wed, 16 Oct 2013 12:40:59 +0000</pubDate>
 <dc:creator>wrpkm</dc:creator>
 <guid isPermaLink="false">2190 at http://www.oehive.org</guid>
</item>
<item>
 <title>Preprocess, Debug, Xref view in OpenEdge Architect</title>
 <link>http://www.oehive.org/node/1654</link>
 <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;When you are using OEA as your code editor, you probably also have the need to quickly view the preprocessed, debug-list or xref of the file you are working on. OEA does not support these features except (depending on the version) for the preprocess view. However you can customize OEA yourself so you can get these views easily.&lt;br /&gt;
Attached you will find the code and some documentation for implemented these features.&lt;br /&gt;
Hope you can use these and let me know if you have any bugs found or have any other comment.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Kees Vlasblom&lt;br /&gt;
Caesar Group&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1654#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/602">Architect</category>
 <category domain="http://www.oehive.org/taxonomy/term/786">Debug</category>
 <category domain="http://www.oehive.org/taxonomy/term/514">Openedge</category>
 <category domain="http://www.oehive.org/taxonomy/term/785">Preprocess</category>
 <category domain="http://www.oehive.org/taxonomy/term/787">Xref</category>
 <category domain="http://www.oehive.org/taxonomy/term/423">OEA and AppBuilder Support and Supplement</category>
 <enclosure url="http://www.oehive.org/files/Compile customizations OEA.zip" length="57145" type="application/zip" />
 <group domain="http://www.oehive.org/devtools">Development Tools Group</group>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Mon, 15 Feb 2010 08:37:01 +0000</pubDate>
 <dc:creator>keesvl</dc:creator>
 <guid isPermaLink="false">1654 at http://www.oehive.org</guid>
</item>
<item>
 <title>AppBuilder add-ons to manipulate database field selector and clipboard</title>
 <link>http://www.oehive.org/node/1538</link>
 <description>&lt;p&gt;The field-selector hack enables you to convert the fields selected from the database to variables. You can also add your own prefix or get a delimited list in the clipboard.&lt;/p&gt;
&lt;p&gt;The Clipboard Converter enables you to add standardized lookup buttons, convert the widget-type for variables or  get a list in the clipboard from copied widgets.&lt;br /&gt;
You can customize the templates to contain your standard code.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1538#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/641">AppBuilder clipboard</category>
 <category domain="http://www.oehive.org/taxonomy/term/423">OEA and AppBuilder Support and Supplement</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Tue, 17 Nov 2009 14:45:23 +0000</pubDate>
 <dc:creator>brynjar</dc:creator>
 <guid isPermaLink="false">1538 at http://www.oehive.org</guid>
</item>
<item>
 <title>KsvVSSplugin</title>
 <link>http://www.oehive.org/project/KsvVSSplugin</link>
 <description>&lt;p&gt;There&#039;s a very good plugin for Eclipse which integrates Eclipse with Microsoft Visual SourceSafe. It&#039;s &lt;a href=&quot;http://sourceforge.net/projects/vssplugin/&quot;&gt;org.vssplugin&lt;/a&gt; developed by &lt;strong&gt;Marcus Nylander&lt;/strong&gt;, unfortunately it&#039;s not been updated since 2007. The latest version is 1.6.2 and it was developed for Eclipse 3.2, so it doesn&#039;t work with 3.4 and higher. Since I work with a quite unique VSS configuration I desperately needed to modify this plugin but before that I had to make it work on Eclipse 3.4.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/project/KsvVSSplugin&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.oehive.org/taxonomy/term/156">Eclipse</category>
 <category domain="http://www.oehive.org/taxonomy/term/638">visual sourcesafe</category>
 <category domain="http://www.oehive.org/taxonomy/term/639">vssplugin</category>
 <category domain="http://www.oehive.org/taxonomy/term/214">Development Support Tools</category>
 <category domain="http://www.oehive.org/taxonomy/term/423">OEA and AppBuilder Support and Supplement</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Thu, 15 Oct 2009 20:33:21 +0000</pubDate>
 <dc:creator>ksv</dc:creator>
 <guid isPermaLink="false">1530 at http://www.oehive.org</guid>
</item>
<item>
 <title>KsvPlugin for OpenEdge Architect</title>
 <link>http://www.oehive.org/project/KsvPlugin</link>
 <description>&lt;p&gt;&lt;strong&gt;KsvPlugin for OEA&lt;/strong&gt; is a set of useful tools which allows you to make your work with OpenEdge Architect more productive and less painful. It softens project-centric paradigm of Eclipse allowing you to develop in good old way of Procedure Editor. The set includes some tools which were developed for Ksv Editor (a modification of Procedure Editor).&lt;/p&gt;
&lt;h2&gt;Installation&lt;/h2&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/project/KsvPlugin&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.oehive.org/taxonomy/term/628">KSV Editor</category>
 <category domain="http://www.oehive.org/taxonomy/term/139">Code Editors</category>
 <category domain="http://www.oehive.org/taxonomy/term/214">Development Support Tools</category>
 <category domain="http://www.oehive.org/taxonomy/term/423">OEA and AppBuilder Support and Supplement</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Sat, 08 Aug 2009 15:11:05 +0000</pubDate>
 <dc:creator>ksv</dc:creator>
 <guid isPermaLink="false">1501 at http://www.oehive.org</guid>
</item>
<item>
 <title>Perl</title>
 <link>http://www.oehive.org/node/1059</link>
 <description>&lt;p&gt;I&#039;m not sure where this should go, but it is part of a recent set of releases on PSDN code share, some of which had to do with Eclipse so I&#039;m putting it here for now.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/213&quot; class=&quot;og_links&quot;&gt;Miscellaneous Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1059#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/423">OEA and AppBuilder Support and Supplement</category>
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <pubDate>Thu, 15 Nov 2007 00:23:30 +0000</pubDate>
 <dc:creator>tamhas</dc:creator>
 <guid isPermaLink="false">1059 at http://www.oehive.org</guid>
</item>
<item>
 <title>HTTP Client</title>
 <link>http://www.oehive.org/node/1056</link>
 <description>&lt;p&gt;This is a couple of items from PSDN.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/213&quot; class=&quot;og_links&quot;&gt;Miscellaneous Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1056#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/423">OEA and AppBuilder Support and Supplement</category>
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <pubDate>Wed, 14 Nov 2007 19:36:22 +0000</pubDate>
 <dc:creator>tamhas</dc:creator>
 <guid isPermaLink="false">1056 at http://www.oehive.org</guid>
</item>
<item>
 <title>Eclipse Components for OpenEdge Architect</title>
 <link>http://www.oehive.org/node/1055</link>
 <description>&lt;p&gt;These are some links published on PSDN Code share to provide the components of Eclipse which one might use in association with OpenEdge Architect.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/devtools&quot; class=&quot;og_links&quot;&gt;Development Tools Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1055#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/423">OEA and AppBuilder Support and Supplement</category>
 <group domain="http://www.oehive.org/devtools">Development Tools Group</group>
 <pubDate>Wed, 14 Nov 2007 19:02:41 +0000</pubDate>
 <dc:creator>tamhas</dc:creator>
 <guid isPermaLink="false">1055 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
