score:68
Window > Preferences > Java > Compiler > Task Tags
You can add new tags to your heart's content.
NOTE: Why the Eclipse guys made this a Compiler setting is beyond me. It just makes the setting hard for people to find, so it rarely gets customized.
score:1
I did it like this on my Mac Machine,
Eclipse>Preferences>Java>Compiler>Task Tags >New
Now eneter the TAG and set it's Priority (viz. Normal, Low or High).
Apply>OK
A dialog will popup and will ask you for a complete rebuild, tell it to rebuild now. You are good to go after a rebuild.
score:14
The answers by benjismith and j pimmel are perfectly valid and correct. I just want to add that you can find this and other settings by using eclipse's neat preference-dialog feature:
When you open the preferences dialog via "Window/Preferences", type "todo" in the text field in the upper left corner. The options tree will be limited to matching settings.
Voilá
Source: stackoverflow.com
Related Query
- Custom TODO mark in Eclipse
- How to create a custom task tag in Eclipse like the TODO or FIXME
- Find TODO tags in Eclipse
- Why does Eclipse Java Package Explorer show question mark on some classes?
- Eclipse "cannot find the tag library descriptor" for custom tags (not JSTL!)
- Error in Preview of Custom Eclipse refactoring
- java eclipse red exclamation mark
- How can I create a custom Eclipse Syntax Highlighter
- how to add custom tool chain to eclipse CDT
- Creating a custom AbstractProcessor and integrating with Eclipse
- Qt Eclipse Integration and custom widget plugin
- When using Eclipse with FindBugs can you mark a bug as not a bug and have it removed from the bug list?
- Custom Lint Rule not listed in eclipse / android studio
- Specifying a custom log4j.properties file for all of JUnit tests run from Eclipse
- mark long lines in eclipse
- Red exclamation mark in Eclipse with mercurial
- Eclipse does not show TODO tasks
- How can I add an Eclipse Quick Fix for a custom Java marker?
- Eclipse Luna Indexer for C++14 with custom makefile
- Writing a custom eclipse debugger
- Custom Java Code Folding for Eclipse Helios
- How to add custom SuppressWarnings token in Eclipse
- Custom command for Eclipse on current file
- Eclipse Custom Variable for Java Code Templates
- Mylyn Eclipse TODO integration
- How to undo Mark goal run as ignored in Eclipse build in Eclipse preferences?
- Quick way to set custom syntax highlighting in Eclipse
- Custom eclipse template to make setter return this object?
- Is it possible to mark a part of java code in eclipse to be not auto formatted?
- Eclipse - how to extend HTML editor to add custom tags?
More Query from same tag
- compiling gsoap sample hello service
- java error in eclipse "The project was not built due to.."
- How to manage Libraries/jar files in eclipse?
- using glVertex2d(); in LWJGL
- Eclipse Pydev: Undefined variable: print input
- Eclipse RCP table dynamic update
- Magento Code Debugging Through Eclipse PDT
- Why is recommended to configure an Eclipse Java project with SWT like a project?
- Mirror Eclipse P2 with dependencies ... how?
- Eclipse: how to make directory trees show as packages
- Unable to resolve standard java imports
- How can I customize Eclipse About dialog's about text?
- Adding source Folders to my Eclipse Project at generate-sources
- Android: Having trouble working with Camera source code
- How to create more than one source folders programmatically
- Admob ads not showing in app
- A shortcut to select a line in Eclipse?
- In Eclipse plugin development how do I programmatically activate a view?
- Difference between Sling Content Project and Sling Bundle Project
- Configuring svn client on mac for eclipse for android development
- Twilio API issue
- Maven build problem: Installed external Maven 3.6 yet getting build error for plugin 2.5
- I am not able run C program in eclipse
- ADT to use offline docs on SHIFT+F2
- After converting to maven getting error : Could not find or load main class
- Creating Scala Project with Eclipse, sbteclipse -- directory layout
- How to install app in playstore without Google playstore in android emulator
- How to organize gae projects in eclipse
- Eclipse thinks I only have Java 1.6, but when checking java-version in terminal it displays 1.7. Help :)
- Read temporary file with FileReader and BufferedReader - Eclipse Java Plugin