source: trunk/src/org/modelica/mdt/editor/ModelicaEditor.java @ 19

Last change on this file since 19 was 6, checked in by remar, 19 years ago
  • Added the Modelica Editor created by Peter Bunus.
File size: 589 bytes
Line 
1/*
2 * Created on Jan 27, 2005
3 *
4 * TODO To change the template for this generated file go to
5 * Window - Preferences - Java - Code Style - Code Templates
6 */
7package org.modelica.mdt.editor;
8
9import org.eclipse.ui.editors.text.TextEditor;
10
11/**
12 * @author Peter Bunus
13 *
14 * TODO To change the template for this generated type comment go to
15 * Window - Preferences - Java - Code Style - Code Templates
16 */
17public class ModelicaEditor extends TextEditor {
18
19    public ModelicaEditor()
20    {
21        super();
22        setSourceViewerConfiguration(new ModelicaSourceViewerConfig());
23    }
24}
Note: See TracBrowser for help on using the repository browser.