We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cdb7be + 3265365 commit 1566466Copy full SHA for 1566466
1 file changed
source/appModules/springtoolsuite4.py
@@ -0,0 +1,11 @@
1
+# -*- coding: UTF-8 -*-
2
+# A part of NonVisual Desktop Access (NVDA)
3
+# Copyright (C) 2019 NV Access Limited, Łukasz Golonka
4
+# This file may be used under the terms of the GNU General Public License, version 2 or later.
5
+# For more details see: https://www.gnu.org/licenses/gpl-2.0.html
6
+
7
+""" App module for Spring Tool Suite version 4
8
+This simply uses the app module for Eclipse.
9
+"""
10
11
+from .eclipse import *
0 commit comments