Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to add theses buttons to the tool bar
How to add theses buttons to the tool bar [message #1529089] Fri, 26 December 2014 04:05 Go to next message
Silver cat is currently offline Silver catFriend
Messages: 1
Registered: December 2014
Junior Member
How can I add a comment/decomment button to the toolbar?

How can I add two buttons to the toolbar to move code blocks to Left and Right?
Re: How to add theses buttons to the tool bar [message #1638505 is a reply to message #1529089] Fri, 27 February 2015 06:37 Go to previous message
Joshua Overturf is currently offline Joshua OverturfFriend
Messages: 6
Registered: February 2015
Junior Member
There are two possibilities:
Every line prepended with //

ctrl + / to comment
ctrl + \ to uncomment

Complete block surrounded with block comments /*

ctrl + shift + / to comment
ctrl + shift + \ to remove
Previous Topic:Eclipse doesn't save preferences
Next Topic:Java Code for Import Project to Workspace
Goto Forum:
  


Current Time: Fri Apr 26 19:23:16 GMT 2024

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

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

Back to the top