xmlhammer-development Mailing List for XML Hammer (Page 4)
Brought to you by:
edankert
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
(5) |
Sep
(14) |
Oct
(33) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
(24) |
Jul
(5) |
Aug
(1) |
Sep
(14) |
Oct
(26) |
Nov
|
Dec
|
2008 |
Jan
(32) |
Feb
|
Mar
(4) |
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2007-09-25 19:51:02
|
Bugs item #1752448, was opened at 2007-07-12 07:35 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752448&group_id=145971 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: User Interface >Group: rc-2 >Status: Pending >Resolution: Fixed Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Saving preferences causes schemaLanguage field change Initial Comment: PROBLEM 1: - Create a parser project, - Select XMLSchema as language, - Select a Schema URI, - Open preferences, - Close preferences by pressing Ok, This results in the schema-uri changing to: "Please specify a URI". PROBLEM 2: - Create a parser project, - Select RelaxNG as language, - Select a Schema URI, - Open preferences, - Close preferences by pressing Ok, This results in the language changing to "No Language Specified". This results in the schema-uri changing to: "Please specify a URI" and it is disabled. ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-09-25 19:50 Message: Logged In: YES user_id=452928 Originator: YES The problems were the following: [1] The correct item was not selected afterwards (index not correctly tested). [2] The language field was changed by removing and adding items. [3] The undo information was still recorded. To make sure it isn't possible to have defined a "schemaLanguage" which is not added to the list of Schema Languages, when a schemaLanguage is not available in the preferences, the language is still added to the combo-box and used when executing the project. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752448&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-09-25 19:50:41
|
Bugs item #1752448, was opened at 2007-07-12 07:35 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752448&group_id=145971 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: User Interface Group: rc-1 Status: Open Resolution: None Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Saving preferences causes schemaLanguage field change Initial Comment: PROBLEM 1: - Create a parser project, - Select XMLSchema as language, - Select a Schema URI, - Open preferences, - Close preferences by pressing Ok, This results in the schema-uri changing to: "Please specify a URI". PROBLEM 2: - Create a parser project, - Select RelaxNG as language, - Select a Schema URI, - Open preferences, - Close preferences by pressing Ok, This results in the language changing to "No Language Specified". This results in the schema-uri changing to: "Please specify a URI" and it is disabled. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-09-25 19:50 Message: Logged In: YES user_id=452928 Originator: YES The problems were the following: [1] The correct item was not selected afterwards (index not correctly tested). [2] The language field was changed by removing and adding items. [3] The undo information was still recorded. To make sure it isn't possible to have defined a "schemaLanguage" which is not added to the list of Schema Languages, when a schemaLanguage is not available in the preferences, the language is still added to the combo-box and used when executing the project. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752448&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-09-25 11:40:35
|
Bugs item #1752475, was opened at 2007-07-12 08:39 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752475&group_id=145971 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: Help System Group: rc-2 >Status: Pending Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Not all external links are opened correctly Initial Comment: - Create a parser project - Select the parser page - Open help (shows "Parser Configuration Page") - Scroll to parser settings. - Select "DocumentBuilderFactory" link, this correctly brings up the external page in a browser. - Select "SAXParserFactory.setNamespaceAware(boolean)" link, this incorrectly brings up an empty help-page. Also when selecting the back button, the following exceptions happen: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at org.xmlhammer.gui.util.CardPanel.toString(CardPanel.java:164) at org.xmlhammer.gui.util.CardPanel.show(CardPanel.java:100) at org.xmlhammer.gui.help.HelpPanel.show(HelpPanel.java:408) at org.xmlhammer.gui.help.HelpPanel$PreviousAction.run(HelpPanel.java:544) at org.xmlhammer.gui.util.RunnableAction.actionPerformed(RunnableAction.java:23) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1778) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at org.xmlhammer.gui.help.HelpPanel.show(HelpPanel.java:408) at org.xmlhammer.gui.help.HelpPanel$PreviousAction.run(HelpPanel.java:544) at org.xmlhammer.gui.util.RunnableAction.actionPerformed(RunnableAction.java:23) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1778) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-09-24 21:29 Message: Logged In: YES user_id=452928 Originator: YES The problem was that <ulink uri="whatever"> should have been <ulink url="whatever">, on top of that URIUtils.toString(URI uri) does not return the # fragment, so had to change the ExternalApplicationLauncher a little bit ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752475&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-09-25 11:40:15
|
Bugs item #1771692, was opened at 2007-08-10 14:00 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1771692&group_id=145971 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: Command Line Group: rc-2 >Status: Pending Resolution: Fixed Priority: 5 Private: No Submitted By: Nathan Jones (ncjones) Assigned to: Edwin Dankert (edankert) Summary: xmlhammer.sh uses javaw Initial Comment: javaw is not provided with sun's linux jvm so should not be used to launch java from the shell script. ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-09-24 21:33 Message: Logged In: YES user_id=452928 Originator: NO Changed to java instead, included in next release (rc-2). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1771692&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-09-24 21:33:17
|
Bugs item #1771692, was opened at 2007-08-10 14:00 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1771692&group_id=145971 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: Command Line >Group: rc-2 Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Nathan Jones (ncjones) >Assigned to: Edwin Dankert (edankert) Summary: xmlhammer.sh uses javaw Initial Comment: javaw is not provided with sun's linux jvm so should not be used to launch java from the shell script. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-09-24 21:33 Message: Logged In: YES user_id=452928 Originator: NO Changed to java instead, included in next release (rc-2). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1771692&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-09-24 21:29:03
|
Bugs item #1752475, was opened at 2007-07-12 08:39 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752475&group_id=145971 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: Help System >Group: rc-2 Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Not all external links are opened correctly Initial Comment: - Create a parser project - Select the parser page - Open help (shows "Parser Configuration Page") - Scroll to parser settings. - Select "DocumentBuilderFactory" link, this correctly brings up the external page in a browser. - Select "SAXParserFactory.setNamespaceAware(boolean)" link, this incorrectly brings up an empty help-page. Also when selecting the back button, the following exceptions happen: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at org.xmlhammer.gui.util.CardPanel.toString(CardPanel.java:164) at org.xmlhammer.gui.util.CardPanel.show(CardPanel.java:100) at org.xmlhammer.gui.help.HelpPanel.show(HelpPanel.java:408) at org.xmlhammer.gui.help.HelpPanel$PreviousAction.run(HelpPanel.java:544) at org.xmlhammer.gui.util.RunnableAction.actionPerformed(RunnableAction.java:23) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1778) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at org.xmlhammer.gui.help.HelpPanel.show(HelpPanel.java:408) at org.xmlhammer.gui.help.HelpPanel$PreviousAction.run(HelpPanel.java:544) at org.xmlhammer.gui.util.RunnableAction.actionPerformed(RunnableAction.java:23) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1778) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-09-24 21:29 Message: Logged In: YES user_id=452928 Originator: YES The problem was that <ulink uri="whatever"> should have been <ulink url="whatever">, on top of that URIUtils.toString(URI uri) does not return the # fragment, so had to change the ExternalApplicationLauncher a little bit ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752475&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-08-10 14:00:45
|
Bugs item #1771692, was opened at 2007-08-11 02:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1771692&group_id=145971 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: Command Line Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nathan Jones (ncjones) Assigned to: Nobody/Anonymous (nobody) Summary: xmlhammer.sh uses javaw Initial Comment: javaw is not provided with sun's linux jvm so should not be used to launch java from the shell script. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1771692&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-07-27 02:20:09
|
Bugs item #1751748, was opened at 2007-07-11 02:01 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1751748&group_id=145971 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: User Interface Group: rc-2 >Status: Closed Resolution: Fixed Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Unable to add items to the class-path Initial Comment: It is impossible to add items to the class-path using the User Interface. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-07-26 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-07-12 00:13 Message: Logged In: YES user_id=452928 Originator: YES Made sure the table rows are created with the correct information. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1751748&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-07-12 08:39:05
|
Bugs item #1752475, was opened at 2007-07-12 08:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752475&group_id=145971 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: Help System Group: rc-1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Not all external links are opened correctly Initial Comment: - Create a parser project - Select the parser page - Open help (shows "Parser Configuration Page") - Scroll to parser settings. - Select "DocumentBuilderFactory" link, this correctly brings up the external page in a browser. - Select "SAXParserFactory.setNamespaceAware(boolean)" link, this incorrectly brings up an empty help-page. Also when selecting the back button, the following exceptions happen: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at org.xmlhammer.gui.util.CardPanel.toString(CardPanel.java:164) at org.xmlhammer.gui.util.CardPanel.show(CardPanel.java:100) at org.xmlhammer.gui.help.HelpPanel.show(HelpPanel.java:408) at org.xmlhammer.gui.help.HelpPanel$PreviousAction.run(HelpPanel.java:544) at org.xmlhammer.gui.util.RunnableAction.actionPerformed(RunnableAction.java:23) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1778) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at org.xmlhammer.gui.help.HelpPanel.show(HelpPanel.java:408) at org.xmlhammer.gui.help.HelpPanel$PreviousAction.run(HelpPanel.java:544) at org.xmlhammer.gui.util.RunnableAction.actionPerformed(RunnableAction.java:23) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1778) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752475&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-07-12 07:35:27
|
Bugs item #1752448, was opened at 2007-07-12 07:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752448&group_id=145971 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: User Interface Group: rc-1 Status: Open Resolution: None Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Saving preferences causes schemaLanguage field change Initial Comment: PROBLEM 1: - Create a parser project, - Select XMLSchema as language, - Select a Schema URI, - Open preferences, - Close preferences by pressing Ok, This results in the schema-uri changing to: "Please specify a URI". PROBLEM 2: - Create a parser project, - Select RelaxNG as language, - Select a Schema URI, - Open preferences, - Close preferences by pressing Ok, This results in the language changing to "No Language Specified". This results in the schema-uri changing to: "Please specify a URI" and it is disabled. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752448&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-07-12 07:13:49
|
Bugs item #1751748, was opened at 2007-07-11 09:01 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1751748&group_id=145971 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: User Interface >Group: rc-2 >Status: Pending >Resolution: Fixed Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Unable to add items to the class-path Initial Comment: It is impossible to add items to the class-path using the User Interface. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-07-12 07:13 Message: Logged In: YES user_id=452928 Originator: YES Made sure the table rows are created with the correct information. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1751748&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-07-11 09:01:37
|
Bugs item #1751748, was opened at 2007-07-11 09:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1751748&group_id=145971 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: User Interface Group: rc-1 Status: Open Resolution: None Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Unable to add items to the class-path Initial Comment: It is impossible to add items to the class-path using the User Interface. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1751748&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-25 12:05:58
|
Bugs item #1739535, was opened at 2007-06-19 07:50 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1739535&group_id=145971 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: Transformer Project Group: rc-1 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Associated stylesheet parameters not working correctly Initial Comment: There are multiple problems with parameters added to an associated stylesheet. Create a Transformer project and set the "associated stylesheet" as the transformer. Add a parameter (project not set dirty), Add another parameter, Add another parameter, Removing the last parameter causes an exception to be thrown. Closing the project and opening it again only shows the first parameter, more exceptions are thrown when selecting any of the parameters. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1739535&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-25 12:05:54
|
Bugs item #1552581, was opened at 2006-09-05 11:27 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1552581&group_id=145971 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: Transformer Project Group: beta-1 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Adding/removing parameters cannot be undone Initial Comment: Removing or adding parameters cannot be undone, even though the undo functionality seem to be available. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1552581&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-25 12:05:54
|
Bugs item #1733431, was opened at 2007-06-08 12:50 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733431&group_id=145971 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: User Interface Group: rc-1 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Difficult to navigate combo boxes using keys Initial Comment: It seems impossible to select anything in the combo box using the keyboard. ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-06-21 12:05 Message: Logged In: YES user_id=452928 Originator: YES Fire contents changed in model when selected item changes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733431&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-25 12:05:54
|
Bugs item #1585899, was opened at 2006-10-27 16:56 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585899&group_id=145971 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: Schema Validator Project Group: rc-1 >Status: Closed Resolution: Works For Me Priority: 6 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Schema validator shows phantom error messages using import Initial Comment: - Validate the attached schema. - Result: [error] [3:48] src-resolve: Cannot resolve the name 'test:testType' to a(n) 'type definition' component. - Add the same schema again to the list of schemas, - Results miraculously in the second schema being valid. ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-06-21 12:06 Message: Logged In: YES user_id=452928 Originator: YES Cannot be reproduced. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585899&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-23 02:20:15
|
Bugs item #1733301, was opened at 2007-06-08 01:54 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733301&group_id=145971 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: User Interface Group: beta-2 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Wrong context for Fatal errors Initial Comment: When opening a fatal encoding error, the context of a previous opened fatal error is shown. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-06-22 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-06-08 05:53 Message: Logged In: YES user_id=452928 Originator: YES Use UTF-8 when the document cannot be read using the normal procedures. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733301&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-23 02:20:15
|
Bugs item #1584289, was opened at 2006-10-25 03:21 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1584289&group_id=145971 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: User Interface Group: beta-2 >Status: Closed Resolution: Fixed Priority: 3 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Not very clear Module Execution Error when relaxng selected. Initial Comment: When selecting to use relaxng for validation, without adding specific support to the application for this a very ugly Module Execution Error is displayed with the following very limited information: http://relaxng.org/ns/structure/1.0 Pleas see log for more information. and the following stacktrace in the the log: Start time: 25-Oct-2006 11:19:35 info: javax.xml.parsers.DocumentBuilderFactory [class] com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl [setting] coalescing = false [setting] expand-entity-reference = false [setting] ignoring-comments = false [setting] ignoring-element-content-whitespace = false [setting] validating = true [setting] namespace-aware = true [setting] xinclude-aware = false info: javax.xml.validation.SchemaFactory:http://relaxng.org/ns/structure/1.0 Module Execution Error java.lang.IllegalArgumentException: http://relaxng.org/ns/structure/1.0 at javax.xml.validation.SchemaFactory.newInstance(Unknown Source) at org.xmlhammer.Module.getSchemaFactory(Module.java:500) at org.xmlhammer.Module.getSchema(Module.java:535) at org.xmlhammer.Module.getDocumentBuilderFactory(Module.java:391) at org.xmlhammer.XMLValidatorModule.<init>(XMLValidatorModule.java:62) at org.xmlhammer.XMLValidatorModule.<init>(XMLValidatorModule.java:78) at org.xmlhammer.gui.XMLValidatorProjectView.getModule(XMLValidatorProjectView.java:194) at org.xmlhammer.gui.actions.ExecuteAction.run(ExecuteAction.java:92) at org.xmlhammer.gui.util.RunnableAction.actionPerformed(RunnableAction.java:23) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-06-22 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-06-08 09:46 Message: Logged In: YES user_id=452928 Originator: YES Now shows the following logging info instead: [error] Unable to create "http://relaxng.org/ns/structure/1.0" SchemaFactory instance. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1584289&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-23 02:20:15
|
Bugs item #1702898, was opened at 2007-04-18 05:36 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1702898&group_id=145971 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: XML Parser Project Group: rc-1 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Java shows "null" when no schemafactory property defined Initial Comment: When there is no explicit SchemaFactory property defined for the schema language, the default schemaFactory should be used, this means that no property should be specified, currently the string is "null" which is very wrong. System.setProperty("javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema", "null"); ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-06-22 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-06-08 06:04 Message: Logged In: YES user_id=452928 Originator: YES Checked for a null value in the ParserPage. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1702898&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-23 02:20:15
|
Bugs item #1725014, was opened at 2007-05-24 09:13 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1725014&group_id=145971 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: User Interface Group: rc-1 >Status: Closed Resolution: Fixed Priority: 4 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Output properties boolean values can be changed Initial Comment: Boolean values in the output properties use a checkbox which is editable and can be changed by the end-user. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-06-22 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-06-08 07:08 Message: Logged In: YES user_id=452928 Originator: YES Using labels instead of check-boxes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1725014&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-23 02:20:04
|
Bugs item #1552435, was opened at 2006-09-05 00:50 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1552435&group_id=145971 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: User Interface Group: rc-1 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Show too many errors when same URI processed twice Initial Comment: There is only one tree node for each URI. So when a URI is processed twice and in both cases result in errors, the errors are appended to the Node. The possible solutions are: [1] Have a tree node every time a URI has been processed [2] Have one tree node per URI but do not allow duplicate messages. Note: The log information uses solution 1. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-06-22 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-06-08 01:44 Message: Logged In: YES user_id=452928 Originator: YES The functionality for this has changed and this is no longer an issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1552435&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-23 02:20:02
|
Bugs item #1513595, was opened at 2006-06-27 13:46 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1513595&group_id=145971 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: User Interface Group: rc-1 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Sometimes after execution the tab-icon stays busy Initial Comment: Sometimes after execution the tab-icon stays busy, need to investigate when exactly. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-06-22 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-06-08 00:18 Message: Logged In: YES user_id=452928 Originator: YES The thread has been updated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1513595&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-21 12:06:23
|
Bugs item #1585899, was opened at 2006-10-27 16:56 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585899&group_id=145971 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: Schema Validator Project >Group: rc-1 >Status: Pending >Resolution: Works For Me Priority: 6 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Schema validator shows phantom error messages using import Initial Comment: - Validate the attached schema. - Result: [error] [3:48] src-resolve: Cannot resolve the name 'test:testType' to a(n) 'type definition' component. - Add the same schema again to the list of schemas, - Results miraculously in the second schema being valid. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-06-21 12:06 Message: Logged In: YES user_id=452928 Originator: YES Cannot be reproduced. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585899&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-21 12:05:45
|
Bugs item #1733431, was opened at 2007-06-08 12:50 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733431&group_id=145971 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: User Interface >Group: rc-1 >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Difficult to navigate combo boxes using keys Initial Comment: It seems impossible to select anything in the combo box using the keyboard. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-06-21 12:05 Message: Logged In: YES user_id=452928 Originator: YES Fire contents changed in model when selected item changes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733431&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-19 19:34:46
|
Bugs item #1552581, was opened at 2006-09-05 11:27 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1552581&group_id=145971 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: Transformer Project Group: beta-1 >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Adding/removing parameters cannot be undone Initial Comment: Removing or adding parameters cannot be undone, even though the undo functionality seem to be available. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1552581&group_id=145971 |