Ticket #580 (closed defect: fixed)
On win32, Perl 5 syntax checker is invoked in strange situations...
| Reported by: | azawawi | Owned by: | azawawi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.46 |
| Keywords: | Cc: |
Description
Scenario:
- Open a New Perl 5 script.
- Create an error in it.
Correct behavior:
Error(s) should appear right away in "Syntax Check" tab. I noticed that behavior in Linux.
Current behavior:
Error only appear when one opens a menu or saves a file.
Change History
Note: See
TracTickets for help on using
tickets.

A timer is now set to run after one minute to execute the background document syntax checker. Fixed in r8301.