<?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/textopsntpd/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/textopsntpd/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 07 Apr 2012 13:04:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/textopsntpd/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Matt Stuvysant</title><link>https://sourceforge.net/p/textopsntpd/wiki/Home/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -15,6 +15,9 @@
 &lt;li&gt;&lt;b&gt;Sort lines&lt;/b&gt;&lt;div&gt;Sorts all lines in the document in alphabetical order.&lt;/div&gt;&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Revert lines&lt;/b&gt;&lt;div&gt;Changes the order of lines (first is last, last first and so fore).&lt;/div&gt;&lt;/li&gt;
 &lt;hr&gt;
+&lt;li&gt;&lt;b&gt;Sort groups&lt;/b&gt;&lt;div&gt;Splits text into groups divided by given string and sorts these groups and puts text together again.&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;Revert groups&lt;/b&gt;&lt;div&gt;Splits text into groups just as in Sort groups function, then reverts their order and puts text back together. This feature can be used to revert order of conversation or so&lt;/div&gt;&lt;/li&gt;
+&lt;hr&gt;
 &lt;li&gt;&lt;b&gt;Collapse lines&lt;/b&gt;&lt;div&gt;All lines are collapsed into one line. In between 2 lines there is a separator (string/text of user's choice) inserted.&lt;/div&gt;&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Split to lines&lt;/b&gt;&lt;div&gt;Notepad content is taken as one continual text. The text is searched for a separator given by user and each occurrence of the separator is replaced by a new line. If there were some new lines before the operation, they will remain unchanged (unless the new line symbol is taken as separator).&lt;/div&gt;&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Split by maximal length&lt;/b&gt;&lt;div&gt;Notepad content is taken as one continual text. The most distant white-char from the beginning whom distance is lower than user-given length is marked as separator, text is split into new line (before separator) and the rest remaining to be searched in same manner.&lt;/div&gt;&lt;/li&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Stuvysant</dc:creator><pubDate>Sat, 07 Apr 2012 13:04:31 -0000</pubDate><guid>https://sourceforge.net8ad420adb3cb0adc377cd2f219233920778e8b6f</guid></item><item><title>WikiPage Home modified by Matt Stuvysant</title><link>https://sourceforge.net/p/textopsntpd/wiki/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -6,6 +6,8 @@
 
 As the operations grow, I decided to create an wiki, so the functions can be described a bit more than just by their self-description name.
 
+[Release notes](/p/textopsntpd/wiki/release_notes)
+
 &lt;hr&gt;
 
 Currently supported functions are:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Stuvysant</dc:creator><pubDate>Mon, 02 Apr 2012 12:49:26 -0000</pubDate><guid>https://sourceforge.netce7337f7050bc5e096d1257efc4b9fe38fc50954</guid></item><item><title>WikiPage Home modified by Matt Stuvysant</title><link>https://sourceforge.net/p/textopsntpd/wiki/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -26,6 +26,11 @@
 &lt;li&gt;&lt;b&gt;Create camel case&lt;/b&gt;&lt;div&gt;Same as in "First letter in word capital" operation, the first 
 letter of every word is upper cased, then every white-space is removed (WhichResultsInCamelCase)&lt;/div&gt;&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Decode camel case&lt;/b&gt;&lt;div&gt;As the camel case is lose conversion, the original text cannot be restored, however, the case of words can be lowered and in between them the space can be inserted so the text is a bit more readable - though more space is needed to store it.&lt;/div&gt;&lt;/li&gt;
+&lt;hr&gt;
+&lt;li&gt;&lt;b&gt;Remove empty lines&lt;/b&gt;&lt;div&gt;Remove lines that contains no character at all.&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;Remove white-spaced lines&lt;/b&gt;&lt;div&gt;Removes lines that contains some character (~ white-spaces), though appear to be empty. Basically the lines containing spaces but nothing else will be removed.&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;Remove lines without letter/numerics&lt;/b&gt;&lt;div&gt;Remove lines that contains no letter or numeric characters.&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;Remove lines with special symbols&lt;/b&gt;&lt;div&gt;The set of "special symbols" is contradictory defined as every character that is not being digit, white-space, separator, punctuation or letter. If any such special symbol appears in a line, the line is removed.&lt;/div&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;span style="display: none"&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Stuvysant</dc:creator><pubDate>Mon, 02 Apr 2012 12:31:54 -0000</pubDate><guid>https://sourceforge.net80b2ab255896750665dcd7abd2ad09236ccfeb1a</guid></item><item><title>WikiPage Home modified by Matt Stuvysant</title><link>https://sourceforge.net/p/textopsntpd/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,6 +1,12 @@
 Welcome!
 
-As the function grows, I decided to create an wiki so the functions can be described a bit more  than just but their description.
+This application is product of repetitive work I had to do. It consisted of different types of simple text transformations and operations that are quite simply done while programming, however, hardly performed as their are often not provided by various text editors. 
+
+Therefore I decided to write this simple application that does exactly these operations and nothing more (so it remains small and simple and portable - note that currently it does not store any data about itself so every run of the application provides same environment, despite Your previous settings).
+
+As the operations grow, I decided to create an wiki, so the functions can be described a bit more than just by their self-description name.
+
+&lt;hr&gt;
 
 Currently supported functions are:
 &lt;ul&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Stuvysant</dc:creator><pubDate>Sun, 01 Apr 2012 19:35:59 -0000</pubDate><guid>https://sourceforge.nete31066c4cb2fb5b4b41bbc3c89f6215edb2f8dba</guid></item><item><title>WikiPage Home modified by Matt Stuvysant</title><link>https://sourceforge.net/p/textopsntpd/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,8 +1,30 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
+Welcome!
+
+As the function grows, I decided to create an wiki so the functions can be described a bit more  than just but their description.
+
+Currently supported functions are:
+&lt;ul&gt;
+&lt;li&gt;&lt;b&gt;Sort lines&lt;/b&gt;&lt;div&gt;Sorts all lines in the document in alphabetical order.&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;Revert lines&lt;/b&gt;&lt;div&gt;Changes the order of lines (first is last, last first and so fore).&lt;/div&gt;&lt;/li&gt;
+&lt;hr&gt;
+&lt;li&gt;&lt;b&gt;Collapse lines&lt;/b&gt;&lt;div&gt;All lines are collapsed into one line. In between 2 lines there is a separator (string/text of user's choice) inserted.&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;Split to lines&lt;/b&gt;&lt;div&gt;Notepad content is taken as one continual text. The text is searched for a separator given by user and each occurrence of the separator is replaced by a new line. If there were some new lines before the operation, they will remain unchanged (unless the new line symbol is taken as separator).&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;Split by maximal length&lt;/b&gt;&lt;div&gt;Notepad content is taken as one continual text. The most distant white-char from the beginning whom distance is lower than user-given length is marked as separator, text is split into new line (before separator) and the rest remaining to be searched in same manner.&lt;/div&gt;&lt;/li&gt;
+&lt;hr&gt;
+&lt;li&gt;&lt;b&gt;Invert case&lt;/b&gt;&lt;div&gt;Upper char becomes lower chars and vice verse.&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;Convert to upper&lt;/b&gt;&lt;div&gt;The case of all characters is set to the upper one.&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;Convert to lower&lt;/b&gt;&lt;div&gt;The case of all characters is set to the lower one.&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;First letter in word capital&lt;/b&gt;&lt;div&gt;The word is defined as anything containing at least one (first) letter character that is preceded by a non-letter character. The first letter of such word is then made upper cased.&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;First letter on line capital&lt;/b&gt;&lt;div&gt;For each line in the notepad, the first letter character is found and converted into upper case.&lt;/div&gt;&lt;/li&gt;
+&lt;hr&gt;
+&lt;li&gt;&lt;b&gt;Create camel case&lt;/b&gt;&lt;div&gt;Same as in "First letter in word capital" operation, the first 
+letter of every word is upper cased, then every white-space is removed (WhichResultsInCamelCase)&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;b&gt;Decode camel case&lt;/b&gt;&lt;div&gt;As the camel case is lose conversion, the original text cannot be restored, however, the case of words can be lowered and in between them the space can be inserted so the text is a bit more readable - though more space is needed to store it.&lt;/div&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;span style="display: none"&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+
 The wiki uses [Markdown](/p/textopsntpd/wiki/markdown_syntax/) syntax.
-
+&lt;/span&gt;
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Stuvysant</dc:creator><pubDate>Sun, 01 Apr 2012 19:00:27 -0000</pubDate><guid>https://sourceforge.net6d62f9a1c05f79b491b7a6378f81b8faeeda6e2b</guid></item><item><title>WikiPage Home modified by Matt Stuvysant</title><link>https://sourceforge.net/p/textopsntpd/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/textopsntpd/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Stuvysant</dc:creator><pubDate>Sun, 01 Apr 2012 18:34:26 -0000</pubDate><guid>https://sourceforge.nete9d91edb64b5c03bed7fa96ed66edfb2bd7d565b</guid></item></channel></rss>