Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change the eclipse title

Tags:

Which file to edit to change the Eclipse IDE title: "Java - Eclipse SDK" to something of my own, say "Test - SDK"

Also which file contains the contents of About dialog box under help menu. Is it possible to edit it?

like image 201
user1035927 Avatar asked Dec 29 '11 07:12

user1035927


People also ask

Can you Rename an Eclipse project?

In the Eclipse Navigator view (or any Eclipse view that supports Team operations), navigate to the project that you want to rename. Right-click the project and click Team > Rename in Repository Workspace.

How to Rename file on Eclipse IDE?

Right click file -> Refactor -> Rename. Show activity on this post. You can rename classes or any file by hitting F2 on the filename in Eclipse. It will ask you if you want to update references.

How do I change multiple words in eclipse?

Press ctrl + f for windows computer. Then under FIND, type what you want to find. Then in REPLACE WITH, type in what you want to replace it with. Then click REPLACE ALL.


2 Answers

1- Try window > Preferences > General > Workspace > Worspacename (shown in window title)

2- idk :/

like image 57
A4L Avatar answered Sep 28 '22 03:09

A4L


For the About dialog there are two means of customizatoin:

  1. An API
  2. Product Branding
like image 44
Francis Upton IV Avatar answered Sep 28 '22 02:09

Francis Upton IV