source: java/Framclipse/com.framsticks.framclipse.ui/src/com/framsticks/framclipse/ui/outline/FramScriptOutlineTreeProvider.java @ 438

Last change on this file since 438 was 438, checked in by Mateusz Poszwa, 9 years ago

Ported Framclipse to Xtext 2.8.4

  • Property svn:eol-style set to native
File size: 344 bytes
Line 
1/*
2 * generated by Xtext
3 */
4package com.framsticks.framclipse.ui.outline;
5
6/**
7 * Customization of the default outline structure.
8 *
9 * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline
10 */
11public class FramScriptOutlineTreeProvider extends org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider {
12       
13}
Note: See TracBrowser for help on using the repository browser.