About 9,190,000 results
Open links in new tab
  1. How to change font size in Eclipse for Java text editors?

    Jul 10, 2016 · 3 Running Eclipse v4.3 (Kepler), the steps outlined by AlvaroCachoperro do the trick for the Java text editor and console window text. Many of the text font options, including the Java Editor …

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

    For instance, attempting to auto complete the word "test" in a Java editor, in the context of a class body, will allow you to create a unit test that uses JUnit; you'll have to code the body of the method though. …

  3. Eclipse fonts and background color - Stack Overflow

    Oct 9, 2008 · Editor colors are set chaotically by different editors, search for background in eclipse preferences to find different options. One easy way to get beautiful dark (and not only dark) themes …

  4. Eclipse IDE for Java - Full Dark Theme - Stack Overflow

    Eclipse 4.2.1 on Mac: Dark Juno blackens the UI except the Java Editor - to get it black, I installed the Eclipse Color Themes as well.

  5. java - Eclipse editor won't open - Stack Overflow

    Jun 22, 2011 · Error: Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml. …

  6. How do I change Eclipse to use spaces instead of tabs?

    Jan 3, 2009 · Java Editor Click Window » Preferences Expand Java » Code Style Click Formatter Click the Edit button Click the Indentation tab Under General Settings, set Tab policy to: Spaces only Click …

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

    May 11, 2015 · 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 in the Eclipse …

  8. java - Eclipse comment/uncomment shortcut? - Stack Overflow

    Apr 4, 2011 · I thought this would be easy to achieve, but so far I haven't found solutions for comment/uncomment shortcut on both Java class editor and jsf faceted webapp XHTML file editor : …

  9. Unable to run Java code with IntelliJ IDEA - Stack Overflow

    Jun 19, 2015 · 92 I have just downloaded the IntelliJ IDEA, and I want to edit my first Java file with it, I'm not interested in creating a whole project, just editing the single file. So I opened the file from my …

  10. java - How to fix Eclipse autocomplete not working - Stack Overflow

    1 Go to Preferences » Java » Editor » Content Assist » Advanced. Make sure Other Java Proposals is ticked/checked. I checked windows has no conflict of ctrl+space (of eclipse autosuggestion) with …