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 156477 - JTextArea is better for VM options-like configurations
Summary: JTextArea is better for VM options-like configurations
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-08 14:08 UTC by johnsonlau
Modified: 2011-08-31 14:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
VM arguments setting in Eclipse - I can easily find out errors in my input (102.31 KB, image/jpeg)
2009-01-08 14:10 UTC, johnsonlau
Details
VM arguments setting in NB-dev - I can not find out errors in my input unless I copy it to Notepad (66.96 KB, image/jpeg)
2009-01-08 14:11 UTC, johnsonlau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnsonlau 2009-01-08 14:08:51 UTC
NetBeans uses a single line JTextField for values like VM options.
But it is difficult to take a glance over your input and locate something you want to edit
when your input is more than 1 line.

I think JTextArea should be the default style if the input might be considered as multi-line.
JTextField should be ONLY accepted when simple input in a single-line.

I raised an issue about Maven plugin's VM options,
but it seems to be a common issue all over.
Comment 1 johnsonlau 2009-01-08 14:10:40 UTC
Created attachment 75586 [details]
VM arguments setting in Eclipse - I can easily find out errors in my input
Comment 2 johnsonlau 2009-01-08 14:11:56 UTC
Created attachment 75587 [details]
VM arguments setting in NB-dev - I can not find out errors in my input unless I copy it to Notepad
Comment 3 Jaromir Uhrik 2009-01-12 09:42:00 UTC
Passing to java|project - please evaluate. Thanks.