<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/jseditor/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/jseditor/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/jseditor/bugs/</id><updated>2005-08-21T17:52:36Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>OO outline features don't always work</title><link href="https://sourceforge.net/p/jseditor/bugs/16/" rel="alternate"/><published>2005-08-21T17:52:36Z</published><updated>2005-08-21T17:52:36Z</updated><author><name>Eric H. Jung</name><uri>https://sourceforge.net/u/grimholtz/</uri></author><id>https://sourceforge.net1bae3ba31bd419f711b7e67ade9644c8ccdb0abe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If I create Javascript like the following:&lt;/p&gt;
&lt;p&gt;var foo = {&lt;/p&gt;
&lt;p&gt;bar : "hello world!",&lt;/p&gt;
&lt;p&gt;init : function() {&lt;br /&gt;
alert("starting");&lt;br /&gt;
},&lt;/p&gt;
&lt;p&gt;speak : function() {&lt;br /&gt;
alert(bar);&lt;br /&gt;
},&lt;/p&gt;
&lt;p&gt;destroy : function() {&lt;br /&gt;
alert("finished");&lt;br /&gt;
}&lt;br /&gt;
};&lt;/p&gt;
&lt;p&gt;the init(), speak(), and destroy() functions don't&lt;br /&gt;
appear in outline mode.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Error message when saving a complicated script</title><link href="https://sourceforge.net/p/jseditor/bugs/15/" rel="alternate"/><published>2005-06-09T10:37:25Z</published><updated>2005-06-09T10:37:25Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net6c0ac558a8c908f095ee2c3f265d98cb30098eac</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The error message displayed:&lt;br /&gt;
Save Failed:net.sf.wdte.js.core.model.JSClassElement&lt;/p&gt;
&lt;p&gt;The saving works correctly despite the error message shown.&lt;/p&gt;
&lt;p&gt;The file is the main Javascript file 'calendar.js'&lt;br /&gt;
(attached) of the project 'The DHTML Calendar',&lt;br /&gt;
available for free download at&lt;br /&gt;
www.dynarch.com/projects/calendar.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>refreshing outline</title><link href="https://sourceforge.net/p/jseditor/bugs/14/" rel="alternate"/><published>2005-02-15T14:07:15Z</published><updated>2005-02-15T14:07:15Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb63c319276ecda981b319398f601b541b1e9f40d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;outline is not properly refreshed, most of the time,&lt;br /&gt;
you have to make some change in file, save and then&lt;br /&gt;
outline is displayed&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Switch statement breaks outline</title><link href="https://sourceforge.net/p/jseditor/bugs/13/" rel="alternate"/><published>2005-01-18T16:16:45Z</published><updated>2005-01-18T16:16:45Z</updated><author><name>Osman Ullah</name><uri>https://sourceforge.net/u/ozziegt/</uri></author><id>https://sourceforge.nete50a3f0d5d93b6a36066278be4a3dc685433ed71</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If you have an object, and a function in that object &lt;br /&gt;
contains the switch statement, the outline will be &lt;br /&gt;
broken. All functions after the function containing the &lt;br /&gt;
switch statement will appear to be outside of the &lt;br /&gt;
containing object.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Error</title><link href="https://sourceforge.net/p/jseditor/bugs/12/" rel="alternate"/><published>2005-01-11T11:44:10Z</published><updated>2005-01-11T11:44:10Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netea4138bd399be8b789ce082f8a757784a7fb7cb7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Encountering the following error in loading plugin into &lt;br /&gt;
eclipse&lt;/p&gt;
&lt;p&gt;!MESSAGE Problems encountered loading the plug-in &lt;br /&gt;
registry.&lt;br /&gt;
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Jan 11, 2005 &lt;br /&gt;
16:47:03.650&lt;br /&gt;
!MESSAGE Plug-in "net.sf.wdte.ui" was disabled due to &lt;br /&gt;
missing or disabled prerequisite plug-in "org.eclipse.osgi".&lt;br /&gt;
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Jan 11, 2005 &lt;br /&gt;
16:47:03.650&lt;br /&gt;
!MESSAGE Plug-in "net.sf.wdte.js.ui" was disabled due to &lt;br /&gt;
missing or disabled prerequisite plug-in "net.sf.wdte.ui".&lt;/p&gt;
&lt;p&gt;org.eclipse.osgi is from which plugin?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Feature request for code folding</title><link href="https://sourceforge.net/p/jseditor/bugs/11/" rel="alternate"/><published>2005-01-01T08:37:42Z</published><updated>2005-01-01T08:37:42Z</updated><author><name>Anthony M. Humphreys</name><uri>https://sourceforge.net/u/ahumphreys/</uri></author><id>https://sourceforge.netdfb5dace927384f04c353ccc748c197202b781e6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I would love for this editor to support code folding for &lt;br /&gt;
function, etc&lt;/p&gt;
&lt;p&gt;Also, the outline does not show functions contained &lt;br /&gt;
within other functions!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>this.foo as part of assoc array breaks function parsing</title><link href="https://sourceforge.net/p/jseditor/bugs/10/" rel="alternate"/><published>2004-11-17T14:50:44Z</published><updated>2004-11-17T14:50:44Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net894cacd81dc745e7613c5264dba7dbe125c1b949</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;We have this code as part of a class method:&lt;/p&gt;
&lt;p&gt;var params = {"foo": this.foo};&lt;/p&gt;
&lt;p&gt;The parser ignores all functions following the one&lt;br /&gt;
which defines the "broken" associative array, so that&lt;br /&gt;
they are omitted from the outline. The following&lt;br /&gt;
variations are correctly parsed:&lt;/p&gt;
&lt;p&gt;var params = {"foo": this.foo.bar };&lt;br /&gt;
var params = {"foo": this.foo[0] };&lt;br /&gt;
var params = {"foo": foo.bar };&lt;/p&gt;
&lt;p&gt;Tested with Eclipse 3.0.1 and JSEditor Plugin version&lt;br /&gt;
0.0.4.&lt;/p&gt;
&lt;p&gt;Thanks for any feedback.&lt;/p&gt;
&lt;p&gt;My email address: sourceforge-net@schumann.cx&lt;/p&gt;
&lt;p&gt;Sascha Schumann&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>doesn't  work in Eclipse 3.1</title><link href="https://sourceforge.net/p/jseditor/bugs/9/" rel="alternate"/><published>2004-09-27T13:00:38Z</published><updated>2004-09-27T13:00:38Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7a04c79bb94fc923776ea6201b366577636cdbc9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;got only in log:&lt;/p&gt;
&lt;p&gt;org.osgi.framework.BundleException: The BundleLoader&lt;br /&gt;
could not be found: net.sf.wdte.ui_0.0.1&lt;br /&gt;
at&lt;br /&gt;
org.eclipse.osgi.framework.internal.core.BundleLoader.initialize(BundleLoader.java:168)&lt;br /&gt;
at&lt;br /&gt;
org.eclipse.osgi.framework.internal.core.BundleLoader.&amp;lt;init&amp;gt;(BundleLoader.java:119)&lt;br /&gt;
at&lt;br /&gt;
org.eclipse.osgi.framework.internal.core.BundleHost.getBundleLoader(BundleHost.java:632)&lt;br /&gt;
at&lt;br /&gt;
org.eclipse.osgi.framework.internal.core.BundleLoaderProxy.getBundleLoader(BundleLoaderProxy.java:68)&lt;br /&gt;
at&lt;br /&gt;
org.eclipse.osgi.framework.internal.core.BundleLoaderProxy.markDependencies(BundleLoaderProxy.java:170)&lt;br /&gt;
at&lt;br /&gt;
org.eclipse.osgi.framework.internal.core.BundleRepository.markDependancies(BundleRepository.java:178)&lt;br /&gt;
at&lt;br /&gt;
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.refreshPackages(PackageAdminImpl.java:341)&lt;br /&gt;
at&lt;br /&gt;
org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageAdminImpl.java:321)&lt;br /&gt;
at java.lang.Thread.run(Thread.java:595)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Open External File feature not supported</title><link href="https://sourceforge.net/p/jseditor/bugs/8/" rel="alternate"/><published>2004-09-15T06:34:15Z</published><updated>2004-09-15T06:34:15Z</updated><author><name>Alex Fitzpatrick</name><uri>https://sourceforge.net/u/agfitzp/</uri></author><id>https://sourceforge.net60ea6e84036f4d7544b7d0d87131169010d9242f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;File &amp;gt;&amp;gt; Open External File&lt;br /&gt;
Select a *.js file&lt;/p&gt;
&lt;p&gt;Watch it crash&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Prefrences window causing error</title><link href="https://sourceforge.net/p/jseditor/bugs/7/" rel="alternate"/><published>2004-09-08T06:23:46Z</published><updated>2004-09-08T06:23:46Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.nete794bac3b3a0e545d9eb0a1e1f94fe178d2d91eb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Just downloaded the version for eclipse 3.0.&lt;/p&gt;
&lt;p&gt;It seems to work fine (on first try) except for the &lt;br /&gt;
prefrences page (window-&amp;gt;prefrences).&lt;/p&gt;
&lt;p&gt;When i try to access the prefrences page i get :&lt;br /&gt;
"Plug-in net.sf.wdte.ui was unable to load class&lt;br /&gt;
net.sf.wdte.ui.prefrences.EmptyPrefrencePage. "&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>