Bug 23812 - Configurable (TODO) Markers priority in takslist
Summary: Configurable (TODO) Markers priority in takslist
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-19 04:12 EDT by Johan Compagner CLA
Modified: 2002-10-17 10:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Compagner CLA 2002-09-19 04:12:16 EDT
If i sort the tasklist on priority then the extra markers are in front of the 
compile errors. 

And what kind of marker is that TODO marker? A error/info or warning? Because 
in the filtersettings i have only those choiches.

What i would like if i could define the priority for markers myself! (but i 
think this would require a different bug report)
Comment 1 Philipe Mulet CLA 2002-09-19 06:21:54 EDT
We are indeed planning on letting you associate severities to each tag.
For now, they are using NORMAL severity. I don't think they should stand in 
front of errors either.
Comment 2 Philipe Mulet CLA 2002-09-23 04:40:52 EDT
Changed title
Comment 3 Jerome Lanneluc CLA 2002-10-14 07:43:48 EDT
Option added to JavaCore:
* COMPILER / Define the Automatic Task Priorities
*    In parallel with the Automatic Task Tags, this list defines the priorities 
(high, normal or low)
*    of the task markers issued by the compiler.
*    If the default is specified, the priority of each task marker is "NORMAL".
*     - option id:		org.eclipse.jdt.core.compiler.taskPriorities"
*     - possible values:	{ "<priority>[,<priority>]*" } where <priority> 
is one of "HIGH", "NORMAL" or "LOW"
*     - default:			""

Enterered bug 24745 for surfacing this option in the UI.
Comment 4 David Audel CLA 2002-10-17 10:20:36 EDT
Verified.