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 61913 - Adding of items via pop-up in Exporer should paste code more wisely
Summary: Adding of items via pop-up in Exporer should paste code more wisely
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-08 09:34 UTC by Max Sauer
Modified: 2010-09-23 07:43 UTC (History)
0 users

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 Max Sauer 2005-08-08 09:34:17 UTC
When adding new items(methods, fileds, constructors etc.) through Add.. function
of Explorer's pop-up menu, the code should be pasted inside editor more
intelligently. Current state is that everything is pasted to the end.

- group items, so for example methods would form a block of code.
- private,protected,public or friendly members should be also grouped together.

This formatting could be also made by "Reformat Code" (Ctrl+Shift-F) function.