<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/pl-sql-editor/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pl-sql-editor/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 12 Jun 2015 15:35:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pl-sql-editor/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Alexandre S.</title><link>https://sourceforge.net/p/pl-sql-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,4 +1,4 @@
-PL/SQL Editor module for NetBeans IDE [Version_History]
+PL/SQL Editor module for NetBeans IDE [(Version history)](Version_History)
 ===
 This project will add support for editing [Oracle](http://www.oracle.com) [PL/SQL](http://en.wikipedia.org/wiki/PL/SQL) objects right inside the [NetBeans IDE](http://www.netbeans.org), including syntax highlighting, code folding and indentation.

@@ -27,7 +27,7 @@

 To start working with PL/SQL Editor you should click on Window -&amp;gt; Oracle menu item.

-http://pl-sql-editor.googlecode.com/files/screenshot2_0.png
+![screenshot](https://sourceforge.net/p/pl-sql-editor/screenshot/screenshot2_0.png)

 Requirements
 ---
@@ -56,4 +56,4 @@

 Feedback
 ---
-I would appreciate any comments and suggestions. Please leave your feedback on [Feedbacks] this page.
+I would appreciate any comments and suggestions. Please leave your feedback on [this page](Feedbacks).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre S.</dc:creator><pubDate>Fri, 12 Jun 2015 15:35:16 -0000</pubDate><guid>https://sourceforge.net171bcffe65273f6ce0a887a47a750976f80cd710</guid></item><item><title>Home modified by Alexandre S.</title><link>https://sourceforge.net/p/pl-sql-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -31,11 +31,12 @@

 Requirements
 ---
-|| **PL/SQL Editor bundle version** || **NetBeans version** || **Oracle DB** || **JDK** ||
-|| [http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.2.zip 2.2] || 7.0 || 9i Release 2 or newer || Compiled with JDK 6 (jdk1.6.0_20) ||
-|| [http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.1.zip 2.1] || 6.9 || 9i Release 2 or newer || Compiled with JDK 6 (jdk1.6.0_20) ||
-|| [http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.0.zip 2.0] || 6.8 || 9i Release 2 or newer || Compiled with JDK 5 (jdk1.5.0_18) ||
-|| [http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_1.2.zip 1.2] || 6.1 or newer || 9i Release 2 or newer || Compiled with JDK 5 (jdk1.5.0_18) ||
+**PL/SQL Editor bundle version** | **NetBeans version** | **Oracle DB** | **JDK** 
+-------------------------------- | -------------------- | ------------- | --------
+[2.2](http://sourceforge.net/projects/pl-sql-editor/files/pl_sql-editor-bundle_2.2.zip/download) | 7.0 | 9i Release 2 or newer | Compiled with JDK 6 (jdk1.6.0_20)
+[2.1](http://sourceforge.net/projects/pl-sql-editor/files/pl_sql-editor-bundle_2.1.zip/download) | 6.9 | 9i Release 2 or newer | Compiled with JDK 6 (jdk1.6.0_20)
+[2.0](http://sourceforge.net/projects/pl-sql-editor/files/pl_sql-editor-bundle_2.0.zip/download) | 6.8 | 9i Release 2 or newer | Compiled with JDK 5 (jdk1.5.0_18)
+[1.2](http://sourceforge.net/projects/pl-sql-editor/files/pl_sql-editor-bundle_1.2.zip/download) | 6.1 or newer | 9i Release 2 or newer | Compiled with JDK 5 (jdk1.5.0_18) |

  * PL/SQL language recognition is based on Oracle 11g PL/SQL syntax.

@@ -55,4 +56,4 @@

 Feedback
 ---
-I would appreciate any comments and suggestions. Please leave your feedback on [Feedbacks_this_page].
+I would appreciate any comments and suggestions. Please leave your feedback on [Feedbacks] this page.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre S.</dc:creator><pubDate>Fri, 12 Jun 2015 15:19:24 -0000</pubDate><guid>https://sourceforge.net7aa3af838d7b78a7ae955145a69ebce7e394394d</guid></item><item><title>Home modified by Alexandre S.</title><link>https://sourceforge.net/p/pl-sql-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,7 +5,8 @@
 ----
 About PL/SQL Editor
 ---
-The aim of PL/SQL Editor is to provide a convenient way to work with the following Oracle objects inside !NetBeans IDE:
+The aim of PL/SQL Editor is to provide a convenient way to work with the following Oracle objects inside NetBeans IDE:
+
  * `Functions`
  * `Procedures`
  * `Packages Specification`
@@ -13,13 +14,16 @@
  * `Types Specification`
  * `Types Body`
  * `Triggers`
+
 With each object you could perform the following operations: 
- * *Add* - create a new object 
- * *Edit* - edit the object source code 
- * *Compile* - compile the server-side object 
- * *Compile Local File* - compile the object from the local file 
- * *Delete* - drop the object 
-It’s also possible *Refresh* (reload) nodes and discovers *Properties*. The unique feature of PL/SQL Editor is the *PL/SQL language syntax recognition*. This means that PL/SQL code will be parsed during code typing or loading and syntactically checked. This gives possibility to correct code before compiling. The PL/SQL Editor also supports code folding, code navigation and other features.
+
+ * **Add** - create a new object 
+ * **Edit** - edit the object source code 
+ * **Compile** - compile the server-side object 
+ * **Compile Local File** - compile the object from the local file 
+ * **Delete** - drop the object
+
+It’s also possible **Refresh** (reload) nodes and discovers **Properties**. The unique feature of PL/SQL Editor is the **PL/SQL language syntax recognition**. This means that PL/SQL code will be parsed during code typing or loading and syntactically checked. This gives possibility to correct code before compiling. The PL/SQL Editor also supports code folding, code navigation and other features.

 To start working with PL/SQL Editor you should click on Window -&amp;gt; Oracle menu item.

@@ -27,7 +31,7 @@

 Requirements
 ---
-|| *PL/SQL Editor bundle version* || *!NetBeans version* || *Oracle DB* || *JDK* ||
+|| **PL/SQL Editor bundle version** || **NetBeans version** || **Oracle DB** || **JDK** ||
 || [http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.2.zip 2.2] || 7.0 || 9i Release 2 or newer || Compiled with JDK 6 (jdk1.6.0_20) ||
 || [http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.1.zip 2.1] || 6.9 || 9i Release 2 or newer || Compiled with JDK 6 (jdk1.6.0_20) ||
 || [http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.0.zip 2.0] || 6.8 || 9i Release 2 or newer || Compiled with JDK 5 (jdk1.5.0_18) ||
@@ -37,7 +41,9 @@

 Installation
 ---
+
 Download the appropriate PL/SQL Editor bundle version and unpack it.
+
  * Choose Tools -&amp;gt; Plugins from the main menu. The Plugins window opens. 
  * Switch to Downloaded tab and click on Add Plugins... button. 
  * Select all `nbm` files you have extracted from the downloaded bundle. 
@@ -49,4 +55,4 @@

 Feedback
 ---
-I would appreciate any comments and suggestions. Please leave your feedback on [Feedbacks this page].
+I would appreciate any comments and suggestions. Please leave your feedback on [Feedbacks_this_page].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre S.</dc:creator><pubDate>Fri, 12 Jun 2015 15:07:35 -0000</pubDate><guid>https://sourceforge.net75da8ac6ef9259c80716da84d850674a1455549b</guid></item><item><title>Home modified by Alexandre S.</title><link>https://sourceforge.net/p/pl-sql-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-PL/SQL Editor module for NetBeans IDE [Version History]
+PL/SQL Editor module for NetBeans IDE [Version_History]
 ===
 This project will add support for editing [Oracle](http://www.oracle.com) [PL/SQL](http://en.wikipedia.org/wiki/PL/SQL) objects right inside the [NetBeans IDE](http://www.netbeans.org), including syntax highlighting, code folding and indentation.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre S.</dc:creator><pubDate>Fri, 12 Jun 2015 14:51:10 -0000</pubDate><guid>https://sourceforge.net677a0f8f2f7a80cf8ab90a12b4427749646b08a8</guid></item><item><title>Home modified by Alexandre S.</title><link>https://sourceforge.net/p/pl-sql-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,6 @@
-PL/SQL Editor module for !NetBeans IDE [Version_History (Version History)]
+PL/SQL Editor module for NetBeans IDE [Version History]
 ===
-This project will add support for editing [http://www.oracle.com Oracle] [http://en.wikipedia.org/wiki/PL/SQL PL/SQL] objects right inside the [http://www.netbeans.org NetBeans IDE], including syntax highlighting, code folding and indentation.
+This project will add support for editing [Oracle](http://www.oracle.com) [PL/SQL](http://en.wikipedia.org/wiki/PL/SQL) objects right inside the [NetBeans IDE](http://www.netbeans.org), including syntax highlighting, code folding and indentation.

 ----
 About PL/SQL Editor
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre S.</dc:creator><pubDate>Fri, 12 Jun 2015 14:50:14 -0000</pubDate><guid>https://sourceforge.netd8c8e49eb56f093e785f9d6c6b660277da6cdd70</guid></item><item><title>Home modified by Alexandre S.</title><link>https://sourceforge.net/p/pl-sql-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,10 @@
-=== PL/SQL Editor module for !NetBeans IDE [Version_History (Version History)] ===
+PL/SQL Editor module for !NetBeans IDE [Version_History (Version History)]
+===
 This project will add support for editing [http://www.oracle.com Oracle] [http://en.wikipedia.org/wiki/PL/SQL PL/SQL] objects right inside the [http://www.netbeans.org NetBeans IDE], including syntax highlighting, code folding and indentation.

 ----
-=== About PL/SQL Editor ===
+About PL/SQL Editor
+---
 The aim of PL/SQL Editor is to provide a convenient way to work with the following Oracle objects inside !NetBeans IDE:
  * `Functions`
  * `Procedures`
@@ -23,7 +25,8 @@

 http://pl-sql-editor.googlecode.com/files/screenshot2_0.png

-=== Requirements ===
+Requirements
+---
 || *PL/SQL Editor bundle version* || *!NetBeans version* || *Oracle DB* || *JDK* ||
 || [http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.2.zip 2.2] || 7.0 || 9i Release 2 or newer || Compiled with JDK 6 (jdk1.6.0_20) ||
 || [http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.1.zip 2.1] || 6.9 || 9i Release 2 or newer || Compiled with JDK 6 (jdk1.6.0_20) ||
@@ -31,13 +34,19 @@
 || [http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_1.2.zip 1.2] || 6.1 or newer || 9i Release 2 or newer || Compiled with JDK 5 (jdk1.5.0_18) ||

  * PL/SQL language recognition is based on Oracle 11g PL/SQL syntax.
-=== Installation ===
+
+Installation
+---
 Download the appropriate PL/SQL Editor bundle version and unpack it.
  * Choose Tools -&amp;gt; Plugins from the main menu. The Plugins window opens. 
  * Switch to Downloaded tab and click on Add Plugins... button. 
  * Select all `nbm` files you have extracted from the downloaded bundle. 
  * Press Install button. Follow the installation wizard to install modules. 
-=== Documentation ===
+
+Documentation
+---
 The documentation is integrated into the PL/SQL Editor module. To read it click on Help -&amp;gt; Help Contents menu item and then select PL/SQL Editor from Contents.
-=== Feedback ===
+
+Feedback
+---
 I would appreciate any comments and suggestions. Please leave your feedback on [Feedbacks this page].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre S.</dc:creator><pubDate>Fri, 12 Jun 2015 14:41:29 -0000</pubDate><guid>https://sourceforge.net8ee683a406210b406febd154687f4a53f433e3b2</guid></item><item><title>Home modified by Alexandre S.</title><link>https://sourceforge.net/p/pl-sql-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;=== PL/SQL Editor module for !NetBeans IDE &lt;span&gt;[Version_History (Version History)]&lt;/span&gt; ===&lt;br /&gt;
This project will add support for editing &lt;span&gt;[http://www.oracle.com Oracle]&lt;/span&gt; &lt;span&gt;[http://en.wikipedia.org/wiki/PL/SQL PL/SQL]&lt;/span&gt; objects right inside the &lt;span&gt;[http://www.netbeans.org NetBeans IDE]&lt;/span&gt;, including syntax highlighting, code folding and indentation.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;=== About PL/SQL Editor ===&lt;br /&gt;
The aim of PL/SQL Editor is to provide a convenient way to work with the following Oracle objects inside !NetBeans IDE:&lt;br /&gt;
 * &lt;code&gt;Functions&lt;/code&gt;&lt;br /&gt;
 * &lt;code&gt;Procedures&lt;/code&gt;&lt;br /&gt;
 * &lt;code&gt;Packages Specification&lt;/code&gt;&lt;br /&gt;
 * &lt;code&gt;Packages Body&lt;/code&gt;&lt;br /&gt;
 * &lt;code&gt;Types Specification&lt;/code&gt;&lt;br /&gt;
 * &lt;code&gt;Types Body&lt;/code&gt;&lt;br /&gt;
 * &lt;code&gt;Triggers&lt;/code&gt;&lt;br /&gt;
With each object you could perform the following operations: &lt;br /&gt;
 * &lt;em&gt;Add&lt;/em&gt; - create a new object &lt;br /&gt;
 * &lt;em&gt;Edit&lt;/em&gt; - edit the object source code &lt;br /&gt;
 * &lt;em&gt;Compile&lt;/em&gt; - compile the server-side object &lt;br /&gt;
 * &lt;em&gt;Compile Local File&lt;/em&gt; - compile the object from the local file &lt;br /&gt;
 * &lt;em&gt;Delete&lt;/em&gt; - drop the object &lt;br /&gt;
It’s also possible &lt;em&gt;Refresh&lt;/em&gt; (reload) nodes and discovers &lt;em&gt;Properties&lt;/em&gt;. The unique feature of PL/SQL Editor is the &lt;em&gt;PL/SQL language syntax recognition&lt;/em&gt;. This means that PL/SQL code will be parsed during code typing or loading and syntactically checked. This gives possibility to correct code before compiling. The PL/SQL Editor also supports code folding, code navigation and other features.&lt;/p&gt;
&lt;p&gt;To start working with PL/SQL Editor you should click on Window -&amp;gt; Oracle menu item.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://pl-sql-editor.googlecode.com/files/screenshot2_0.png" rel="nofollow"&gt;http://pl-sql-editor.googlecode.com/files/screenshot2_0.png&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;=== Requirements ===&lt;br /&gt;
|| &lt;em&gt;PL/SQL Editor bundle version&lt;/em&gt; || &lt;em&gt;!NetBeans version&lt;/em&gt; || &lt;em&gt;Oracle DB&lt;/em&gt; || &lt;em&gt;JDK&lt;/em&gt; ||&lt;br /&gt;
|| &lt;span&gt;[http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.2.zip 2.2]&lt;/span&gt; || 7.0 || 9i Release 2 or newer || Compiled with JDK 6 (jdk1.6.0_20) ||&lt;br /&gt;
|| &lt;span&gt;[http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.1.zip 2.1]&lt;/span&gt; || 6.9 || 9i Release 2 or newer || Compiled with JDK 6 (jdk1.6.0_20) ||&lt;br /&gt;
|| &lt;span&gt;[http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_2.0.zip 2.0]&lt;/span&gt; || 6.8 || 9i Release 2 or newer || Compiled with JDK 5 (jdk1.5.0_18) ||&lt;br /&gt;
|| &lt;span&gt;[http://code.google.com/p/pl-sql-editor/downloads/detail?name=pl_sql-editor-bundle_1.2.zip 1.2]&lt;/span&gt; || 6.1 or newer || 9i Release 2 or newer || Compiled with JDK 5 (jdk1.5.0_18) ||&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;PL/SQL language recognition is based on Oracle 11g PL/SQL syntax.&lt;br /&gt;
=== Installation ===&lt;br /&gt;
Download the appropriate PL/SQL Editor bundle version and unpack it.&lt;/li&gt;
&lt;li&gt;Choose Tools -&amp;gt; Plugins from the main menu. The Plugins window opens. &lt;/li&gt;
&lt;li&gt;Switch to Downloaded tab and click on Add Plugins... button. &lt;/li&gt;
&lt;li&gt;Select all &lt;code&gt;nbm&lt;/code&gt; files you have extracted from the downloaded bundle. &lt;/li&gt;
&lt;li&gt;Press Install button. Follow the installation wizard to install modules. &lt;br /&gt;
=== Documentation ===&lt;br /&gt;
The documentation is integrated into the PL/SQL Editor module. To read it click on Help -&amp;gt; Help Contents menu item and then select PL/SQL Editor from Contents.&lt;br /&gt;
=== Feedback ===&lt;br /&gt;
I would appreciate any comments and suggestions. Please leave your feedback on &lt;span&gt;[Feedbacks this page]&lt;/span&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre S.</dc:creator><pubDate>Fri, 12 Jun 2015 14:33:04 -0000</pubDate><guid>https://sourceforge.netbe2b88a88d56a57ba946a4b4d8b66842a245382f</guid></item></channel></rss>