You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(39) |
Feb
(10) |
Mar
|
Apr
|
May
(2) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2011-09-19 21:52:15
|
Bugs item #3411635, was opened at 2011-09-19 21:52 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=3411635&group_id=97094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: mcnadj () Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException in CssMergeViewer.java:119 Initial Comment: I'm using Eclipse Helios (let me know if you need specifics) and I'm getting this error: java.lang.NullPointerException at net.sourceforge.csseditor.internal.compare.CssMergeViewer.getDocumentPartitioner(CssMergeViewer.java:119) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.canHaveSharedDocument(TextMergeViewer.java:2664) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.getElementDocument(TextMergeViewer.java:2655) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.getDocument(TextMergeViewer.java:2674) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.removeFromDocumentManager(TextMergeViewer.java:2726) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.handleDispose(TextMergeViewer.java:1811) at net.sourceforge.csseditor.internal.compare.CssMergeViewer.handleDispose(CssMergeViewer.java:141) at org.eclipse.jface.viewers.ContentViewer$2.widgetDisposed(ContentViewer.java:214) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:123) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058) at org.eclipse.swt.widgets.Widget.release(Widget.java:808) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:872) at org.eclipse.swt.widgets.Widget.release(Widget.java:811) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:872) at org.eclipse.swt.widgets.Widget.release(Widget.java:811) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:872) at org.eclipse.swt.widgets.Widget.release(Widget.java:811) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:872) at org.eclipse.swt.widgets.Widget.release(Widget.java:811) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:872) at org.eclipse.swt.widgets.Widget.release(Widget.java:811) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:446) at org.eclipse.ui.internal.PartPane.dispose(PartPane.java:180) at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:681) at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1721) at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1426) at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1410) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1384) at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:1439) at org.eclipse.ui.internal.EditorPane.doHide(EditorPane.java:61) at org.eclipse.ui.internal.PartStack.close(PartStack.java:541) at org.eclipse.ui.internal.EditorStack.close(EditorStack.java:206) at org.eclipse.ui.internal.PartStack$1.close(PartStack.java:120) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:83) at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:269) at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:278) at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1) at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$1.closeButtonPressed(DefaultTabFolder.java:71) at org.eclipse.ui.internal.presentations.PaneFolder.notifyCloseListeners(PaneFolder.java:631) at org.eclipse.ui.internal.presentations.PaneFolder$4.mouseUp(PaneFolder.java:230) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:213) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575) at org.eclipse.equinox.launcher.Main.run(Main.java:1408) I've had a glance at the source and it seems this is happening because of an illegal state. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=3411635&group_id=97094 |
From: SourceForge.net <no...@so...> - 2008-10-24 18:33:01
|
Bugs item #2192478, was opened at 2008-10-24 12:31 Message generated for change (Settings changed) made by kbenton You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=2192478&group_id=97094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: None Status: Open Resolution: None >Priority: 9 Private: No Submitted By: Kevin Benton (kbenton) Assigned to: Nobody/Anonymous (nobody) Summary: Web site broken Initial Comment: http://csseditor.sourceforge.net/ 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=2192478&group_id=97094 |
From: SourceForge.net <no...@so...> - 2008-10-24 18:31:50
|
Bugs item #2192478, was opened at 2008-10-24 12:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=2192478&group_id=97094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Kevin Benton (kbenton) Assigned to: Nobody/Anonymous (nobody) Summary: Web site broken Initial Comment: http://csseditor.sourceforge.net/ 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=2192478&group_id=97094 |
From: SourceForge.net <no...@so...> - 2008-03-28 17:33:39
|
Bugs item #1785398, was opened at 2007-08-31 08:19 Message generated for change (Comment added) made by schaeffm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1785398&group_id=97094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: Release 0.0.4 Status: Closed Resolution: None Priority: 5 Private: No Submitted By: mathias (mathias-z) Assigned to: Mathias Schaeffner (schaeffm) Summary: Eclipse 3.3 incompatibility Initial Comment: I installed your plugin on Eclipse 3.3. When I start Eclipse multiple errors occur with a huge error log file is generated (see attachment). Main reason seems to be: Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench" followed by: java.lang.NullPointerException at net.sourceforge.csseditor.text.CssTextTools.adaptToPreferenceChange(Unknown Source) Since your lasr version is dated 2004 I would like to suggest that you: 1. Stop distributing that plugin or 2. Inform that is not working with Eclipse 3.3 (and probably others) or 3. Fix the bugs if it is an acceptable amount of work. Leaving the situation as it is give us (developpers) unnecessary troubles and throws discredit on sourcforge.net. Best regards ---------------------------------------------------------------------- >Comment By: Mathias Schaeffner (schaeffm) Date: 2008-03-28 17:33 Message: Logged In: YES user_id=2046518 Originator: NO The new version 0.0.5 of the CssEditor should work in Eclipse 3.3 ---------------------------------------------------------------------- Comment By: Stas Maksimov (nexus_dublin) Date: 2007-09-03 14:27 Message: Logged In: YES user_id=315512 Originator: NO No need to be so anal, Mathias. Christopher doesn't owe you anything, so if you want to ask something, say 'please'. Alternatively you could - as a developer, which you claim to be - download the source code and fix it yourself. Regards ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1785398&group_id=97094 |
From: SourceForge.net <no...@so...> - 2008-03-28 17:31:44
|
Bugs item #1785398, was opened at 2007-08-31 08:19 Message generated for change (Settings changed) made by schaeffm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1785398&group_id=97094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: Release 0.0.4 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: mathias (mathias-z) >Assigned to: Mathias Schaeffner (schaeffm) Summary: Eclipse 3.3 incompatibility Initial Comment: I installed your plugin on Eclipse 3.3. When I start Eclipse multiple errors occur with a huge error log file is generated (see attachment). Main reason seems to be: Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench" followed by: java.lang.NullPointerException at net.sourceforge.csseditor.text.CssTextTools.adaptToPreferenceChange(Unknown Source) Since your lasr version is dated 2004 I would like to suggest that you: 1. Stop distributing that plugin or 2. Inform that is not working with Eclipse 3.3 (and probably others) or 3. Fix the bugs if it is an acceptable amount of work. Leaving the situation as it is give us (developpers) unnecessary troubles and throws discredit on sourcforge.net. Best regards ---------------------------------------------------------------------- Comment By: Stas Maksimov (nexus_dublin) Date: 2007-09-03 14:27 Message: Logged In: YES user_id=315512 Originator: NO No need to be so anal, Mathias. Christopher doesn't owe you anything, so if you want to ask something, say 'please'. Alternatively you could - as a developer, which you claim to be - download the source code and fix it yourself. Regards ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1785398&group_id=97094 |
From: SourceForge.net <no...@so...> - 2007-09-03 13:27:57
|
Bugs item #1785398, was opened at 2007-08-31 07:19 Message generated for change (Comment added) made by nexus_dublin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1785398&group_id=97094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: Release 0.0.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: mathias (mathias-z) Assigned to: Nobody/Anonymous (nobody) Summary: Eclipse 3.3 incompatibility Initial Comment: I installed your plugin on Eclipse 3.3. When I start Eclipse multiple errors occur with a huge error log file is generated (see attachment). Main reason seems to be: Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench" followed by: java.lang.NullPointerException at net.sourceforge.csseditor.text.CssTextTools.adaptToPreferenceChange(Unknown Source) Since your lasr version is dated 2004 I would like to suggest that you: 1. Stop distributing that plugin or 2. Inform that is not working with Eclipse 3.3 (and probably others) or 3. Fix the bugs if it is an acceptable amount of work. Leaving the situation as it is give us (developpers) unnecessary troubles and throws discredit on sourcforge.net. Best regards ---------------------------------------------------------------------- Comment By: Stas Maximov (nexus_dublin) Date: 2007-09-03 13:27 Message: Logged In: YES user_id=315512 Originator: NO No need to be so anal, Mathias. Christopher doesn't owe you anything, so if you want to ask something, say 'please'. Alternatively you could - as a developer, which you claim to be - download the source code and fix it yourself. Regards ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1785398&group_id=97094 |
From: SourceForge.net <no...@so...> - 2007-08-31 07:19:43
|
Bugs item #1785398, was opened at 2007-08-31 07:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1785398&group_id=97094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: Release 0.0.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: mathias (mathias-z) Assigned to: Nobody/Anonymous (nobody) Summary: Eclipse 3.3 incompatibility Initial Comment: I installed your plugin on Eclipse 3.3. When I start Eclipse multiple errors occur with a huge error log file is generated (see attachment). Main reason seems to be: Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench" followed by: java.lang.NullPointerException at net.sourceforge.csseditor.text.CssTextTools.adaptToPreferenceChange(Unknown Source) Since your lasr version is dated 2004 I would like to suggest that you: 1. Stop distributing that plugin or 2. Inform that is not working with Eclipse 3.3 (and probably others) or 3. Fix the bugs if it is an acceptable amount of work. Leaving the situation as it is give us (developpers) unnecessary troubles and throws discredit on sourcforge.net. Best regards ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1785398&group_id=97094 |
From: SourceForge.net <no...@so...> - 2006-03-09 11:56:55
|
Bugs item #1333398, was opened at 2005-10-20 16:40 Message generated for change (Comment added) made by cloudmarforio You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1333398&group_id=97094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: Release 0.0.4 Status: Open Resolution: None Priority: 5 Submitted By: JohnF (jjfeigal) Assigned to: Nobody/Anonymous (nobody) Summary: Compatibility with Eclipse 3.1?? Initial Comment: I noticed that there hasn't been any development activity since 2004. Is there any intent to make the CSS Editor Eclipse plug-in compatible with Eclipse 3.1? While I was able to install the plug-in with Eclipse 3.1, and set preferences, when I opened a css file, no line numbers appeared even though I requested that they be displayed. Also, when I tried to close/save the css file, Eclipse locked up. While the updated file was saved, it was not closed in the workspace and I could not perform any additional Eclipse processing. When I open the Windows 2000 task manager, Eclipse no longer shows up as an open application, but eclipse.exe does show up in the process list. ---------------------------------------------------------------------- Comment By: Claudio Marforio (cloudmarforio) Date: 2006-03-09 11:56 Message: Logged In: YES user_id=1471804 This is exactly what happens on MACOSX, too. There to kill the locked up Eclipse window you can go to the terminal and issue this command: killall java (killall eclipse is not enough). This error shows up when trying to change the preferences: The currently displayed page contains invalid values. We all wait for the compatibility with Eclipse 3.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1333398&group_id=97094 |
From: SourceForge.net <no...@so...> - 2005-10-20 16:40:13
|
Bugs item #1333398, was opened at 2005-10-20 11:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1333398&group_id=97094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: Release 0.0.4 Status: Open Resolution: None Priority: 5 Submitted By: JohnF (jjfeigal) Assigned to: Nobody/Anonymous (nobody) Summary: Compatibility with Eclipse 3.1?? Initial Comment: I noticed that there hasn't been any development activity since 2004. Is there any intent to make the CSS Editor Eclipse plug-in compatible with Eclipse 3.1? While I was able to install the plug-in with Eclipse 3.1, and set preferences, when I opened a css file, no line numbers appeared even though I requested that they be displayed. Also, when I tried to close/save the css file, Eclipse locked up. While the updated file was saved, it was not closed in the workspace and I could not perform any additional Eclipse processing. When I open the Windows 2000 task manager, Eclipse no longer shows up as an open application, but eclipse.exe does show up in the process list. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1333398&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-09-23 22:37:07
|
Bugs item #1033709, was opened at 2004-09-23 15:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1033709&group_id=97094 Category: Editor Group: Release 0.0.4 Status: Open Resolution: None Priority: 5 Submitted By: Steve Lianoglou (lianos) Assigned to: Nobody/Anonymous (nobody) Summary: Cursor / Insertion Point is screwy Initial Comment: In the Css Editor, the insertion point is 'broken' in half with the middle being empty. Easiest place to see it is at the start of a blank line. Ecliplse Version 3.0 (release) MacOS X.3.5 Java Version 1.4.2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=1033709&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-07-01 14:32:07
|
Bugs item #983463, was opened at 2004-07-01 14:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=983463&group_id=97094 Category: None Group: Release 0.0.4 Status: Open Resolution: None Priority: 5 Submitted By: mp (frooyo) Assigned to: Nobody/Anonymous (nobody) Summary: Asterisk in Comment field Initial Comment: System: WinXP Eclipse 3.0 Final CSS Editor 0.4 Problem: -------- If you have an asterisk in a comment field and don't close the comment and then you don't have any more comments (/**/) from that point on in the CSS document - the text after where the trailing asterick is will dispace the CSS normally when it should actually display it as commented out. For example: ------------ #module_content_area .wms_table_type1 td { padding-top: 0.4em; /* comment * } .wms_table_type1 .table_row_odd { background-color: #CCCCCC; } Everything after "padding-top: 0.4em;" is commented out since the comment tag hasn't been closed but in the Editor it appears to be fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=983463&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-06-25 10:55:35
|
Bugs item #886238, was opened at 2004-01-28 15:45 Message generated for change (Comment added) made by cell You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=886238&group_id=97094 Category: Editor Group: Release 0.0.2 >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Julien Bidault (jubijub) Assigned to: Christopher Lenz (cell) Summary: Broken properties in 3.0M6 version Initial Comment: The syntax highlight doesn't work at all, and eclipse crashes when trying to configure the editor's properties. ---------------------------------------------------------------------- >Comment By: Christopher Lenz (cell) Date: 2004-06-25 12:55 Message: Logged In: YES user_id=10889 I'm closing this due to the lack of feedback. ---------------------------------------------------------------------- Comment By: Christopher Lenz (cell) Date: 2004-02-02 18:25 Message: Logged In: YES user_id=10889 Well, the version 0.0.2 of CSS editor will not work in integration builds after M6. I get the same stack trace in the log as you posted when trying with recent builds, and I've found the cause of the problem. However, this doesn't seem to be related to the problem you've been experiencing with M6. If you could go back and install M6 with the CSS editor plugin, and post the exact stack trace from the log, that would be cool. Otherwise this bug is not reproducable. BTW, I am considering releasing a version with a fix to enable the plugin to run on recent integration builds. ---------------------------------------------------------------------- Comment By: Julien Bidault (jubijub) Date: 2004-02-01 13:20 Message: Logged In: YES user_id=519766 Well : - I had the same problem with exact M6 milestone - I now have an integration build release: Version: 3.0.0 Build id: 200401271238 My plugins : - PHPEclipse - CSS editor 0.0.2 (from your site, the precompiled binaries) I installed the plugin by extracting it and copying the folder in the plugin directory to the plugin directory of eclipse...as I did for PHPEclipse which is working fine ---------------------------------------------------------------------- Comment By: Christopher Lenz (cell) Date: 2004-01-31 12:26 Message: Logged In: YES user_id=10889 Can you tell me how you installed the plugin? I.e. did you just unzip the supplied ZIP distribution in your Eclipse folder, or did you try building it yourself from source or something like that? BTW, I got strange errors when installing CSS editor on a more recent milestone of the Eclipse 3.0 stream, which were similar the entries in the log file you attached. Are you sure that you're using M6 and exactly M6? I've tested this with plain M6 SDK and Platform installs on Windows 2000, Windows XP and Mac OS X Panther, without problems. ---------------------------------------------------------------------- Comment By: Julien Bidault (jubijub) Date: 2004-01-31 11:24 Message: Logged In: YES user_id=519766 OK, sorry about that : [*] while creating a .css file, I got an error saying "unable to open editor" (first error in log) [*] while clicking on the preferences : - unable to load the prefs for the CSS plugin - unable to open the CSS editor's prefs... check logs provided... ---------------------------------------------------------------------- Comment By: Christopher Lenz (cell) Date: 2004-01-29 09:07 Message: Logged In: YES user_id=10889 Okay, you will really need to provide some details. For example, what do you mean with "broken properties"? What do you mean by saying "trying to configure the editor's properties"? Are you talking about trying to open the preference page or what? What do you mean with "Eclipse crashes"? Does the whole app/ JVM terminate with an error code? What's in the error log (workspace/.metadata/.log)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=886238&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-06-25 10:54:40
|
Bugs item #960232, was opened at 2004-05-25 18:07 Message generated for change (Comment added) made by cell You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=960232&group_id=97094 Category: None >Group: Release 0.0.4 >Status: Closed >Resolution: Fixed >Priority: 9 Submitted By: Nick C (zcrar70) >Assigned to: Christopher Lenz (cell) Summary: plugin v0.0.3 not working on Eclipse 3.0M9 Initial Comment: Eclispe says "error loading this editor" when trying to open a css file with CSS editor, or it crashes Eclipse (Eclipse stops responding, although CPU usage remains stable). ---------------------------------------------------------------------- >Comment By: Christopher Lenz (cell) Date: 2004-06-25 12:54 Message: Logged In: YES user_id=10889 This is fixed in CVS. Release 0.0.4 pending. ---------------------------------------------------------------------- Comment By: Hendrik Brummermann (nhnb) Date: 2004-06-02 15:40 Message: Logged In: YES user_id=990499 Eclipse hangs after opening a .css-file. The error log contains this stack trace. java.lang.NoClassDefFoundError: org/eclipse/jface/text/reconciler/DocumentAdapter at net.sourceforge.csseditor.internal.text.CssReconcilingStrategy.setDocument(Unknown Source) at org.eclipse.jface.text.reconciler.Reconciler.reconcilerDocumentChanged(Reconciler.java:161) at org.eclipse.jface.text.reconciler.AbstractReconciler$Listener.inputDocumentChanged(AbstractReconciler.java:280) at org.eclipse.jface.text.TextViewer.fireInputDocumentChanged(TextViewer.java:2297) at org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2346) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:454) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:414) at org.eclipse.ui.texteditor.AbstractTextEditor.initializeSourceViewer(AbstractTextEditor.java:2605) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:2376) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:279) at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:124) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:120) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:182) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:912) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:894) at org.eclipse.ui.internal.EditorStack.setVisibleEditor(EditorStack.java:163) at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:326) at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:266) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:552) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:541) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:637) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:440) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:428) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2165) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2098) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2090) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2077) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2072) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2055) at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:258) at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:251) at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:166) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:944) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2542) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2253) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:307) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) ---------------------------------------------------------------------- Comment By: Marcin Werla (mwerla) Date: 2004-05-28 15:40 Message: Logged In: YES user_id=1037533 I have the same problem - my Eclipse hangs when I try to use this plugin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=960232&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-06-02 13:40:38
|
Bugs item #960232, was opened at 2004-05-25 16:07 Message generated for change (Comment added) made by nhnb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=960232&group_id=97094 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nick C (zcrar70) Assigned to: Nobody/Anonymous (nobody) Summary: plugin v0.0.3 not working on Eclipse 3.0M9 Initial Comment: Eclispe says "error loading this editor" when trying to open a css file with CSS editor, or it crashes Eclipse (Eclipse stops responding, although CPU usage remains stable). ---------------------------------------------------------------------- Comment By: Hendrik Brummermann (nhnb) Date: 2004-06-02 13:40 Message: Logged In: YES user_id=990499 Eclipse hangs after opening a .css-file. The error log contains this stack trace. java.lang.NoClassDefFoundError: org/eclipse/jface/text/reconciler/DocumentAdapter at net.sourceforge.csseditor.internal.text.CssReconcilingStrategy.setDocument(Unknown Source) at org.eclipse.jface.text.reconciler.Reconciler.reconcilerDocumentChanged(Reconciler.java:161) at org.eclipse.jface.text.reconciler.AbstractReconciler$Listener.inputDocumentChanged(AbstractReconciler.java:280) at org.eclipse.jface.text.TextViewer.fireInputDocumentChanged(TextViewer.java:2297) at org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2346) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:454) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:414) at org.eclipse.ui.texteditor.AbstractTextEditor.initializeSourceViewer(AbstractTextEditor.java:2605) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:2376) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:279) at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:124) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:120) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:182) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:912) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:894) at org.eclipse.ui.internal.EditorStack.setVisibleEditor(EditorStack.java:163) at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:326) at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:266) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:552) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:541) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:637) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:440) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:428) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2165) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2098) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2090) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2077) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2072) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2055) at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:258) at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:251) at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:166) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:944) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2542) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2253) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:307) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) ---------------------------------------------------------------------- Comment By: Marcin Werla (mwerla) Date: 2004-05-28 13:40 Message: Logged In: YES user_id=1037533 I have the same problem - my Eclipse hangs when I try to use this plugin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=960232&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-05-28 13:40:38
|
Bugs item #960232, was opened at 2004-05-25 18:07 Message generated for change (Comment added) made by mwerla You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=960232&group_id=97094 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nick C (zcrar70) Assigned to: Nobody/Anonymous (nobody) Summary: plugin v0.0.3 not working on Eclipse 3.0M9 Initial Comment: Eclispe says "error loading this editor" when trying to open a css file with CSS editor, or it crashes Eclipse (Eclipse stops responding, although CPU usage remains stable). ---------------------------------------------------------------------- Comment By: Marcin Werla (mwerla) Date: 2004-05-28 15:40 Message: Logged In: YES user_id=1037533 I have the same problem - my Eclipse hangs when I try to use this plugin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=960232&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-05-25 16:07:53
|
Bugs item #960232, was opened at 2004-05-25 16:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=960232&group_id=97094 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nick C (zcrar70) Assigned to: Nobody/Anonymous (nobody) Summary: plugin v0.0.3 not working on Eclipse 3.0M9 Initial Comment: Eclispe says "error loading this editor" when trying to open a css file with CSS editor, or it crashes Eclipse (Eclipse stops responding, although CPU usage remains stable). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=960232&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-02-18 10:03:52
|
Bugs item #871691, was opened at 2004-01-06 14:42 Message generated for change (Comment added) made by hlascelles You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=871691&group_id=97094 Category: Editor Group: Release 0.0.1 Status: Open Resolution: Accepted Priority: 4 Submitted By: Christopher Lenz (cell) Assigned to: Christopher Lenz (cell) Summary: Incorrect syntax highlighting for unknown property names Initial Comment: When a property name such as "right-border:" is encountered, the part "border" gets highlighted as a known property name. Obviously, the construct should not be highlighted at all. ---------------------------------------------------------------------- Comment By: Harry Lascelles (hlascelles) Date: 2004-02-18 09:57 Message: Logged In: YES user_id=801543 Yep, I see that too. Also, some developers temporarily "kill" a property with an x or something eg: xbackground-color: #eeeeee; This should not be highlighted. (obviously!) I guess just check for whitespace around the matched word. Good stuff tho'! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=871691&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-02-12 11:53:16
|
Bugs item #895618, was opened at 2004-02-12 11:44 Message generated for change (Comment added) made by cell You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=895618&group_id=97094 Category: Editor Group: Release 0.0.2 >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: G. I. (gabori) Assigned to: Christopher Lenz (cell) Summary: Copy/cut - paste bug Initial Comment: Selecting and copying/cutting one or more lines { inside the bracelets } or including either of the bracelets produces a repeated "org.eclipse.jface.text.DocumentCommand@8b943"; text after pasting. Copy/cut outside of the bracelets can be pasted correctly. Eclipse Platform Version: 3.0.0 Build id: 200312182000 Windoze XP "Professional" Version 2002 SP 1 ---------------------------------------------------------------------- >Comment By: Christopher Lenz (cell) Date: 2004-02-12 12:51 Message: Logged In: YES user_id=10889 And it only happens when the text in the clipboard contains tabs, right? This is actually fixed in CVS HEAD, see Bug #876042. (Now I just need to get around to push out a release. :-P) ---------------------------------------------------------------------- Comment By: G. I. (gabori) Date: 2004-02-12 12:09 Message: Logged In: YES user_id=802149 It happens only if 'Smart Insert' is on. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=895618&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-02-12 11:10:42
|
Bugs item #895618, was opened at 2004-02-12 10:44 Message generated for change (Comment added) made by gabori You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=895618&group_id=97094 Category: Editor Group: Release 0.0.2 Status: Open Resolution: None Priority: 5 Submitted By: G. I. (gabori) Assigned to: Christopher Lenz (cell) Summary: Copy/cut - paste bug Initial Comment: Selecting and copying/cutting one or more lines { inside the bracelets } or including either of the bracelets produces a repeated "org.eclipse.jface.text.DocumentCommand@8b943"; text after pasting. Copy/cut outside of the bracelets can be pasted correctly. Eclipse Platform Version: 3.0.0 Build id: 200312182000 Windoze XP "Professional" Version 2002 SP 1 ---------------------------------------------------------------------- >Comment By: G. I. (gabori) Date: 2004-02-12 11:09 Message: Logged In: YES user_id=802149 It happens only if 'Smart Insert' is on. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=895618&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-02-12 10:47:17
|
Bugs item #895618, was opened at 2004-02-12 10:44 Message generated for change (Settings changed) made by gabori You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=895618&group_id=97094 Category: Editor Group: Release 0.0.2 Status: Open Resolution: None Priority: 5 Submitted By: G. I. (gabori) >Assigned to: Christopher Lenz (cell) Summary: Copy/cut - paste bug Initial Comment: Selecting and copying/cutting one or more lines { inside the bracelets } or including either of the bracelets produces a repeated "org.eclipse.jface.text.DocumentCommand@8b943"; text after pasting. Copy/cut outside of the bracelets can be pasted correctly. Eclipse Platform Version: 3.0.0 Build id: 200312182000 Windoze XP "Professional" Version 2002 SP 1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=895618&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-02-12 10:46:29
|
Bugs item #895618, was opened at 2004-02-12 10:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=895618&group_id=97094 Category: Editor Group: Release 0.0.2 Status: Open Resolution: None Priority: 5 Submitted By: G. I. (gabori) Assigned to: Nobody/Anonymous (nobody) Summary: Copy/cut - paste bug Initial Comment: Selecting and copying/cutting one or more lines { inside the bracelets } or including either of the bracelets produces a repeated "org.eclipse.jface.text.DocumentCommand@8b943"; text after pasting. Copy/cut outside of the bracelets can be pasted correctly. Eclipse Platform Version: 3.0.0 Build id: 200312182000 Windoze XP "Professional" Version 2002 SP 1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=895618&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-02-04 13:13:53
|
Bugs item #890413, was opened at 2004-02-04 13:02 Message generated for change (Comment added) made by cell You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=890413&group_id=97094 Category: Editor Group: Release 0.0.2 >Status: Closed >Resolution: Fixed Priority: 7 Submitted By: Christopher Lenz (cell) Assigned to: Christopher Lenz (cell) Summary: Insert space for tabs preference ignored Initial Comment: The preference "Insert space for tabs" is currently being ignored. A manually entered tab is always converted to spaces. Similarly, if one pastes text containing spaces into the editor, all tab characters are replaced by spaces, whether the preference is on or off. ---------------------------------------------------------------------- >Comment By: Christopher Lenz (cell) Date: 2004-02-04 14:13 Message: Logged In: YES user_id=10889 Fixed in CVS HEAD ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=890413&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-02-04 12:02:08
|
Bugs item #890413, was opened at 2004-02-04 13:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=890413&group_id=97094 Category: Editor Group: Release 0.0.2 Status: Open Resolution: None Priority: 7 Submitted By: Christopher Lenz (cell) Assigned to: Christopher Lenz (cell) Summary: Insert space for tabs preference ignored Initial Comment: The preference "Insert space for tabs" is currently being ignored. A manually entered tab is always converted to spaces. Similarly, if one pastes text containing spaces into the editor, all tab characters are replaced by spaces, whether the preference is on or off. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=890413&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-02-04 11:45:01
|
Bugs item #876042, was opened at 2004-01-13 13:16 Message generated for change (Comment added) made by cell You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=876042&group_id=97094 Category: Editor Group: Release 0.0.1 Status: Closed >Resolution: Fixed Priority: 7 Submitted By: Jens Ansorg (ansorg) Assigned to: Christopher Lenz (cell) Summary: error on copy/paste Initial Comment: open a file in any editor, select more than one line, copy now go to an css editor and paste that text. You will get something like org...@93...cum...@93...cum...@93...cum...@93...cum...@93...cum...@93...cum...@93...cum...@93...cum...@93...cum...@93...cum...@93...cum...@93...cumentCommand@93b52b simple worlds, everything that does not contain a line break pastes fine. with line break you get the garbage. ---------------------------------------------------------------------- >Comment By: Christopher Lenz (cell) Date: 2004-02-04 12:44 Message: Logged In: YES user_id=10889 Okay this bug report has now been reproduced, and a fix has been submitted, by Matt Brozowski. The problem occurred when the text in the clipboard contains tabs, and the tabs are converted to spaces on paste (per "use tabs for indentation" preference). ---------------------------------------------------------------------- Comment By: Johannes Weberhofer (weberho) Date: 2004-01-20 10:57 Message: Logged In: YES user_id=728637 I have the same Problem using 3.0 m6. Deleting the .config directory does not help for me. ---------------------------------------------------------------------- Comment By: Christopher Lenz (cell) Date: 2004-01-13 17:02 Message: Logged In: YES user_id=10889 Okay, thanks for checking. I'd be curious to learn what the underlying problem was, but most important is that it works. ---------------------------------------------------------------------- Comment By: Jens Ansorg (ansorg) Date: 2004-01-13 16:51 Message: Logged In: YES user_id=60450 tried 0.0.2, got same error. checked my eclipse install (3.0M6), removed .config and startet again: your plugin works fine now. sorry for not checking my setup bevore I reportet this as a bug ---------------------------------------------------------------------- Comment By: Christopher Lenz (cell) Date: 2004-01-13 16:34 Message: Logged In: YES user_id=10889 (I thought something was wrong with the issue tracker because I couldn't submit my changes, until I realized that all the content has wandered off to the right because of the long "...DocumentCommand..." string. SF can suck) I'm not able to reproduce this, although I do remember seeing the problem you describe. You are using Eclipse 3.0M6, right? Otherwise, you probably wouldn't have even come that far. I've just uploaded release 0.0.2 which fixes a couple of unrelated bugs, but anyway that's the version I tested with, and pasting multiline text does seem to work. Maybe you can confirm that you're still getting the error with 0.0.2? I'll mark this bug "Works for me". If you are still seeing this in the new release, please reopen by setting Resolution to "None". Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=876042&group_id=97094 |
From: SourceForge.net <no...@so...> - 2004-02-02 18:02:14
|
Bugs item #886238, was opened at 2004-01-28 15:45 Message generated for change (Comment added) made by cell You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=886238&group_id=97094 Category: Editor Group: Release 0.0.2 Status: Open Resolution: None Priority: 5 Submitted By: Julien Bidault (jubijub) Assigned to: Christopher Lenz (cell) Summary: Broken properties in 3.0M6 version Initial Comment: The syntax highlight doesn't work at all, and eclipse crashes when trying to configure the editor's properties. ---------------------------------------------------------------------- >Comment By: Christopher Lenz (cell) Date: 2004-02-02 18:25 Message: Logged In: YES user_id=10889 Well, the version 0.0.2 of CSS editor will not work in integration builds after M6. I get the same stack trace in the log as you posted when trying with recent builds, and I've found the cause of the problem. However, this doesn't seem to be related to the problem you've been experiencing with M6. If you could go back and install M6 with the CSS editor plugin, and post the exact stack trace from the log, that would be cool. Otherwise this bug is not reproducable. BTW, I am considering releasing a version with a fix to enable the plugin to run on recent integration builds. ---------------------------------------------------------------------- Comment By: Julien Bidault (jubijub) Date: 2004-02-01 13:20 Message: Logged In: YES user_id=519766 Well : - I had the same problem with exact M6 milestone - I now have an integration build release: Version: 3.0.0 Build id: 200401271238 My plugins : - PHPEclipse - CSS editor 0.0.2 (from your site, the precompiled binaries) I installed the plugin by extracting it and copying the folder in the plugin directory to the plugin directory of eclipse...as I did for PHPEclipse which is working fine ---------------------------------------------------------------------- Comment By: Christopher Lenz (cell) Date: 2004-01-31 12:26 Message: Logged In: YES user_id=10889 Can you tell me how you installed the plugin? I.e. did you just unzip the supplied ZIP distribution in your Eclipse folder, or did you try building it yourself from source or something like that? BTW, I got strange errors when installing CSS editor on a more recent milestone of the Eclipse 3.0 stream, which were similar the entries in the log file you attached. Are you sure that you're using M6 and exactly M6? I've tested this with plain M6 SDK and Platform installs on Windows 2000, Windows XP and Mac OS X Panther, without problems. ---------------------------------------------------------------------- Comment By: Julien Bidault (jubijub) Date: 2004-01-31 11:24 Message: Logged In: YES user_id=519766 OK, sorry about that : [*] while creating a .css file, I got an error saying "unable to open editor" (first error in log) [*] while clicking on the preferences : - unable to load the prefs for the CSS plugin - unable to open the CSS editor's prefs... check logs provided... ---------------------------------------------------------------------- Comment By: Christopher Lenz (cell) Date: 2004-01-29 09:07 Message: Logged In: YES user_id=10889 Okay, you will really need to provide some details. For example, what do you mean with "broken properties"? What do you mean by saying "trying to configure the editor's properties"? Are you talking about trying to open the preference page or what? What do you mean with "Eclipse crashes"? Does the whole app/ JVM terminate with an error code? What's in the error log (workspace/.metadata/.log)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=886238&group_id=97094 |