Hi,
This is my first post as a kubuntu user. I started using linux about 6 months ago mainly because I'm a programmer and because... lets face it: There is no other OS that can beat it.
As you may deduct by the short time I'm using linux I'm not so good at it. Some things I can handle other things just get me stuck about one week on it.
So to make it quick I'm having trouble with eclipse IDE and don't know why it isn't working correctly. The problem is simple to explain:
For example, each time I write a public method I begin by typing "pu" and then hit ctrl+space to pop up a menu and choose from it the option "public method". After that, eclipse automatically writes:
public void name() {
}
Using tab I can switch from the return type to the name of the function, arguments or body. But here is where the problem starts. I don't know why but every time I switch from return type to the name and try to write something it just doesn't write anything.
If someone has ever had a problem related to this one and has discovered what is happening and how to fix it I would appreciate any help He can offer.
Thanks
This is my first post as a kubuntu user. I started using linux about 6 months ago mainly because I'm a programmer and because... lets face it: There is no other OS that can beat it.
As you may deduct by the short time I'm using linux I'm not so good at it. Some things I can handle other things just get me stuck about one week on it.
So to make it quick I'm having trouble with eclipse IDE and don't know why it isn't working correctly. The problem is simple to explain:
For example, each time I write a public method I begin by typing "pu" and then hit ctrl+space to pop up a menu and choose from it the option "public method". After that, eclipse automatically writes:
public void name() {
}
Using tab I can switch from the return type to the name of the function, arguments or body. But here is where the problem starts. I don't know why but every time I switch from return type to the name and try to write something it just doesn't write anything.
If someone has ever had a problem related to this one and has discovered what is happening and how to fix it I would appreciate any help He can offer.
Thanks
Comment