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 246487 - auto formatting of java code when we type ';'
Summary: auto formatting of java code when we type ';'
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Other
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-16 05:15 UTC by rajattiwari2710
Modified: 2014-08-18 07:17 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 rajattiwari2710 2014-08-16 05:15:28 UTC
hi,
In netbeans there is an option which enables us to reformat our code whenever we save. This option is located at "Tools/Options/Editor/On Save".
Here we have three choice to reformat i.e. all line,modified lines or none.

But i want that whenever i type ";" my current line gets reformatted.

Can we have this option in next releases of netbeans so that we can improve our coding experience in netbeans and we can build applications more faster.