Perl5-IDEA icon indicating copy to clipboard operation
Perl5-IDEA copied to clipboard

Mason code refactoring

Open hurricup opened this issue 3 years ago • 0 comments

Mason support is naive in many ways and may be improved:

  • [ ] MasonVirtualFileListener most likely should be dropped. Related data should not be stubbed, but should be computed in runtime. Not sure if it is well-covered for refactoring. Original issue #690
  • [ ] com.perl5.lang.htmlmason.MasonCoreUtil#getComponentRoot should be reimplemented using directory index for speeding up things and unifying approach.

hurricup avatar Feb 04 '22 19:02 hurricup