Closed sleemanj closed 4 years ago
ejucovy changed owner from gogo
to ejucovy
After 7 years, I have yet to come across a situation in which I've needed or desired to do any refactoring of Linker and friends.
In the interests of not fixing what's not broke, I think, closing won't fix.
If a use-case comes along that demands it, or at least prompts it, maybe I'll do some rework.
wontfix
new
to closed
Per #1553:
Specifically:
pluginMethod.js
scripts in Linker and !CreateLink both define a_getSelectedAnchor
method which seem to be identical. Can/should this be moved to core? (http://trac.xinha.org/browser/trunk/modules/CreateLink/pluginMethods.js)Linker._createLink
vsCreateLink._show
vsLinker.Dialog.show
... vseditor._createLink
! It would be nice to rename the functions inLinker
andCreateLink
to be a bit more uniform. Would this break any backwards compatibility promises? (I doubt it, I don't think these plugins advertise anything as API.)dblclickList
? (http://trac.xinha.org/browser/trunk/XinhaCore.js#L1186) It seems like a shame that the !DoubleClick plugin needs to rewrite this when it redefines thedblclickList
because it's not necessarily obvious code.Reported by ejucovy, migrated from http://trac.xinha.org/ticket/1554