Toggle comment implementation for application.properties and .yml

This commit is contained in:
Kris De Volder
2018-11-06 14:35:06 -08:00
parent 8bfccb2df4
commit df06264c0a
3 changed files with 186 additions and 14 deletions

View File

@@ -24,11 +24,9 @@ import org.eclipse.ui.texteditor.ChainedPreferenceStore;
* Has spaces rather than tab for indentation
*
* @author Alex Boyko
*
*/
@SuppressWarnings("restriction")
public class YamlGenericEditor extends ExtensionBasedTextEditor {
@Override
protected boolean isTabsToSpacesConversionEnabled() {
return true;