woproject/projects/wolips/plugins/org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/htmleditor/editor StructuredTextEditorHTMLWithWebObjectTags.java,1.5,1.6
| Newsgroups | gmane.comp.web.webobjects.woproject.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/htmleditor/editor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17957/java/org/objectstyle/wolips/htmleditor/editor
Modified Files:
StructuredTextEditorHTMLWithWebObjectTags.java
Log Message:
get wod document
Index: StructuredTextEditorHTMLWithWebObjectTags.java
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- StructuredTextEditorHTMLWithWebObjectTags.java 26 Dec 2005 16:21:58 -0000 1.5
+++ StructuredTextEditorHTMLWithWebObjectTags.java 6 Jan 2006 12:41:51 -0000 1.6
@@ -67,6 +67,7 @@
StructuredTextEditor implements IEmbeddedEditor, IHtmlDocumentProvider {
Image image;
+ private EditorInteraction editorInteraction;
public StructuredTextEditorHTMLWithWebObjectTags() {
super();
@@ -250,6 +251,7 @@
this.getSelectionProvider().addSelectionChangedListener(
new HTMLOutlineSelectionHandler(editorInteraction));
editorInteraction.setHtmlDocumentProvider(this);
+ this.editorInteraction = editorInteraction;
}
public IDocument getHtmlEditDocument() {
@@ -257,4 +259,8 @@
this.getEditorInput());
return editDocument;
}
+
+ public EditorInteraction getEditorInteraction() {
+ return editorInteraction;
+ }
}
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click