Opened 21 years ago
Last modified 16 years ago
#111 assigned defect
A single quote in a remmark -> next remmark not in green
Reported by: | request | Owned by: | livan |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
TolBase: Bayes Editor
A single quote in a remmark -> next remmark not in green
The next remark is green
/*
in green
*/
The next remark don't (single quote) appear in green
/*
not green
*/
Change History (6)
comment:1 Changed 21 years ago by
Owner: | changed from Javier Portugal to manuelb |
---|
comment:2 Changed 21 years ago by
Status: | new → assigned |
---|
comment:3 Changed 21 years ago by
dependson: | → 21, 36, 63 |
---|
comment:4 Changed 19 years ago by
Owner: | changed from manuelb to jgarcia |
---|---|
Status: | assigned → new |
comment:5 Changed 19 years ago by
Status: | new → assigned |
---|
comment:6 Changed 16 years ago by
Owner: | changed from jgarcia to livan |
---|---|
Severity: | minor → normal |
Note: See
TracTickets for help on using
tickets.
See bugs 21, 36 and 63.
Also, see file TODO in tolbase, it says:
Things to do for release the first stable version of TOL:
Those bugs have all one thing in common: When dealing with multiple and single
line highlighting, tolbase's behaviour can collate. The only solution at this moment if
we want to keep using ctext is treating line comments as multiple line ones, using
the character '\n' as end mark. The problem is that I can't recognize the end mark,
and therefore the comment goes on forever.
Anyway, will keep this bug opened to keep track of the problem and FINAL solution.