Opened 10 years ago
Closed 10 years ago
#739 closed defect (fixed)
no paren matching (Windows)
Reported by: | gz | Owned by: | gb |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Cocotron | Version: | trunk |
Keywords: | Cc: |
Description
In the IDE on Windows, there is no matching paren indication.
Change History (2)
comment:1 Changed 10 years ago by gb
- Owner set to gb
- Status changed from new to assigned
comment:2 Changed 10 years ago by gb
- Resolution set to fixed
- Status changed from assigned to closed
Fixed as of r14492.
Note: See
TracTickets for help on using
tickets.
There's no syntax highlighting of strings and comments, either.
All of this is implemented in terms of NSLayoutManager's "temporary attributes" support; none of which is implemented in Cocotron.
I'll look into it a bit, but I don't think that there's an attractive alternative.