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

Closed 21 years ago

Last modified 20 years ago

#63 closed enhancement (later)

Still problems on highlighting

Reported by: Alfredo Torre Owned by: Javier Portugal
Priority: normal Milestone:
Component: Interface Version: head
Severity: minor Keywords:
Cc:

Description

The editor highlighting still doesn't work well in these cases:

/* "Hello World"; does not appears in blue */
Text t01 = "Hola Mundo"; "Hello World";

/* The character '' stops the highlighting*/
Text t02 = 1+B+B
2";

Change History (4)

comment:1 Changed 21 years ago by Alfredo Torre

Summary: Still problems on highlighting Still problems on highlighting

comment:2 Changed 21 years ago by manuelb

Status: newassigned

We are aware of those bugs, see TODO file in TolBase:

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;


We did not know about the '' problem.
As you may have noticed, all problems have to do with line comments.

We are currently working on it, but the solution will come neither easily nor soon.

comment:3 Changed 21 years ago by manuelb

Resolution: later
Status: assignedclosed

This bugs are already on the TODO file, wich has been updated with the '' bug.

comment:4 Changed 20 years ago by manuelb

blocked: 111
Note: See TracTickets for help on using tickets.