src/Tools/jEdit/src/plugin.scala
changeset 65248 fef7b7a9e5b0
parent 65247 63d91d5de121
child 65249 c3ee88b9c3cb
--- a/src/Tools/jEdit/src/plugin.scala	Tue Mar 14 21:54:46 2017 +0100
+++ b/src/Tools/jEdit/src/plugin.scala	Tue Mar 14 22:05:59 2017 +0100
@@ -13,12 +13,8 @@
 
 import java.io.{File => JFile}
 
-import scala.swing.{ListView, ScrollPane}
-
 import org.gjt.sp.jedit.{jEdit, EBMessage, EBPlugin, Buffer, View, Debug, PerspectiveManager}
-import org.gjt.sp.jedit.gui.AboutDialog
-import org.gjt.sp.jedit.textarea.{JEditTextArea, TextArea}
-import org.gjt.sp.jedit.buffer.JEditBuffer
+import org.gjt.sp.jedit.textarea.JEditTextArea
 import org.gjt.sp.jedit.syntax.ModeProvider
 import org.gjt.sp.jedit.msg.{EditorStarted, BufferUpdate, EditPaneUpdate, PropertiesChanged}
 import org.gjt.sp.util.SyntaxUtilities
@@ -42,7 +38,7 @@
     session.resources.asInstanceOf[JEdit_Resources]
 
 
-  /* current document content */
+  /* semantic document content */
 
   def snapshot(view: View): Document.Snapshot = GUI_Thread.now
   {