File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
basheditor-plugin/META-INF Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 22<feature
33 id =" de.jcup.basheditor"
44 label =" Bash Editor"
5- version =" 1.0 .0"
5+ version =" 1.1 .0"
66 provider-name =" Albert Tregnaghi" >
77
88 <description url =" https://marketplace.eclipse.org/content/bash-editor" >
9- Bash Editor is a plugin for eclipse to edit bash scripts (.sh)
10-
11- It supports
12-
13- Syntax coloring, customizeable, additional defaults for dark theme
14- Bracket switching + highlighting
15- Block commenting (CTRL+7)
16- Auto bracket closing for []
9+ Bash Editor is a eclipse plugin to edit bash scripts (.sh)
10+
11+ It supports
12+ - Syntax coloring which is customizeable and has additional defaults for dark theme
13+ - Bracket switching + highlighting
14+ - Block commenting (CTRL+7)
15+ - Auto bracket closing for []
16+ - Validation
17+ - Outline + Quickoutline
1718 </description >
1819
1920 <copyright >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Bash Editor
44Bundle-SymbolicName : de.jcup.basheditor;singleton:=true
5- Bundle-Version : 1.0 .0
5+ Bundle-Version : 1.1 .0
66Bundle-Activator : de.jcup.basheditor.BashEditorActivator
77Bundle-Vendor : Albert Tregnaghi
88Require-Bundle : org.eclipse.ui,
Original file line number Diff line number Diff line change 77 <feature url =" features/de.jcup.basheditor_0.9.3.jar" id =" de.jcup.basheditor" version =" 0.9.3" />
88 <feature url =" features/de.jcup.basheditor_0.10.0.jar" id =" de.jcup.basheditor" version =" 0.10.0" />
99 <feature url =" features/de.jcup.basheditor_1.0.0.jar" id =" de.jcup.basheditor" version =" 1.0.0" />
10+ <feature url =" features/de.jcup.basheditor_1.1.0.jar" id =" de.jcup.basheditor" version =" 1.1.0" />
1011</site >
You can’t perform that action at this time.
0 commit comments