About 1,210,000 results
Open links in new tab
  1. java - Bold black cursor in Eclipse deletes code, and I don't know …

    Dec 22, 2021 · Bold black cursor in Eclipse deletes code, and I don't know how to get rid of it Asked 13 years, 4 months ago Modified 3 years, 10 months ago Viewed 224k times

  2. Eclipse: Enable autocomplete / content assist - Stack Overflow

    Aug 2, 2011 · If you would like to use autocomplete all the time without having to worry about hitting Ctrl + Spacebar or your own keyboard shortcut, you can make the following adjustment …

  3. java - Auto code completion on Eclipse - Stack Overflow

    Use the Ctrl+Space shortcut for getting all possible autocomplete options available in a particular context in the editor. Auto Complete will also allow you to insert custom code templates into …

  4. How to auto-format code in Eclipse? - Stack Overflow

    Mar 27, 2013 · How to auto-format code in Eclipse? Asked 12 years, 7 months ago Modified 1 year, 11 months ago Viewed 756k times

  5. Recommended Fonts for Programming? - Stack Overflow

    What fonts do you use for programming, and for what language/IDE? I use Consolas for all my Visual Studio work, any other recommendations?

  6. How to change default text file encoding in Eclipse?

    Anyway, Eclipse says that Cp1250 is a 'default' encoding and I have to manually change it to UTF-8 each time I add anything. So where can I change the default encoding to UTF-8?

  7. Eclipse - List of default keyboard shortcuts - Stack Overflow

    Dec 31, 2009 · Is there a list of the default Eclipse keyboard shortcuts? I'm generally looking for language agnostic things like starting the debugger or deleting an entire line in the source editor.

  8. eclipse - change cursor from block or rectangle to line ... - Stack ...

    Mar 31, 2013 · My cursor is a blinking black rectangle. I don't know how it became that way. I want to turn it back to a blinking vertical line. picture -

  9. Eclipse: Project 'PROJECT_NAME' has no explicit encoding set

    Jun 20, 2022 · I downgraded from Windows 11 to Windows 10 today and had to reinstall the Eclipse-IDE. After successfully importing my workspaces and fixing the projects, a warning …

  10. How to add different programming languages to Eclipse (C++, C#, …

    Mar 24, 2013 · I just went through two introductory courses in Java, and I noticed that Eclipse can also support development in other languages (which I didn't know). Does anyone know how to …