Skip to content

Commit

Permalink
EmfParsleyDslQuickfixProvider in Java
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 24, 2023
1 parent b2df290 commit 4d7e677
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 34 deletions.
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
* Copyright (c) 2023 Lorenzo Bettini and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down
@@ -0,0 +1,22 @@
/**
* Copyright (c) 2023 Lorenzo Bettini and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Lorenzo Bettini - initial API and implementation
*/
package org.eclipse.emf.parsley.dsl.ui.quickfix;

import org.eclipse.xtext.xbase.annotations.ui.quickfix.XbaseWithAnnotationsQuickfixProvider;

/**
* Custom quickfixes.
*
* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#quick-fixes
*/
public class EmfParsleyDslQuickfixProvider extends XbaseWithAnnotationsQuickfixProvider {

}

This file was deleted.

Expand Up @@ -55,6 +55,9 @@ Workflow {
outline = {
generateXtendStub = false
}
quickFixProvider = {
generateXtendStub = false
}
}
}
}

0 comments on commit 4d7e677

Please sign in to comment.