|
|
@ -1,23 +1,31 @@ |
|
|
//============================================================================== |
|
|
//============================================================================== |
|
|
// |
|
|
|
|
|
// Copyright (c) 2002-2006, Andrew Hinton, Dave Parker, Charles Harley |
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
// |
|
|
|
|
|
// Copyright (c) 2002- |
|
|
|
|
|
// Authors: |
|
|
|
|
|
// * Andrew Hinton <ug60axh@cs.bham.ac.uk> (University of Birmingham) |
|
|
|
|
|
// * Dave Parker <david.parker@comlab.ox.ac.uk> (University of Oxford, formerly University of Birmingham) |
|
|
|
|
|
// * Mark Kattenbelt <mark.kattenbelt@comlab.ox.ac.uk> (University of Oxford, formerly University of Birmingham) |
|
|
|
|
|
// * Charles Harley <cd.harley@talk21.com> (University of Edinburgh) |
|
|
|
|
|
// * Sebastian Vermehren <seb03@hotmail.com> (University of Edinburgh) |
|
|
|
|
|
// |
|
|
|
|
|
//------------------------------------------------------------------------------ |
|
|
|
|
|
// |
|
|
// This file is part of PRISM. |
|
|
// This file is part of PRISM. |
|
|
// |
|
|
|
|
|
|
|
|
// |
|
|
// PRISM is free software; you can redistribute it and/or modify |
|
|
// PRISM is free software; you can redistribute it and/or modify |
|
|
// it under the terms of the GNU General Public License as published by |
|
|
// it under the terms of the GNU General Public License as published by |
|
|
// the Free Software Foundation; either version 2 of the License, or |
|
|
// the Free Software Foundation; either version 2 of the License, or |
|
|
// (at your option) any later version. |
|
|
// (at your option) any later version. |
|
|
// |
|
|
|
|
|
|
|
|
// |
|
|
// PRISM is distributed in the hope that it will be useful, |
|
|
// PRISM is distributed in the hope that it will be useful, |
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
// GNU General Public License for more details. |
|
|
// GNU General Public License for more details. |
|
|
// |
|
|
|
|
|
|
|
|
// |
|
|
// You should have received a copy of the GNU General Public License |
|
|
// You should have received a copy of the GNU General Public License |
|
|
// along with PRISM; if not, write to the Free Software Foundation, |
|
|
// along with PRISM; if not, write to the Free Software Foundation, |
|
|
// Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
// Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
// |
|
|
|
|
|
|
|
|
// |
|
|
//============================================================================== |
|
|
//============================================================================== |
|
|
|
|
|
|
|
|
package userinterface.model; |
|
|
package userinterface.model; |
|
|
@ -43,15 +51,10 @@ import prism.PrismSettings; |
|
|
import prism.PrismSettingsListener; |
|
|
import prism.PrismSettingsListener; |
|
|
import userinterface.GUIClipboardEvent; |
|
|
import userinterface.GUIClipboardEvent; |
|
|
import userinterface.GUIPrism; |
|
|
import userinterface.GUIPrism; |
|
|
//import userinterface.PluginNotFoundException; |
|
|
|
|
|
|
|
|
|
|
|
/** Editing pane with syntax highlighting and line numbers etc for text |
|
|
/** Editing pane with syntax highlighting and line numbers etc for text |
|
|
* model files. Currently supports Prism and Pepa models. It also tells |
|
|
* model files. Currently supports Prism and Pepa models. It also tells |
|
|
* the GUIPrism, of which it is a member, about modified events. |
|
|
* the GUIPrism, of which it is a member, about modified events. |
|
|
* |
|
|
|
|
|
* @author Andrew Hinton, Dave Parker, Charles Harley (cd.harley@talk21.com), |
|
|
|
|
|
* Sebastian Vermehren (seb03@hotmail.com) |
|
|
|
|
|
* @version 1.4.2 08/12/2006 |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
public class GUITextModelEditor extends GUIModelEditor implements DocumentListener, MouseListener |
|
|
public class GUITextModelEditor extends GUIModelEditor implements DocumentListener, MouseListener |
|
|
{ |
|
|
{ |
|
|
@ -747,4 +750,4 @@ public class GUITextModelEditor extends GUIModelEditor implements DocumentListen |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |