0
votes
1answer
26 views

Eclipse source code folder changed

I'm using eclipse Helios with several projects on the same workspace. When the source code folder changes eclipse gives an error about "cannot find files" which is OK, but there is no option to tell ...
0
votes
1answer
121 views

How to setup code access security locally Eclipse

Is there any way to secure project source code locally in Eclipse work space. I see there is a good feature for CAS in .Net. In .Net IDE when i open a project its asking for windows security ...
8
votes
2answers
4k views

Notepad++ code outline as Eclipse's outline

Folding and unfolding blocks of code helps, but in bigger files I really want to have the outline overview of a class and its methods. So, is there a plugin or anything for Notepad++ that I can have ...