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 76605 - Cannot change tab width for output window
Summary: Cannot change tab width for output window
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-19 13:34 UTC by tkellerer
Modified: 2011-09-01 16:13 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tkellerer 2006-05-19 13:34:53 UTC
The effective tab width for the output window is hardcoded to 8 characters and
cannot be changed through the Options dialog (neither basic nor advanced options).
Comment 1 Jiri Prox 2006-06-02 15:42:28 UTC
I'm afraid I don't understand it very well. Can you attach some screenshot?
Comment 2 tkellerer 2006-06-06 19:21:15 UTC
Assume the following code: System.out.println("1\tword);
It will be printed in the output window
1       word
as the output window assumes a tab is 8 spaces long. For every editor in NB I
can define the number of spaces NB assumes for each tab character. This is not
possible for the output window. I'm referring to the option available at 

Tools -> Options -> Advanced Options -> Editor Settings -> Java Editor -> Tab size

Comment 3 Jiri Prox 2006-06-07 09:00:37 UTC
The output is generated by ant, so reassigning there. Hope it's the right place.
Comment 4 Antonin Nebuzelsky 2008-02-07 15:51:23 UTC
Reassigning to new module owner Tomas Holy.