Compare commits

..

No commits in common. "a2e3d9c0dafe478b5018b26f26445cde1fe1c141" and "67c1cc17f58d87f1d2c459b58ad4963a12051591" have entirely different histories.

View File

@ -1,7 +1,6 @@
/**********************************************************************
*
*
* XXX need better general/arch docs...
*
**********************************************************************/
@ -164,58 +163,6 @@ var getText = function(elem){
//---------------------------------------------------------------------
// Plugins...
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
//
// var somePlugin = {
// __proto__: plugin,
//
// XXX
// }
//
// .encode(<str>)
// -> <str>
//
// .__setup__(<editor>)
// -> <this>
//
//
// .__parse_code__(<string>, <editor>, <elem>)
// -> <string>
//
//
// .__pre_parse__(<string>, <editor>, <elem>)
// -> <string>
//
// .__parse__(<string>, <editor>, <elem>)
// -> <string>
//
// .__post_parse__(<string>, <editor>, <elem>)
// -> <string>
//
//
// .__parse_attrs__(<attrs>, <editor>, <elem>)
// -> <attrs>
//
// .__change__()
//
// .__editedview__()
// .__editedcode__()
//
// .__click__()
// .__focusin__()
// .__focusout__()
// .__keydown__()
// .__keyup__()
//
//
// NOTE: new extension methods can be defined/called in plugins via
// the .runPlugins(..) method.
//
//
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
//
// general helpers and utils...
var plugin = {