This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 31375 - Patch in support for 26640 (in module autoupdate)
Summary: Patch in support for 26640 (in module autoupdate)
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ mihmax
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-02-23 01:35 UTC by _ mihmax
Modified: 2003-06-19 16:24 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch file (95.68 KB, patch)
2003-02-23 01:38 UTC, _ mihmax
Details | Diff
Correct patch file (95.66 KB, patch)
2003-02-23 16:45 UTC, _ mihmax
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ mihmax 2003-02-23 01:35:00 UTC
Mostly all the files in autoupdate/src/... use
setText +
setMnemonic/setDisplayedMnemonic instead of
org.openide.awt.setLocalizedText, see issue 26640 for 
details.

The following file is a diff (unified format),
against the trunk for all the affected files:
.form, .java, .properties

Please, commit ASAP
Comment 1 _ mihmax 2003-02-23 01:38:47 UTC
Created attachment 9102 [details]
Patch file
Comment 2 _ mihmax 2003-02-23 16:45:04 UTC
Created attachment 9104 [details]
Correct patch file
Comment 3 _ mihmax 2003-02-23 16:47:43 UTC
Ooops, sorry, please don't mind the first patch, the correct one is
31375-correct.diff

Please, commit ASAP
Comment 4 Petr Hrebejk 2003-02-25 09:58:19 UTC
Hmm, huge. I'm not against applying the patch. I suppose that you want
me to do it for 3.5. I think I can, but I have one question what
should all the questionmarks in the generated code do.

-    // End of variables declaration//GEN-END:variables
+    // ????? ?????????? ??????????//GEN-END:variables

I'd rather see it corrected before I patch the files.
Thanks.
Comment 5 _ mihmax 2003-02-25 10:13:28 UTC
Please postpone commiting these patches, they should be 
rewritten. See Jesse's comment in issue 31372.
Comment 6 _ mihmax 2003-02-25 10:24:40 UTC
yes, huge, but this is how Form Editor works - he sorts 
variable declarations depending on a moon phase.

// ??????????????????? 
are in Russian (I use Russian NetBeans), I'll use 
"-locale en" for the next patch
Comment 7 _ mihmax 2003-06-19 16:24:57 UTC
After resolution of issue 27009 the patch will be absolutely
different, so closing this as INVALID so far.