<?xml version="1.0" ?><rss version="2.0">
  <channel>
    <title>Bugtracker::</title>
    <lastBuildDate>Wed, 16 Nov 2011 10:45:22 -0500</lastBuildDate>
    <description>Bugtracker::E Texteditor: Recently opened tasks</description>
    <link>http://www.e-texteditor.com/bugtracker/</link>
        <item>
      <title>FS#475: Viewport width for documents longer than 100 lines incorrectly calculated.</title>
      <author>Albert Hwang</author>
      <pubDate>Wed, 16 Nov 2011 10:45:22 -0500</pubDate>
      <description><![CDATA[When viewing a file that is over 100 lines in length, and when &quot;view line numbers&quot; is enabled, and &quot;word wrap&quot; is enabled, unexpected behaviors occur:<br />
<br />
1) When you get to the end of the line, the viewport scrolls for one character before wrapping.<br />
2) When printing the document, the last character on long lines disappear.<br />
<br />
I&#039;m guessing the width of the viewport is being calculated under the assumption that the Line Number Column is only 2 characters long.]]></description>
      <link>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=475</link>
      <guid>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=475</guid>
    </item>
        <item>
      <title>FS#474: Cannot perform ctrl-tab navigation when in search field</title>
      <author>Jerrold Poh</author>
      <pubDate>Tue, 18 Oct 2011 19:18:24 -0400</pubDate>
      <description><![CDATA[To replicate:<br />
<br />
- Type ctrl-f to open the search box at the bottom of the screen<br />
- Notice how the cursor is focused on the search box<br />
- Now type ctrl-tab to switch tabs<br />
- Nothing happens<br />
<br />
Note, this also happens when using the ctrl-1, ctrl-2 shortcuts to switch tabs.<br />
<br />
Oh another note, the version this affects is 2.0.2 (though it doesn&#039;t appear in the drop down)]]></description>
      <link>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=474</link>
      <guid>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=474</guid>
    </item>
        <item>
      <title>FS#473: Crashes on Tab key, cursor between { and //</title>
      <author>Richard Heath</author>
      <pubDate>Fri, 14 Oct 2011 09:49:21 -0400</pubDate>
      <description><![CDATA[Repeatably, if I have the code below with the cursor before //mess:<br />
<br />
		if (doCell){//mess($(doCell).innerHTML);<br />
<br />
using tab to put space before comment causes e-text 2.0.1 to crash out]]></description>
      <link>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=473</link>
      <guid>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=473</guid>
    </item>
        <item>
      <title>FS#472: PHP function comments don&#039;t collapse properly</title>
      <author>Tobias Elod Zoltan</author>
      <pubDate>Mon, 23 May 2011 03:20:10 -0400</pubDate>
      <description><![CDATA[If comments aren&#039;t lined up with each other as is the case with a docblock function description the lines don&#039;t collapse properly. Which can be a nuisance when working with long things like Codeigniter where everything is commented and libraries are rarely under 1000 lines.]]></description>
      <link>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=472</link>
      <guid>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=472</guid>
    </item>
        <item>
      <title>FS#471: e add a strange character &#039;&lt;feff&gt;&#039; to some files</title>
      <author>Christoph Terwey</author>
      <pubDate>Tue, 03 May 2011 08:49:06 -0400</pubDate>
      <description><![CDATA[e v1.0.43, seems to add a strange character to the beginning of some files sometimes. It&#039;s only displayed in vi as a  (http://www.fileformat.info/info/unicode/char/feff/index.htm) and is also removeable only in some low level editors like vi. Even SVN has problems to reverse this error. This character is not shown in browsers but keeps corrupting our layouts, which is really annoying because of the difficult removal. We didn’t find a pattern, it happens really rarely. Are you familiar with this kind of bug or is this maybe already fixed in a newer version of e? Thanks in advance!]]></description>
      <link>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=471</link>
      <guid>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=471</guid>
    </item>
        <item>
      <title>FS#470: The &quot;go to&quot; functionality of the Rails bundle produces wrong paths</title>
      <author>Steffen Poulsen</author>
      <pubDate>Tue, 29 Mar 2011 07:18:08 -0400</pubDate>
      <description><![CDATA[- Windows 7 Enterprise, 64 bit.<br />
- E Text installled in: &quot;d:\Program Files (x86)\e&quot; <br />
- Cygwin installed in &quot;d:\cygwin&quot;<br />
<br />
Clean install of both programs, no customizations.<br />
<br />
Following the rails bundle tutorial, I have created &quot;d:\cygwin\home\sp\blog\app\controllers\blog_controller.rb&quot; with this content<br />
<br />
    class BlogController &lt; ApplicationController<br />
    <br />
        def index<br />
            @posts = Post.find_all_by_published(true)<br />
        end<br />
    <br />
    end<br />
<br />
<br />
Now I position the cursor in the index method and press SHIFT-CTRL-WIN-DOWN. From the menu, if I press &quot;1&quot; to go to the functional test, e text tries to create this file:<br />
               <br />
&quot;D:\cygwin\home\sp\blog\cygdrive\d\cygwin\home\sp\blog\test\functional\blog_controller_test.rp&quot;<br />
<br />
Similar locations are suggested for the other options (&quot;Go to View&quot; etc)<br />
<br />
It seems the &quot;d:\cygwin\home\sp\blog\&quot; part of the path is expanded into &quot;d:\cygwin\home\sp\blog\cygdrive\d\cygwin\home\sp\blog\&quot; - which is of course not found in the filesystem.<br />
<br />
Is there any way I can work around this? I.e.<br />
<br />
- by hacking the related files (go_to_alternate_file.rb or command_go_to_file.rb)?<br />
- by setting a magic environment var in cygwin?<br />
- by any other method?<br />
<br />
I think I have seen a related post at http://e-texteditor.com/forum/viewtopic.php?t=3896&amp;highlight=cygwin - however, no suggestion for a workaround is given there.<br />
<br />
I will like such a member of the &quot;last generation&quot; trying to use the next generation text editor, and not even being able to complete the first tutorial :-)<br />
<br />
I hope you have a suggestion for me ....<br />
<br />
Best regards,<br />
Steffen<br />
]]></description>
      <link>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=470</link>
      <guid>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=470</guid>
    </item>
        <item>
      <title>FS#469: Installing the Zen bundles from the bundles manager didn&#039;t seem to work at all in v1.43</title>
      <author>Terry Britton</author>
      <pubDate>Tue, 25 Jan 2011 15:56:52 -0500</pubDate>
      <description><![CDATA[Installing the Zen bundles from the bundles manager didn&#039;t seem to work at all in v1.43.<br />
<br />
Without un-installing the existing version, I downloaded the zipped Zen-Coding TextMate bundle from Google Code and extracted its files over the ones in the C:\Users\yourname\AppData\Roaming\e\InstalledBundles folder, and after reloading the bundles everything worked fine.<br />
<br />
Zen-Coding is super! Glad to see it is being integrated into the v2 of e!<br />
<br />
Read more:<br />
<br />
http://code.google.com/p/zen-coding/<br />
<br />
http://www.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code/<br />
<br />
Terry]]></description>
      <link>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=469</link>
      <guid>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=469</guid>
    </item>
        <item>
      <title>FS#468: Several TAB-triggered snippets in Zen ex: ta:r[tab] results in ta:right instead of text-align:right</title>
      <author>Terry Britton</author>
      <pubDate>Tue, 25 Jan 2011 15:56:03 -0500</pubDate>
      <description><![CDATA[rooc wrote:<br />
I&#039;ve noticed a few bugs:<br />
<br />
1. Zen CSS<br />
ta:r[tab] results in ta:right instead of text-align:right<br />
<br />
<br />
This seems to only affect the tab-triggered snippets. Using CTRL-e executes the expansions just fine.<br />
<br />
Removing the colon in the snippet seems to allow it to work.<br />
<br />
In Win7:<br />
C:\Users\yourname\AppData\Roaming\e\InstalledBundles\Zen-CSS.tmbundle\Snippets\text-align_right.tmSnippet<br />
Code:<br />
<br />
<br />
   content<br />
   text-align:${TM_CSS_SPACE}right;$0<br />
   name<br />
   text-align:right<br />
   scope<br />
   source.css<br />
   tabTrigger<br />
<br />
   tar<br />
<br />
   uuid<br />
   4305D952-FFB2-4677-8051-51EEBFB5F0CD<br />
<br />
<br />
<br />
<br />
Continuing along this vein:<br />
ta:c returns<br />
ta:color:#000; [broken!]<br />
<br />
ta:j returns nothing but a tab space [broken!]<br />
<br />
however, colons work in some other TAB-triggered snippets:<br />
tal:a works fine!<br />
text-align-last:auto;<br />
<br />
Yet tal breaks with other colon modifiers<br />
tal:l broken<br />
tal:c broken<br />
tal:r broken<br />
<br />
Anybody have any guesses why this would be?<br />
<br />
Terry<br />
]]></description>
      <link>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=468</link>
      <guid>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=468</guid>
    </item>
        <item>
      <title>FS#466: High CPU usage when typing in 2.0.1</title>
      <author>jmpllu</author>
      <pubDate>Sun, 16 Jan 2011 17:16:19 -0500</pubDate>
      <description><![CDATA[When using e V2.0.1 on Windows XP SP3 I regularly experience very high CPU usage when entering text. I see this behaviour when starting e, opening a single .txt file 20K in size (the problem doesn&#039;t seem to occur on smaller files) and then typing some characters. CPU usage shoots up to 40-90% and the text appears on the screen extremely slowly. The problem is intermittent - I can return to e a few minutes later and enter text without high CPU usage or any display lag. A few minutes after that the problem has returned. <br />
<br />
I saw some advice on another CPU-related topic to look at the Thread view of Process Explorer when such problems occur. The thread using all of the CPU has start address 0x2b4a95. <br />
<br />
I&#039;m not using TortoiseGit or any other plugins (I saw that these were implicated in other CPU issues). <br />
<br />
I&#039;d appreciate your assistance since this is rendering the editor unusable.]]></description>
      <link>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=466</link>
      <guid>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=466</guid>
    </item>
        <item>
      <title>FS#465: Dialog Boxes are opened out of screen after loggin into PC through remote desktop</title>
      <author>Igor Ivoilov</author>
      <pubDate>Mon, 10 Jan 2011 04:06:57 -0500</pubDate>
      <description><![CDATA[It happens to me in version 2.0b and happened to all previous versions.]]></description>
      <link>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=465</link>
      <guid>http://www.e-texteditor.com/bugtracker/index.php?do=details&amp;task_id=465</guid>
    </item>
      </channel>
</rss>

