How to show all "assume-unchanged" files in Eclipse? - eclipse

If a file is set to "assume-unchanged" in Eclipse, its icon looks like this .
But how to show all "assume-unchanged" files in Eclipse ?

Related

How to change tab icon in NetBeans?

Is it possible to change that ugly red dot icon on NetBeans tab with index.ftl? It comes with Freemarker plugin and indicates a ftl template.
To change the tab icon of this plugin you can follow the steps bellow:
Go to the Netbeans modules directory. In Linux it is cd $HOME/.netbeans/7.4/module where $HOME is your home directory. You can check where is this directory in different OSs in Netbeans Wiki.
There, you will find a file named org-ftl.jar. Inside this file go to org/ftl and you will see your icon which is named dot.png.
Substitute dot.png file by your desired icon and open Netbeans. Your will see your new icon in your Freemarker tabs.
It is not configurable, but with a little hacking, I think you can do this. There must be a png somewhere in a jar of the freemarker plugin or in one of the core files of netbeans. You would need to unzip the jar, update the picture and then zip it back (to jar).
Here's the plugin sources and Here's the icon. It doesn't look like the one you showed. Maybe you're using some other plugin?

Why my Eclipse doesn't mark the reserverd words for Haskell?

I've installed the plugin for Eclipse Luna: EclipseFP - http://eclipsefp.sf.net/updates . Its Works, but the IDE is not marking the reserved words.
That looks like you are actually using the normal text editor.
Close the file and then right click on the file in Project Explorer and choose 'Open With...' and select the Haskell editor.
Eclipse remembers the last editor you used to open a file so if you had opened this file before installing the plug-in you will get the plain text editor. Once you have opened the file with the correct editor it will use that editor by default in future.

Is there any sublime plugin can show the files of the selected directory in a single panel?

Sublime can show the directories and files of each in the sidebar, but I'm looking for a plugin that can show the files of the selected dir in a separated panel.
Is there such plugin? Or is it easy to implement such a plugin if no found?

Is there an equivalent of "Add existing file" (to project) in Eclipse?

I am trying to map my Visual Studio experience onto Eclipse. Right now, I wish to add a file existing somewhere on the file system into a project in Eclipse. I expect it to be copied to the project source folder.
Currently, I see only one way - switch to the windows explorer (total commander, in my case) and copy the file myself, after which to refresh the project.
Can I do the same without leaving the Eclipse IDE?
Thanks.
I had the same problem, but found yet another solution.
Let me state my problem so that we're sure we're talking about the same thing.
I had a file in a directory where a bunch of code files were and some of the files in that directory were shown as "in my project" and some of the files were missing. I wanted the missing files to appear in my project.
I simply selected the folder in my project and pressed 'F5' or right-clicked and selected 'refresh' and the files appeared in my project. It looks like that is the intended way of doing this.
File->Import->General->File System should do it.
There you can select the file(s) from some file system folder to your project (into folder).
Even easier. Just drag and drop the file from explorer into the correct package in Eclipse. It will ask you if you want to copy or link the file(s).
I am a newbie to Eclipse Luna (the 64 bit latest version on Windows 7) but this worked for me:
Copy the preexisting source files you which add to your project.
In Project Explorer, right click your project and select New > File
In the "New File" dialog box, your project's name / folder should be displayed as the parent folder for your new (existing) source file.
Click on the "Advanced" button at the bottom of the "New File" dialog box.
Check the "Link to file in the file system" checkbox.
Click the "Browse" and browse to your preexisting source.
Click the "Finish" button at the bottom of the dialog box.
In my case, I had to:
right-click the project's name
choose "Close Project"
right-click the (now closed) project's name again
choose "Open Project"
Refreshing didn't work for me. :(
Hopefully this helps someone else...
Just found the quickest way to add files:
Copy-paste your file into your project disk directory using your file browser.
In Eclipse project browser select your project.
Click [right mouse button]->Refresh (or press F5 on Windows machine).
Voila
(worked on Neon-4.6.2)
I just got this to work. YMMV
I don't suppose it has to be there, but I put my file, xyz.cpp, into my project's source directory. My project has a source subdir named src, as in ProjName/src.
Right Click on project name (my project was open and the only one open).
NEW->FILE. Put in the filename, xyz.cpp. Click OK or press enter.
The file will open in the editor and complain that it is empty. Close it WITHOUT SAVING.
Reopen the file. It now has its contents.
It turns out that just simply dragging the files into the src folder would work!
Right-click on the file after you have copied it into the project directory. Select Properties... in the left hand pane select C/C++ Build. There will be a checkbox "Exclude resource from build" uncheck that check box.

How do you get the Eclipse Package Explorer to show files whose names begins with a . (period)?

When a folder in the Eclipse Package Explorer (one which is linked to a directory somewhere in the filesystem) contains files whose names begin with a . (period), those files do not appear. Can Eclipse be configured to show these files, and if so, how?
Click the down-arrow in the package explorer (next to the editor linker). Then you just change the filters. Unmark the box that says '.*' resources.