Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Label Indentation / Spaces before Comment Tag
Label Indentation / Spaces before Comment Tag [message #1781599] Fri, 09 February 2018 09:13 Go to next message
Hyeonwoo O is currently offline Hyeonwoo OFriend
Messages: 2
Registered: February 2018
Junior Member
Is there any way to configure label: indentation and white space after // tags?

For example, I want change this code

public class MainClass {
    public static void main(String[] args) {
        System.out.println("Hello World!"); // comment
        int num = 0;
        label: while (num <= 10) {
        ...
        }
    }
}


to

public class MainClass {
    public static void main(String[] args) {
        System.out.println("Hello World!"); //comment
        int num = 0;
label:  while (num <= 10) {
        ...
        }
    }
}


I couldn't find any options about this.
Re: Label Indentation / Spaces before Comment Tag [message #1781644 is a reply to message #1781599] Sat, 10 February 2018 07:10 Go to previous messageGo to next message
Rabiya Jamal is currently offline Rabiya JamalFriend
Messages: 2
Registered: February 2018
Junior Member
Hey Hyeonwoo is there any progress? I'm also looking for the same











Mobile Recharge Software Provider


[Updated on: Sat, 17 February 2018 09:40]

Report message to a moderator

Re: Label Indentation / Spaces before Comment Tag [message #1864799 is a reply to message #1781644] Wed, 10 April 2024 06:42 Go to previous message
Rabiya Jamal is currently offline Rabiya JamalFriend
Messages: 2
Registered: February 2018
Junior Member
If need any help? I'll solve this

Previous Topic:Changes to 2024-03 css waste too much space
Next Topic:Any guidance?
Goto Forum:
  


Current Time: Tue Apr 23 10:32:25 GMT 2024

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

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

Back to the top