Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
AnswerRe: CLR Pin
Guffa15-Sep-05 23:57
Guffa15-Sep-05 23:57 
QuestionJoin video on-the-fly Pin
karnalta15-Sep-05 23:36
karnalta15-Sep-05 23:36 
QuestionHow to use < sign in comments? Pin
Dr Reedo15-Sep-05 23:09
Dr Reedo15-Sep-05 23:09 
AnswerRe: How to use < sign in comments? Pin
g00fyman15-Sep-05 23:17
g00fyman15-Sep-05 23:17 
GeneralRe: How to use &lt; sign in comments? Pin
Dr Reedo16-Sep-05 1:16
Dr Reedo16-Sep-05 1:16 
GeneralRe: How to use &lt; sign in comments? Pin
g00fyman16-Sep-05 1:17
g00fyman16-Sep-05 1:17 
QuestionProblems with Array being readonly (HELP) Pin
Yannielsen15-Sep-05 22:28
Yannielsen15-Sep-05 22:28 
GeneralRe: Problems with Array being readonly (HELP) Pin
Guffa16-Sep-05 0:31
Guffa16-Sep-05 0:31 
GeneralRe: Problems with Array being readonly (HELP) Pin
Yannielsen16-Sep-05 0:56
Yannielsen16-Sep-05 0:56 
GeneralRe: Problems with Array being readonly (HELP) Pin
Guffa16-Sep-05 1:59
Guffa16-Sep-05 1:59 
GeneralRe: Problems with Array being readonly (HELP) Pin
Yannielsen16-Sep-05 2:12
Yannielsen16-Sep-05 2:12 
GeneralRe: Problems with Array being readonly (HELP) Pin
Guffa16-Sep-05 5:11
Guffa16-Sep-05 5:11 
GeneralRe: Problems with Array being readonly (HELP) Pin
Yannielsen19-Sep-05 10:13
Yannielsen19-Sep-05 10:13 
QuestionDataGrid/DataGridBoolColumn - event Pin
JuergenLissmann15-Sep-05 21:48
JuergenLissmann15-Sep-05 21:48 
QuestionHow to override the Text property of Control class? Pin
dreamwinter15-Sep-05 20:54
dreamwinter15-Sep-05 20:54 
AnswerRe: How to override the Text property of Control class? Pin
Libra15-Sep-05 23:33
Libra15-Sep-05 23:33 
QuestionSearching in Linked List Pin
Member 204556015-Sep-05 20:54
Member 204556015-Sep-05 20:54 
AnswerRe: Searching in Linked List Pin
g00fyman15-Sep-05 22:56
g00fyman15-Sep-05 22:56 
AnswerRe: Searching in Linked List Pin
enjoycrack15-Sep-05 22:56
enjoycrack15-Sep-05 22:56 
AnswerRe: Searching in Linked List Pin
S. Senthil Kumar16-Sep-05 5:13
S. Senthil Kumar16-Sep-05 5:13 
QuestionCreating Custom Shaped Windows Forms Pin
Member 204556015-Sep-05 20:21
Member 204556015-Sep-05 20:21 
AnswerRe: Creating Custom Shaped Windows Forms Pin
g00fyman15-Sep-05 23:05
g00fyman15-Sep-05 23:05 
QuestionInputting data in Graphics of C. Pin
Rana isthiaq Ahamd15-Sep-05 19:26
Rana isthiaq Ahamd15-Sep-05 19:26 
QuestionHow do I get a HACK task to span multiple lines? Pin
Vikram A Punathambekar15-Sep-05 19:18
Vikram A Punathambekar15-Sep-05 19:18 
AnswerRe: How do I get a HACK task to span multiple lines? Pin
turbochimp16-Sep-05 17:14
turbochimp16-Sep-05 17:14 
It's possible to create a multiline comment by using the /* comment */ notation.

The bigger issue is that the task list is a grid, and it appears that you only get one line per task (everything up to the fist newline character), so even creating something like

/* HACK: this is a multiline comment<br />
 * that I have written...<br />
 * I do not think it is going to work very<br />
 * well... */


while it is technically a single comment, will not appear all on the single line provided by the task list.

You are better off just using that first line (everything following the 'HACK:' tag as a descriptive title for the rest of your comment. That way its appearance in the task list will give the developer(s) an idea what the task is about.
Since navigating to tasks is as simple as double-clicking, it's not worth getting too excited about the shortcomings of this feature, IMO.

Hope this helps,


The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.