score:2
There are apparently distributions or custom builds in which the ability to set Task Tags for non-Java files is not present. This post mentions that ColdFusion Builder (built on Eclipse) does not let you set non-Java Task Tags, but the beta version of CF Builder 2 does. (I know the OP wasn't using CF Builder, but I am, and I was wondering about this question myself ... because he didn't see the ability to set non-Java tags, I thought others might be in the same position.)
score:9
All those settings are necessary to choose which tags you are interested in, but in order to display these tags in a list, you also need to select the right Eclipse perspective. I finally discovered that the "Markers" tab containing the "Task" list is only available under the "Java EE" perspective... Hope this helps! :-)
score:20
I'm using Eclipse Classic 3.7.1.
The solution is: Window > Preferences > General > Editors > Sctructured Text Editors > Task Tags and checking "Enable searching for Task Tags" checkbox.
score:39
In the distribution I use, the tasks are listed in the task list by default (at least for Java). For other content types, you may check the following settings.
Display the Tasks View: Window > Show View > Other > General > Tasks
For non-Java Task Tags: check the following settings: Window > Preferences > General > Editors > Structured Text Editors > Task Tags You can enable searching for task tags in the [Task Tags] tab and select the content types in the [Filters] tab.
For Java task tags, you should look in: Window > Preferences > Java > Compiler > Task Tags
J.
score:136
For me, such tags are enabled by default. You can configure which task tags should be used in the workspace options: Java > Compiler > Task tags
Check if they are enabled in this location, and that should be enough to have them appear in the Task list (or the Markers view).
Extra note: reinstalling Eclipse won't change anything most of the time if you work on the same workspace. Most settings used by Eclipse are stored in the .metadata folder, in your workspace folder.
Source: stackoverflow.com
Related Query
- How to create a custom task tag in Eclipse like the TODO or FIXME
- how do i enable todo/fixme/yyy task tags in eclipse?
- How to ignore Eclipse task tags in certain directories?
- How can I enable the Task List in Eclipse for a Java Project?
- How to enable Task tags (TODO,...) for java?
- Enable Task Tags in Scala IDE for Eclipse
- How to add Eclipse Task Tags programmatically (Eclipse Plugin development)?
- How to not show @todo task tags on eclipse ( eclipse-php on Mac OS )
- How to save Eclipse task tags and bookmarks
- How do I enable index downloads in Eclipse for Maven dependency search?
- Find TODO tags in Eclipse
- How to enable C++11/C++0x support in Eclipse CDT?
- How to enable LogCat/Console in Eclipse for Android?
- How do I limit task tags to current project in Eclipse?
- How to enable C++11 in Eclipse Juno/Kepler/Luna CDT?
- How to enable the Java keyword assert in Eclipse program-wise?
- How to enable debug on my JUnit through Gradle test task
- How to enable the bar showing file location in Eclipse
- Eclipse WTP: How do I enable SSL on Tomcat?
- How to enable gdb pretty printing for C++ STL objects in Eclipse CDT?
- How do you enable C++11 syntax in Eclipse Neon?
- How to turn off the Javadoc hover in Eclipse (or selectively enable it)?
- How can I enable the Box (or Block) Selection in Eclipse IDE?
- How to get custom task tags to work in Eclipse?
- How to ignore CVS keyword tags in eclipse diff
- How do i enable tabwidth of 2 in eclipse for erb?
- How to enable Memory monitors in Eclipse (Java project)?
- todo tags not working on eclipse and pydev
- How to enable Eclipse to autobuild/autosave changes before run (CDT)
- How do I enable undo in eclipse ant editor?
More Query from same tag
- How do I start a new project in Eclipse and Subversion
- Error in eclipse when running activity
- Getting eclipse to highlight and validate HTML files
- Update branch from parent branch?
- Error message while opening a project in eclipse
- Selenium Webdriver error "The method sendKeys(CharSequence...) from the type WebElement refers to the missing type CharSequence"
- Loading array from file for android
- How to escape the duplicity in Android?
- subprocess.Popen() has inconsistent behavior between Eclipse/PyCharm and terminal execution
- Android Test Project root directory issue in Eclipse
- Eclipse maven unable to locate karma executable
- Tomcat. Works in Eclipse, but does not work when deployed
- How to open any eclipse Wizard from Intro Page in eclipse plugin development
- Load Insubstantial Swing Plugins to Eclipse
- In Eclipse 3.5 (and with the Aptana plugins), how do I get a view that I can use to show my project, including "dot" files?
- Menu options in eclipse are disable
- Eclipse + Maven + JavaServer Faces -> ClassNotFoundException: StartupServletContextListener
- Eclipse and ADT : compiling XML files, very annoying
- Git branching remotely from Eclipse
- I am trying to use user input in an arraylist
- Primefaces JS Inserted before other resources causing error
- CardsUI for Android setScrollListener
- Arranging the checkbox in checkboxtableviewer horizontally in eclipse e4
- How to disable Eclipse (3.3.2) warning: Access to enclosing constructor... is emulated by a synthetic accessor method
- Retrieve the information of a registered JMX mbean
- Eclipse 3.5 customized with some plugins fails to start on target machine
- Eclipse upgrade juno to kepler. Eclipse wont start
- why can't Eclipse connect to VM? (socket closed)
- Java process inputstream in thread
- Getting null values when reading in JSON file in eclipse using java