mediawiki-extensions-Visual.../modules/ve/ce
Christian Williams 9787166bab Fixing Pre-Annotations
AnnotationAction and SurfaceFragment now use insertAnnotations.

ve.dm.Surface.test
* Removed test for annotate method (not needed anymore)

ve.dm.SurfaceFragment
* Now using getInsertionAnnotations method
* Added support for modifying insertion annotations when annotating a zero-length selection

ve.dm.Surface
* Moved in insertion annotations state from document model
* Added insertion annotation interface (enable, disable, areEnabled, get, set, add, and remove)
* Simplified handling of annotations on change
* Removed annotate method (not used anymore)

ve.dm.Document
* Removed insertion annotations (moved it to surface model)

ve.ce.Surface
* Cleaned up handleInsertion and changed it to use the insertion annotations interface on the surface model

ve.AnnotationAction
* Moved insertion annotation handling out of here since it's now included in the surface fragment

Change-Id: I047d656acf7fa1c63f726ca2b0801e1476f84f96
2012-11-19 17:09:08 -08:00
..
nodes Phantoms not vanishing on mouseout 2012-11-16 11:32:59 -08:00
styles Alien Phantoms 2012-11-14 13:11:29 -08:00
ve.ce.BranchNode.js (bug 42134) Add shields after node is attached to the live DOM 2012-11-15 14:17:12 -08:00
ve.ce.Document.js Created method getSlugAtOffset in ve.ce.Document and ve.ce.BranchNode, refactored the way how slugs are added. 2012-10-03 15:40:44 -07:00
ve.ce.js (bug 41072) Add support for adding outer length in ve.ce offset getters 2012-11-13 11:17:59 -08:00
ve.ce.LeafNode.js Whitespace and comments 2012-09-17 16:53:03 -07:00
ve.ce.Node.js (bug 42134) Add shields after node is attached to the live DOM 2012-11-15 14:17:12 -08:00
ve.ce.NodeFactory.js Rename ve_foo_bar back to VeFooBar per discussion 2012-09-06 16:15:55 -07:00
ve.ce.Surface.js Fixing Pre-Annotations 2012-11-19 17:09:08 -08:00
ve.ce.SurfaceObserver.js Whitespace and comment cleanup on ve.ce.SurfaceObserver 2012-10-26 10:27:54 -07:00