<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/csseditor/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/csseditor/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 19 Sep 2011 21:52:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/csseditor/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>NullPointerException in CssMergeViewer.java:119</title><link>https://sourceforge.net/p/csseditor/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm using Eclipse Helios (let me know if you need specifics) and I'm getting this error:&lt;/p&gt;
&lt;p&gt;java.lang.NullPointerException&lt;br /&gt;
    at net.sourceforge.csseditor.internal.compare.CssMergeViewer.getDocumentPartitioner(CssMergeViewer.java:119)&lt;br /&gt;
    at org.eclipse.compare.contentmergeviewer.TextMergeViewer.canHaveSharedDocument(TextMergeViewer.java:2664)&lt;br /&gt;
    at org.eclipse.compare.contentmergeviewer.TextMergeViewer.getElementDocument(TextMergeViewer.java:2655)&lt;br /&gt;
    at org.eclipse.compare.contentmergeviewer.TextMergeViewer.getDocument(TextMergeViewer.java:2674)&lt;br /&gt;
    at org.eclipse.compare.contentmergeviewer.TextMergeViewer.removeFromDocumentManager(TextMergeViewer.java:2726)&lt;br /&gt;
    at org.eclipse.compare.contentmergeviewer.TextMergeViewer.handleDispose(TextMergeViewer.java:1811)&lt;br /&gt;
    at net.sourceforge.csseditor.internal.compare.CssMergeViewer.handleDispose(CssMergeViewer.java:141)&lt;br /&gt;
    at org.eclipse.jface.viewers.ContentViewer$2.widgetDisposed(ContentViewer.java:214)&lt;br /&gt;
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:123)&lt;br /&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.release(Widget.java:808)&lt;br /&gt;
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:872)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.release(Widget.java:811)&lt;br /&gt;
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:872)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.release(Widget.java:811)&lt;br /&gt;
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:872)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.release(Widget.java:811)&lt;br /&gt;
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:872)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.release(Widget.java:811)&lt;br /&gt;
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:872)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.release(Widget.java:811)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.dispose(Widget.java:446)&lt;br /&gt;
    at org.eclipse.ui.internal.PartPane.dispose(PartPane.java:180)&lt;br /&gt;
    at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:681)&lt;br /&gt;
    at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1721)&lt;br /&gt;
    at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1426)&lt;br /&gt;
    at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1410)&lt;br /&gt;
    at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1384)&lt;br /&gt;
    at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:1439)&lt;br /&gt;
    at org.eclipse.ui.internal.EditorPane.doHide(EditorPane.java:61)&lt;br /&gt;
    at org.eclipse.ui.internal.PartStack.close(PartStack.java:541)&lt;br /&gt;
    at org.eclipse.ui.internal.EditorStack.close(EditorStack.java:206)&lt;br /&gt;
    at org.eclipse.ui.internal.PartStack$1.close(PartStack.java:120)&lt;br /&gt;
    at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:83)&lt;br /&gt;
    at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:269)&lt;br /&gt;
    at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:278)&lt;br /&gt;
    at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1)&lt;br /&gt;
    at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$1.closeButtonPressed(DefaultTabFolder.java:71)&lt;br /&gt;
    at org.eclipse.ui.internal.presentations.PaneFolder.notifyCloseListeners(PaneFolder.java:631)&lt;br /&gt;
    at org.eclipse.ui.internal.presentations.PaneFolder$4.mouseUp(PaneFolder.java:230)&lt;br /&gt;
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:213)&lt;br /&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;br /&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)&lt;br /&gt;
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)&lt;br /&gt;
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)&lt;br /&gt;
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)&lt;br /&gt;
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)&lt;br /&gt;
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)&lt;br /&gt;
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)&lt;br /&gt;
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;br /&gt;
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)&lt;br /&gt;
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)&lt;br /&gt;
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)&lt;br /&gt;
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;br /&gt;
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)&lt;br /&gt;
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)&lt;br /&gt;
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)&lt;br /&gt;
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)&lt;br /&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br /&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br /&gt;
    at java.lang.reflect.Method.invoke(Unknown Source)&lt;br /&gt;
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)&lt;br /&gt;
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)&lt;br /&gt;
    at org.eclipse.equinox.launcher.Main.run(Main.java:1408)&lt;/p&gt;
&lt;p&gt;I've had a glance at the source and it seems this is happening because of an illegal state.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 19 Sep 2011 21:52:15 -0000</pubDate><guid>https://sourceforge.netaf9a4b5a41e7929a5bcd74024a6ed3bd1ea2b77f</guid></item><item><title>Web site broken</title><link>https://sourceforge.net/p/csseditor/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="http://csseditor.sourceforge.net/"&gt;http://csseditor.sourceforge.net/&lt;/a&gt; gives me a content type that I can't process - text/x-server-parsed-html.  The content type of this web page needs to be changed to text/html.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Benton</dc:creator><pubDate>Fri, 24 Oct 2008 18:31:48 -0000</pubDate><guid>https://sourceforge.net63e8e1cbd4feefe3fa33278daa4ae0ea6547e9b4</guid></item><item><title>Eclipse 3.3 incompatibility</title><link>https://sourceforge.net/p/csseditor/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I installed your plugin on Eclipse 3.3.&lt;br /&gt;
When I start Eclipse multiple errors occur with a huge error log file is generated (see attachment).&lt;br /&gt;
Main reason seems to be:&lt;br /&gt;
Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench"&lt;br /&gt;
followed by:&lt;br /&gt;
java.lang.NullPointerException&lt;br /&gt;
    at net.sourceforge.csseditor.text.CssTextTools.adaptToPreferenceChange(Unknown Source)&lt;/p&gt;
&lt;p&gt;Since your lasr version is dated 2004 I would like to suggest that you:&lt;br /&gt;
1. Stop distributing that plugin&lt;br /&gt;
or&lt;br /&gt;
2. Inform that is not working with Eclipse 3.3 (and probably others)&lt;br /&gt;
or&lt;br /&gt;
3. Fix the bugs if it is an acceptable amount of work.&lt;/p&gt;
&lt;p&gt;Leaving the situation as it is give us (developpers) unnecessary troubles and throws discredit on sourcforge.net.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mathias</dc:creator><pubDate>Fri, 31 Aug 2007 07:19:43 -0000</pubDate><guid>https://sourceforge.net6a10265f0b66ce6884dc31b4c35e5fe6eafc80f4</guid></item><item><title>Compatibility with Eclipse 3.1??</title><link>https://sourceforge.net/p/csseditor/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I noticed that there hasn't been any development activity &lt;br /&gt;
since 2004.  Is there any intent to make the CSS Editor &lt;br /&gt;
Eclipse plug-in compatible with Eclipse 3.1?&lt;/p&gt;
&lt;p&gt;While I was able to install the plug-in with Eclipse 3.1, &lt;br /&gt;
and set preferences, when I opened a css file, no line &lt;br /&gt;
numbers appeared even though I requested that they be &lt;br /&gt;
displayed.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Also, when I tried to close/save the css file, Eclipse &lt;br /&gt;
locked up.  While the updated file was saved, it was not &lt;br /&gt;
closed in the workspace and I could not perform any &lt;br /&gt;
additional Eclipse processing.  When I open the &lt;br /&gt;
Windows 2000 task manager, Eclipse no longer shows &lt;br /&gt;
up as an open application, but eclipse.exe does show &lt;br /&gt;
up in the process list.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JohnF</dc:creator><pubDate>Thu, 20 Oct 2005 16:40:10 -0000</pubDate><guid>https://sourceforge.netb14770748f826f6891575f210415648a545c2089</guid></item><item><title>Cursor / Insertion Point is screwy</title><link>https://sourceforge.net/p/csseditor/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the Css Editor, the insertion point is 'broken' in&lt;br /&gt;
half with the middle being empty.&lt;/p&gt;
&lt;p&gt;Easiest place to see it is at the start of a blank line.&lt;/p&gt;
&lt;p&gt;Ecliplse Version 3.0 (release)&lt;br /&gt;
MacOS X.3.5&lt;br /&gt;
Java Version 1.4.2&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Lianoglou</dc:creator><pubDate>Thu, 23 Sep 2004 22:37:04 -0000</pubDate><guid>https://sourceforge.netf7c2410215bf69d246abd0ae7766b1a39233504d</guid></item><item><title>Asterisk in Comment field</title><link>https://sourceforge.net/p/csseditor/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;System:&lt;br /&gt;
WinXP&lt;br /&gt;
Eclipse 3.0 Final&lt;br /&gt;
CSS Editor 0.4&lt;/p&gt;
&lt;p&gt;Problem:&lt;br /&gt;
--------&lt;br /&gt;
If you have an asterisk in a comment field and don't &lt;br /&gt;
close the comment and then you don't have any more &lt;br /&gt;
comments (/**/) from that point on in the CSS &lt;br /&gt;
document - the text after where the trailing asterick is &lt;br /&gt;
will dispace the CSS normally when it should actually &lt;br /&gt;
display it as commented out.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;
------------&lt;/p&gt;
&lt;p&gt;#module_content_area .wms_table_type1 td &lt;br /&gt;
{&lt;br /&gt;
padding-top: 0.4em;    /* comment *&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;.wms_table_type1 .table_row_odd&lt;br /&gt;
{&lt;br /&gt;
background-color:  #CCCCCC;      &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Everything after "padding-top: 0.4em;" is commented &lt;br /&gt;
out since the comment tag hasn't been closed but in &lt;br /&gt;
the Editor it appears to be fine.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mp</dc:creator><pubDate>Thu, 01 Jul 2004 14:32:02 -0000</pubDate><guid>https://sourceforge.netc3160844d290c78ec446cc338d09e868cb1818a3</guid></item><item><title>plugin v0.0.3 not working on Eclipse 3.0M9</title><link>https://sourceforge.net/p/csseditor/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Eclispe says "error loading this editor" when trying to&lt;br /&gt;
open a css file with CSS editor, or it crashes Eclipse&lt;br /&gt;
(Eclipse stops responding, although CPU usage remains&lt;br /&gt;
stable).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick C</dc:creator><pubDate>Tue, 25 May 2004 16:07:52 -0000</pubDate><guid>https://sourceforge.net1982e548002862d7d6464d4f549a89d59eed08c0</guid></item><item><title>Copy/cut - paste bug</title><link>https://sourceforge.net/p/csseditor/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Selecting and copying/cutting one or more lines {&lt;br /&gt;
inside the bracelets } or including either of the&lt;br /&gt;
bracelets produces a repeated&lt;br /&gt;
"org.eclipse.jface.text.DocumentCommand@8b943"; text&lt;br /&gt;
after pasting. Copy/cut outside of the bracelets can be&lt;br /&gt;
pasted correctly.&lt;/p&gt;
&lt;p&gt;Eclipse Platform&lt;br /&gt;
Version: 3.0.0&lt;br /&gt;
Build id: 200312182000&lt;/p&gt;
&lt;p&gt;Windoze XP "Professional"&lt;br /&gt;
Version 2002 SP 1&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">G. I.</dc:creator><pubDate>Thu, 12 Feb 2004 10:44:51 -0000</pubDate><guid>https://sourceforge.nete868e591e71444936310536a2843e000f31ab178</guid></item><item><title>Insert space for tabs preference ignored</title><link>https://sourceforge.net/p/csseditor/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The preference "Insert space for tabs" is currently being &lt;br /&gt;
ignored. A manually entered tab is always converted to &lt;br /&gt;
spaces. Similarly, if one pastes text containing spaces into &lt;br /&gt;
the editor, all tab characters are replaced by spaces, &lt;br /&gt;
whether the preference is on or off.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher Lenz</dc:creator><pubDate>Wed, 04 Feb 2004 12:02:06 -0000</pubDate><guid>https://sourceforge.net0bbd7f95b63df98012a4384774a36218464dd18c</guid></item><item><title>Broken properties in 3.0M6 version</title><link>https://sourceforge.net/p/csseditor/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The syntax highlight doesn't work at all, and eclipse&lt;br /&gt;
crashes when trying to configure the editor's properties.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Julien Bidault</dc:creator><pubDate>Wed, 28 Jan 2004 14:45:53 -0000</pubDate><guid>https://sourceforge.net242d085abc0290ea37cf1e8406539fd87a69d87e</guid></item></channel></rss>