<?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/csseditor/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/csseditor/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/csseditor/bugs/</id><updated>2011-09-19T21:52:15Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>NullPointerException in CssMergeViewer.java:119</title><link href="https://sourceforge.net/p/csseditor/bugs/18/" rel="alternate"/><published>2011-09-19T21:52:15Z</published><updated>2011-09-19T21:52:15Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netaf9a4b5a41e7929a5bcd74024a6ed3bd1ea2b77f</id><summary type="html">&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;</summary></entry><entry><title>Web site broken</title><link href="https://sourceforge.net/p/csseditor/bugs/17/" rel="alternate"/><published>2008-10-24T18:31:48Z</published><updated>2008-10-24T18:31:48Z</updated><author><name>Kevin Benton</name><uri>https://sourceforge.net/u/kbenton/</uri></author><id>https://sourceforge.net63e8e1cbd4feefe3fa33278daa4ae0ea6547e9b4</id><summary type="html">&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;</summary></entry><entry><title>Eclipse 3.3 incompatibility</title><link href="https://sourceforge.net/p/csseditor/bugs/16/" rel="alternate"/><published>2007-08-31T07:19:43Z</published><updated>2007-08-31T07:19:43Z</updated><author><name>mathias</name><uri>https://sourceforge.net/u/mathias-z/</uri></author><id>https://sourceforge.net6a10265f0b66ce6884dc31b4c35e5fe6eafc80f4</id><summary type="html">&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;</summary></entry><entry><title>Compatibility with Eclipse 3.1??</title><link href="https://sourceforge.net/p/csseditor/bugs/15/" rel="alternate"/><published>2005-10-20T16:40:10Z</published><updated>2005-10-20T16:40:10Z</updated><author><name>JohnF</name><uri>https://sourceforge.net/u/jjfeigal/</uri></author><id>https://sourceforge.netb14770748f826f6891575f210415648a545c2089</id><summary type="html">&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;</summary></entry><entry><title>Cursor / Insertion Point is screwy</title><link href="https://sourceforge.net/p/csseditor/bugs/14/" rel="alternate"/><published>2004-09-23T22:37:04Z</published><updated>2004-09-23T22:37:04Z</updated><author><name>Steve Lianoglou</name><uri>https://sourceforge.net/u/lianos/</uri></author><id>https://sourceforge.netf7c2410215bf69d246abd0ae7766b1a39233504d</id><summary type="html">&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;</summary></entry><entry><title>Asterisk in Comment field</title><link href="https://sourceforge.net/p/csseditor/bugs/13/" rel="alternate"/><published>2004-07-01T14:32:02Z</published><updated>2004-07-01T14:32:02Z</updated><author><name>mp</name><uri>https://sourceforge.net/u/frooyo/</uri></author><id>https://sourceforge.netc3160844d290c78ec446cc338d09e868cb1818a3</id><summary type="html">&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;</summary></entry><entry><title>plugin v0.0.3 not working on Eclipse 3.0M9</title><link href="https://sourceforge.net/p/csseditor/bugs/12/" rel="alternate"/><published>2004-05-25T16:07:52Z</published><updated>2004-05-25T16:07:52Z</updated><author><name>Nick C</name><uri>https://sourceforge.net/u/zcrar70/</uri></author><id>https://sourceforge.net1982e548002862d7d6464d4f549a89d59eed08c0</id><summary type="html">&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;</summary></entry><entry><title>Copy/cut - paste bug</title><link href="https://sourceforge.net/p/csseditor/bugs/11/" rel="alternate"/><published>2004-02-12T10:44:51Z</published><updated>2004-02-12T10:44:51Z</updated><author><name>G. I.</name><uri>https://sourceforge.net/u/gabori/</uri></author><id>https://sourceforge.nete868e591e71444936310536a2843e000f31ab178</id><summary type="html">&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;</summary></entry><entry><title>Insert space for tabs preference ignored</title><link href="https://sourceforge.net/p/csseditor/bugs/10/" rel="alternate"/><published>2004-02-04T12:02:06Z</published><updated>2004-02-04T12:02:06Z</updated><author><name>Christopher Lenz</name><uri>https://sourceforge.net/u/cell/</uri></author><id>https://sourceforge.net0bbd7f95b63df98012a4384774a36218464dd18c</id><summary type="html">&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;</summary></entry><entry><title>Broken properties in 3.0M6 version</title><link href="https://sourceforge.net/p/csseditor/bugs/9/" rel="alternate"/><published>2004-01-28T14:45:53Z</published><updated>2004-01-28T14:45:53Z</updated><author><name>Julien Bidault</name><uri>https://sourceforge.net/u/jubijub/</uri></author><id>https://sourceforge.net242d085abc0290ea37cf1e8406539fd87a69d87e</id><summary type="html">&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;</summary></entry></feed>