Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Format Quest
Format Quest [message #1741701] Sun, 28 August 2016 00:04
First Last is currently offline First LastFriend
Messages: 1
Registered: August 2016
Junior Member
I have looked around on the eclipse and I have not been able to find a way to format variables to be listed.

This is how it is now:
private int bat, cat, rat;


and this is how I want it to format:
	private int 
	     bat, 
	     cat, 
	     rat;

Preferable it will only format variables separated by commas and leave normal ones.
Like this:
	private int cat;
	private int
		bat,
		rat;

Is there a way to do this?

I have a lot of finals and it would save time to just have to write public static final int and just start listing them.
Previous Topic:Error while opening java
Next Topic:Exported Runable jar Problem
Goto Forum:
  


Current Time: Thu Apr 25 23:20:14 GMT 2024

Powered by FUDForum. Page generated in 0.08828 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top