Bug 67785 - [nls tooling] Externalize String dialog is too wide
Summary: [nls tooling] Externalize String dialog is too wide
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
: 100414 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-18 05:56 EDT by Hirotaka Matsumoto CLA
Modified: 2022-10-17 19:03 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hirotaka Matsumoto CLA 2004-06-18 05:56:47 EDT
The default width of External String wizard is always same as the screen size.
So whenever this dialog is opened, we have to resize it. This is annoying.
Comment 1 Dirk Baeumer CLA 2004-06-18 09:38:03 EDT
Which build are you using ?
Comment 2 Hirotaka Matsumoto CLA 2004-06-20 21:22:18 EDT
RC2.
Comment 3 Dirk Baeumer CLA 2004-09-14 13:07:29 EDT
The size of the dialog still looks large (977/719 pixels )under 3.0 when 
activating it on the following example:

package p;


public class A {
	public void foo() {
		int[] a= null;
		for (int i= 0; i < a.length; i++) {
			System.out.println("Number" + i + ":" + a[i]);
		}
	}
}

Martin, although it fits on a 1024x768 resolution can't we make the dialog a 
little bit smaller. It looks strange to get such a huge dialog on this 
resolution.
Comment 4 Dani Megert CLA 2006-03-21 05:00:35 EST
*** Bug 100414 has been marked as a duplicate of this bug. ***
Comment 5 Eclipse Genie CLA 2020-08-05 14:20:34 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 6 Eclipse Genie CLA 2022-10-17 19:03:10 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.