Hi,
I have 2 eclipse workbench questions, could not find this in help file
or in the newsgroup archives.
1. How to open non-workspace files opened in previous session.
Say I was editing\viewing a file ~/.bashrc not in any of my projects in
the workspace. Now, I close eclipse and reopen it, this and similar
files are not reopened. So, I end up manually reopening each one or
creating a fake project and adding files with a link to the actual file
on the filesystem.
Any way to make it happen automatically?
2. Can I create a new file without adding it to a current project directly?
Right now, I do a 'touch filename' in a shell and then open it.