Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Code Template Question (Auto Generated Method Stub)(Way to tab in Auto Generated Method Stub)
Code Template Question (Auto Generated Method Stub) [message #1708856] Mon, 21 September 2015 23:49
Daniel Maclam is currently offline Daniel MaclamFriend
Messages: 2
Registered: September 2015
Junior Member
When using the class creation wizard in the java environment is there a way to insert a tab prior to // TODO Auto-generated method stub.

I have tried to edit it in the code template under Method Stubs, but it doesn't do anything with the tab.

So to show what I am looking for.

What I have now:

public static void main(String[] args)
{
// TODO Auto-generated method stub

}

What I want:
public static void main(String[] args)
{
Tab Here -> // TODO Auto-generated method stub

}

[Updated on: Tue, 22 September 2015 12:05]

Report message to a moderator

Previous Topic:Apache 2.4 and Eclipse 9.3 Compatibility
Next Topic:Half of program print problem
Goto Forum:
  


Current Time: Sat Apr 27 02:04:24 GMT 2024

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

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

Back to the top