<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>plugins/edit_tab/commands/select_word_command.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,11 +5,13 @@ Version 0.3 (TBA)
 New features, enhancements:
 
   * Autocompletion (hit Escape)
+  * Select Word command
 
 New contributors:
 
   * aokai
   * Silvio Heuberger (kung_foo)
+  * itrekkie
 
 Planned:
 </diff>
      <filename>CHANGES</filename>
    </modified>
    <modified>
      <diff>@@ -121,3 +121,22 @@ Feature: Edit Text
     And I press &quot;Return&quot; then &quot;Ctrl+Alt+B&quot;
     And I press &quot;Ctrl+Super+V&quot; then &quot;Ctrl+Super+V&quot;
     Then I should see &quot;b&quot; in the EditTab 
+
+  Scenario: Select word
+    When I type &quot;foo bar&quot;
+    And I press &quot;Left&quot; then &quot;Super+W&quot;
+    Then I should see &quot;foo &lt;s&gt;bar&lt;c&gt;&quot; in the EditTab
+
+  Scenario: Select word at end of word
+    When I type &quot;foo bar&quot;
+    And I press &quot;Super+W&quot;
+    Then I should see &quot;foo &lt;s&gt;bar&lt;c&gt;&quot; in the EditTab
+
+  Scenario: Select word does nothing outside of word
+    When I type &quot;foo bar &quot;
+    And I press &quot;Super+W&quot;
+    Then I should see &quot;foo bar &lt;c&gt;&quot; in the EditTab
+
+
+
+</diff>
      <filename>plugins/edit_tab/features/editing.feature</filename>
    </modified>
    <modified>
      <diff>@@ -58,8 +58,9 @@ module Redcar
         end
         separator
         submenu &quot;Select&quot; do
-          item &quot;Line&quot;,            SelectLine
-          item &quot;Current Scope&quot;,    SelectScopeCommand
+          item &quot;Word&quot;,          SelectWordCommand
+          item &quot;Line&quot;,          SelectLine
+          item &quot;Current Scope&quot;, SelectScopeCommand
         end
       end
       </diff>
      <filename>plugins/redcar/redcar.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>98fc680c861e8bb955304e8f6b7eb45c722ede97</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Lucraft</name>
    <email>dan@fluentradical.com</email>
  </author>
  <url>http://github.com/danlucraft/redcar/commit/ca3444063aa85da056aaf9ca7e86b5f0af2e7929</url>
  <id>ca3444063aa85da056aaf9ca7e86b5f0af2e7929</id>
  <committed-date>2009-06-26T22:59:38-07:00</committed-date>
  <authored-date>2009-06-26T22:59:38-07:00</authored-date>
  <message>Added SelectWordCommand from itrekkie</message>
  <tree>78f07e108c646446c94ea04914fbe0234268209d</tree>
  <committer>
    <name>Daniel Lucraft</name>
    <email>dan@fluentradical.com</email>
  </committer>
</commit>
