From: <no...@so...> - 2002-01-30 10:20:19
|
Bugs item #506258, was opened at 2002-01-20 19:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=506258&group_id=588 Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Macro : Text: Add Prefix And Suffix Initial Comment: Jedit 4pre 3, KDE 2.1.2, Suse Linux 7.2 The text macro "Add Prefix And Suffix" malfunctions when used with vertical selections. It will not set the prefix or suffix, in front/back of the selected column of text. It will put the prefix and/or suffix either at the left margin or the right margin of the entire code block. For example, lets you are starting with this: String 1 = "hi"; String 2 = "bye"; String 3 = "greetings"; And you want this: String s1 = "hi"; String s2 = "bye"; String s3 = "greeting"; But if you vertically select 1,2,3 and set the "Add Prefix And Suffix Macro" to add the prefix "s" you will get this instead: sString sS1 = "hi"; sString sS2 = "bye"; sString sS3 = "greetingsString"; ---------------------------------------------------------------------- >Comment By: John Gellene (jgellene) Date: 2002-01-30 02:20 Message: Logged In: YES user_id=117073 The macro was not designed to be used with vertical selections. I will look at whether it can be adapted to deal with them. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=506258&group_id=588 |