Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

does anyone know if it's possible in Eclipse to set 'Cursor beyond end-of-line' , so the cursor always stays on the same horizontal position, even when the line is not long enough for that?

Almost every editor I know of has this option (Borland Delphi, Microsoft Visual Studio and others).

share|improve this question

2 Answers

up vote 1 down vote accepted

afaik this feature is not available in eclipse yet (I would expect it to be in Window/Preferences.../General/Editors/Text Editors)

But I found a feature request for this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=21000

You could try to find a plugin-project for this, maybe some other users have implemented that feature already.

share|improve this answer

Thanks for the answer, but that did not worked for me.

What I did is:

  • I opened a new pydev module.
  • Pressed ctrl+alt+enter and options for python console showed up
  • I chose the python console (second option)
  • And pressed the PIN CONSOLE icon to pin it forever.

I didnt have ipython installed but it works perfectly fine no probs at all.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.