|
From: SourceForge.net <no...@so...> - 2011-06-19 15:15:13
|
Bugs item #1593358, was opened at 2006-11-09 13:24 Message generated for change (Comment added) made by kerik-sf You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1593358&group_id=588 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: macros Group: normal bug Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bjrn Kautler (vampire0) >Assigned to: Eric Le Lay (kerik-sf) Summary: Properties Macros Initial Comment: The macros "Properties/jEdit Properties" and "Properties/System Properties" don't produce valid properties output and "Properties/Look and Feel Properties" could be improved, e. g. to show the string representations of the properties values. Sorry if this is a dupe, but I have many bugs to post and am too lazy to check them all for dupes currently. :-) OS: Windows XP Java Version: Sun Java 1.5.0_09-b03 jEdit Version: 4.3pre8 ---------------------------------------------------------------------- >Comment By: Eric Le Lay (kerik-sf) Date: 2011-06-19 17:15 Message: I committed this and a change to output Look and Feel properties values in r19599. Is this satisfying ? ---------------------------------------------------------------------- Comment By: Bjrn Kautler (vampire0) Date: 2011-06-03 20:56 Message: The truncation is un unniceness, the mutli-line thing is the incorrectness. iirc the multi-line thing is what I meant ---------------------------------------------------------------------- Comment By: Eric Le Lay (kerik-sf) Date: 2011-06-03 20:32 Message: here is a patch to let jEdit and System properties output proper property value (otherwise, multiline text was output incorrectly and truncated to 40 characters - see the value for "about.txt"). It uses Properties.store() introduced in Java 1.6. I don't know what "Look and Feel Properties" is used for so won't modify it. ---------------------------------------------------------------------- Comment By: Eric Le Lay (kerik-sf) Date: 2011-06-03 19:06 Message: What exactly makes System and jEdit Properties invalid properties output ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1593358&group_id=588 |