score:257
Unfortunately, you can only turn on all invisible (whitespace) characters at the same time. I suggest you file an enhancement request but I doubt they will pick it up.
The text component in Eclipse is very complicated as it is and they are not keen on making them even worse.
[UPDATE] This has been fixed in Eclipse 3.7: Go to Window > Preferences > General > Editors > Text Editors
Click on the link "whitespace characters" to fine tune what should be shown.
Kudos go to John Isaacks
score:1
AnyEdit Scroll all the way down: http://andrei.gmxhome.de/anyedit/examples.html
score:4
I use Checkstlye plugin for such a purpose. In Checkstyle configuration, I add special regexp rules to detect lines with TABs and then mark such lines as checkstyle ERROR, which is clearly visible in Eclipse editor. Works fine.
score:25
score:52
Navigate to Window > Preferences > General > Editors > Text Editors
Click on the CheckBox "Show whitespace characters".
Thats all.!!!
Source: stackoverflow.com
Related Query
- Show SOME invisible/whitespace characters in Eclipse
- Why does Eclipse Java Package Explorer show question mark on some classes?
- Eclipse color setting for whitespace characters
- Only show warnings from some folders in eclipse
- Logcat show invisible messages in Eclipse Mars
- Show whitespace characters in standard output
- Eclipse editor shows some different characters as background pattern. How to disable?
- How can I get Eclipse to show non-printable characters like IntelliJ does
- Show whitespace in Eclipse for specific editors/file types
- Eclipse IDE - progress view show automatically when some progress
- Eclipse editor show strange characters
- Cannot use some special characters in Eclipse
- Eclipse in Linux opaque whitespace characters
- How can I get Eclipse to show .* files?
- Some projects cannot be imported because they already exist in the workspace error in Eclipse
- Eclipse menus don't show up after upgrading to Ubuntu 13.10
- How do I show an open file in eclipse Package Explorer?
- How can I exclude some folders from my Eclipse project?
- How to execute some function in eclipse while debugging a java program?
- How to make eclipse "File Search" to also search inside source jars containing some text?
- Eclipse Invisible Editor
- How to tell Eclipse to show content assist automatically?
- How to remove trailing whitespace in PyDev plugin for Eclipse
- How do I get a new branch to show up in Eclipse Git Remote Tracking?
- How to show whitespace and tabs but NOT line-break characters?
- Eclipse SVN client (Subclipse) doesn't show status icons on files
- Graphical Layout tab does not appear for some layout files into Eclipse
- Skip some file during compilation Eclipse
- android - Moto G mobile doesn't show in the devices List of Eclipse
- Eclipse autocomplete not working in some Java files
More Query from same tag
- How to index R library for Help view of StatEt Eclipse plugin?
- How to print value (for debugging) when running program through JUNIT
- Is there an eclipse plugin that runs google's cpplint.py on open files?
- Application getting website response
- Error: Could not find or load main class ExcelReadWrite
- Eclipse PDE looking for the absolute path for the file (or relative path)
- Unable to use JAR in Eclipse
- How to write client server application with web sockets using jetty server with embedded wtp plugin in eclipse
- Setup a Tomcat server in Eclipse Oxygen 2
- Eclipse RCP application - custom splash screen
- Android AVD won't start
- Seems impossible to disable JavaScript validation in eclipse
- Best practices for command-line builds
- Eclipse Git Team Provider installation issue on Ubuntu 14.04
- Eclipse/Java - is it harmful to import java.(namespace).*?
- Migrating GIT code base using Eclipse
- How to access http://localhost:8080/pdf/abc123.pdf tomcat eclipse
- PouchDB with Windows Java development
- Separate DLL and native call in different plugin
- Console output of Eclipse with timestamp
- Spring Tool STS 3.6.2 hangs on working with javascript file
- JAXB project to be compiled with JDK SE 8 but has to run also on JRE 11
- Eclipse - Target “unknown” in Android device chooser
- Eclipse Java Formatter - Newline before closing parentheses
- Error in loading JNI library after sudo authentication in eclipse in linux
- EGit clone dialog: Clean old URIs from content assist suggestions
- error after imported google play service
- 404 when setting up Eclipse Dynamic Web Application
- Are there any tools for detecting architectural and design patterns in code?
- java 8: inferred type does not conform to upper bound(s) on Netbean IDE