vishnugonela / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Lazy init of Launch Handlers #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Change Launch filetype handlers to only be created when they are needed to 
avoid creating ones that will not be used during run time.

Original issue reported on code.google.com by CodyPrec...@gmail.com on 9 Dec 2008 at 9:48

GoogleCodeExporter commented 9 years ago
Defer as unnecessary. The persistence of the settings requires that the objects 
be
initialized at import. Any gains that could be gained from doing a lazy init 
would be
so small that it is not worth re-designing this.

Original comment by CodyPrec...@gmail.com on 11 Dec 2008 at 3:41