From: SourceForge.net <no...@so...> - 2004-04-02 22:07:41
|
Feature Requests item #625793, was opened at 2002-10-20 03:05 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=625793&group_id=13153 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: fabrizio giustina (fgiust) Summary: Add Progress Listeners Initial Comment: Hi, I'd think it would be a good idea to allow interested objects listening on the progress of parsing / pretty printing. At the moment, my GUI just "hangs" displaying a wait message. Any comments? Jonas ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-03 00:07 Message: Logged In: YES user_id=798060 yes, you can use ProgressMonitorInputStream in a swing gui or simply filter the input stream with a custom class to be informed on chars readed. JTidy will inform error listeners about warning/errors found, but there are no plans to add char/line number listeners. ---------------------------------------------------------------------- Comment By: Bruno Pettorelli (krouer) Date: 2003-02-27 10:55 Message: Logged In: YES user_id=564878 You can always use "javax.swing.ProgressMonitorInputStream" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=625793&group_id=13153 |