I am currently planning on making a eclipse a plugin and one of the functionality of it would require me to be able to block certain code.
i.e. if person one sets it so that code A is blocked,person two cannot change any of that code and also if person one hides the code person two cannot see the code, but it should still work. So it should still compile even though person two cannot see/change the code person one wrote.
Anyone know if this is possible using a eclipse plugin? If yes, any ideas how? I'm currently learning on how to make plugins so it would be a huge help if someone pointed me the right direction.
Thanks.