close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

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 Javier Portugal

Owner: changed from Javier Portugal to manuelb

comment:2 Changed 21 years ago by manuelb

Status: newassigned

comment:3 Changed 21 years ago by manuelb

dependson: 21, 36, 63

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:

  • Fix three bugs related to highlighting:


  • comment line "text"
  • comment line /* comment still highlights this line as comment */
  • " text with false comments"; Real a = 5;
  • Text t02 = 1+B+B2;


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.

comment:4 Changed 19 years ago by rcsoto

Owner: changed from manuelb to jgarcia
Status: assignednew

comment:5 Changed 19 years ago by jgarcia

Status: newassigned

comment:6 Changed 16 years ago by Víctor de Buen Remiro

Owner: changed from jgarcia to livan
Severity: minornormal
Note: See TracTickets for help on using tickets.