2013/7/26 Lee Spector <
lspe...@hampshire.edu>:
>
> On Jul 25, 2013, at 6:12 PM, Laurent PETIT wrote:
>
>> Ah! I forgot to mention that it works well with Tab! => Tab now
>> reindents not just the current line, but also all the dependent ones!
>
> If one *does* want re-indentation (= ignore how I may have messed it up and indent according to the rules) then does one have to fight with this?
No fight. Only peace ;-)
If there's a mess at some point, or you really want the re-indentation
feature, just select the relevant lines, then type Ctrl+i (Cmd+i on OS
X)
> I should probably try to see... but: I'm really happy to see the standalone version links! But if I download and run one of those is there a chance it will mess up my existing installation through preference files that are stored in some common place, etc?
Not that I'm aware of.
Eclipse stores "Installation" related stuff inside the Eclipse
directory you created when you unzipped it. It will be the same for
Counterclockwise Standalone.
Then an Eclipse "Installation" can be started on a Workspace. Then you
can switch to another workspace. Or restart to another workspace. Each
workspace keeps its metadata in a .metadata/ folder inside the
workspace's root dir (that's where you find the relevant Eclipse logs
for instance).
So if you don't want to have your project settings messed up, better
copy your workspace also, and indicate the copy when the Standalone
application will first start.
>I don't really understand how Eclipse does things and the setup seems a bit fragile... which is also why I'm also often hesitant to try new versions, because I have a sense that mysterious complications can arise and that it can be complicated to revert....
Generally, if you backup your workspace and do not install the new
Eclipse "on top" (in the same folder) as the existing one, things
should be okay.
Also note that if your projects folders live outside the workspace
folder (they are just "referenced" from the workspace, then), then of
course their content will be shared between the 2 Eclipse, and it's up
to you to decide if you want that, or not.
Cheers,
--
Laurent