On Friday, January 22, 2016 at 6:08:15 AM UTC-6, Edward K. Ream wrote: > The present js importer doesn't handle regex's properly.
Fixed at c6feb0c8. The BaseScanner class now contains a hasRegex switch and a skipRegex method. The perl importer, if it ever gets written, would override skipRegex. At present, the js importer doesn't scan the interior of functions, so almost all the jQuery sources get put in a single huge node. BaseScanner.prepass splits nodes, which may be of help. In any case, the importer must not create huge nodes if it can help it. Recall that PyQt has a bad text-editor bug that will cause data loss if the user edits a node before it has finished being loaded (and colorized). EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
