About 50 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 …

  2. 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 …

  3. java - Editor does not contain a main type - Stack Overflow

    Oct 13, 2012 · Eclipse error: “Editor does not contain a main type” I am currently coding a server socket application where you can connect to several clients via a thread pool.

  4. java - Clearing coverage highlighting in Eclipse - Stack Overflow

    May 24, 2011 · After running coverage reports in Eclipse (using cobertura or an EMMA plugin), my source code files get highlighted in green, red and yellow depending on which lines of code …

  5. 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) …

  6. 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 …

  7. java - Editor does not contain a main type in Eclipse - Stack Overflow

    System.out.println("YOLO"); } } I always get an Editor does not contain a main type. I put the file in a project folder called Sample. This eclipse should compile java code because its an IDE …

  8. Keyboard shortcut to change font size in Eclipse?

    Feb 8, 2019 · If you have changed the "Java Editor Text Font" settings away from the default (which is to just use the "Text Font" settings), eclipse-fonts won't work. The solution is to select …

  9. How to format java code based on .editorConfig file?

    Mar 21, 2023 · If you're looking for a tool to handle Java formatting based on .editorConfig, there are several options: Eclipse IDE along with the Eclipse Code Formatter plugin.

  10. 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: …