Bash Editor
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
December 2019 | 34/781 | 929 (0.6%) | 9 |
November 2019 | 37/900 | 2947 (0.55%) | 43 |
October 2019 | 36/888 | 3370 (0.59%) | 34 |
September 2019 | 36/878 | 3161 (0.59%) | 46 |
August 2019 | 37/900 | 3065 (0.6%) | 46 |
July 2019 | 33/911 | 3632 (0.64%) | 31 |
June 2019 | 33/919 | 3069 (0.6%) | 33 |
May 2019 | 33/913 | 3765 (0.64%) | 49 |
April 2019 | 32/923 | 3699 (0.62%) | 37 |
March 2019 | 33/920 | 3759 (0.62%) | 52 |
February 2019 | 31/924 | 3413 (0.66%) | 36 |
January 2019 | 32/930 | 3749 (0.62%) | 36 |
Unsuccessful Installs in the last 7 Days: 13
Count | Error Message |
---|---|
13 | Cannot continue the operation. There is another install operation in progress. |
Monday, December 9, 2019 - 07:58
Reviews Sign in to post reviews
HTTP Proxy Authentication Required error.
Submitted by Paul Roubekas on Fri, 2018-08-03 13:56
When doing a click and drag, of the install button the following error occurs.
HTTP Proxy Authentication Required: h t t p s : / / dl.bintray.com/de-jcup/basheditor/content.xml
Proxy Authentication Required
Re: HTTP Proxy Authentication Required error.
Submitted by Albert Tregnaghi on Wed, 2018-08-08 18:42
Hello Paul,
this is not a plugin problem but an http proxy issue. At https://github.com/de-jcup/eclipse-bash-editor/issues/114 another user had same issue, please look into my answers there.
Timeout on Install
Submitted by Shane Coyne on Tue, 2018-05-29 05:11
Hi ,
I am getting a timeout when attempting to install:
eclipse.buildId=4.7.1.M20171009-0410
java.version=1.8.0_144
Created Time: 2018-05-28 14:10:33.171
org.eclipse.equinox.p2.transport.ecf
Error
Tue May 29 10:05:32 BST 2018
Unable to connect to repository https dl.bintray.com/de-jcup/basheditor/content.xml
Connection to dl.bintray.com/de-jcup/basheditor/p2.index failed on Connection timed out: connect. Retry attempt 0 started
Re: Timeout on Install
Submitted by Albert Tregnaghi on Wed, 2018-05-30 14:53
Hello scoyne,
I just tried a installation and all was working fine (Eclipse Oxygen 3) . Maybethis was a temporary problem or you have a network connection issue? Please try again.
If you have still any problems to open files with the editor, please report an issue at
https://github.com/de-jcup/eclipse-bash-editor/issues
Best wishes
Albert
How to bring up the editor?
Submitted by Jeffrey Hunter on Sun, 2018-04-01 00:43
How do you bring up the Bash Editor? How do you associate it with .sh files? I've installed twice and cannot cannot find it in any of the avialable editors.
Re: How to bring up the editor?
Submitted by Albert Tregnaghi on Thu, 2018-05-17 05:22
Hello Jeffrey,
if you have still problems to bring up the editor, maybe can find interesting information also at
https://github.com/de-jcup/eclipse-bash-editor/issues/76#issuecomment-38...
Re: How to bring up the editor?
Submitted by Albert Tregnaghi on Mon, 2018-04-02 12:53
Hello Jeffrey,
bash editor is tagged to support files with .sh ending (see https://marketplace.eclipse.org/category/free-tagging/fileextension_sh ) also the editor associates itself with this ending on installation.
If you have already installed a plugin which does already associate itself with those files the bash editor will be not the main editor until you change it in preferences.
An example to associate the editor with dedicated file types can be found at
https://github.com/de-jcup/eclipse-bash-editor/wiki/FAQ#why-is-bash-edit...
If you have still any problems to open files with the editor, please report an issue at
https://github.com/de-jcup/eclipse-bash-editor/issues
Invalid certification path?
Submitted by Jude Huang on Fri, 2018-01-26 11:42
Got below exception:
Unable to read repository at "//dl.bintray.com/de-jcup/basheditor/content.xml".
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Re: Invalid certification path?
Submitted by Albert Tregnaghi on Mon, 2018-01-29 17:55
Hello Jude,
as mentioned in my reply to another comment at https://marketplace.eclipse.org/comment/5148#comment-5148 :
I have just installed the plugin to a fresh eclipse instance and got no problems. I did the installation at 2018-01-29 23:30 german time.
I think this must have been a temporary problem at bintray server certificates - or you have a proxy server which is not trusting bintray certificates? If you have still such problems please create an issue at https://github.com/de-jcup/eclipse-bash-editor/issues
Thank you
Albert
Install Issue
Submitted by Steffen Erlecke on Fri, 2018-01-26 08:26
Hey there,
I got a certificate error while trying to install this script. I resolved that by adding the download URLdirectly into my eclipse and removing the s from https :)
Thanks for that editor, looks great so far ;)
Greetings,
Steffen
Re: Install Issue
Submitted by Albert Tregnaghi on Mon, 2018-01-29 17:47
Hello Steffen,
I just tried it out by my own - I did following steps to reproduce the problem:
So I am not sure, but this could be an temporary issue with bintray hosting site. Maybe the certificates were outdated at your installation.
As I said, I changed nothing and it worked well (from Germany). So you should be applet to add the "s" again ...
If you have still such problems please create an issue at https://github.com/de-jcup/eclipse-bash-editor/issues
Thank you
Albert
Solved using 1.5.1
Submitted by Antonio Vigliotti on Sat, 2018-01-20 02:11
Hi Guys,
last little bugs are solved after I upgraded 1.5.1
I use this bash editor with various bash scripts, even a big script fo > 3500 lines.
Bash editor help me to keep clean and functional code.
The best bash editor over the world!
parsing mismatch
Submitted by Antonio Vigliotti on Wed, 2017-12-13 02:02
Hi,
I found a little mismatch; see follow code
Bash editor does not recognize here-string (<<<) but it believes it is here-document (<<)
All the lines following <<< (in above example echo $a $b $c) are coloured as here-document until variable name (text in above example) is found.
Thanks
Re: parsing mismatch
Submitted by Albert Tregnaghi on Wed, 2017-12-13 18:21
Hello Antonio again,
at https://github.com/de-jcup/eclipse-bash-editor/issues/90 I found out that you have not closed your string and this is the reason why the syntax highlighting does not work. Never the less I found out that <<< was internally handled as heredoc and not as herestring. This is now fixed, but has no influence to your described problem.
Could you please sign in to github and discuss the problems at https://github.com/de-jcup/eclipse-bash-editor/issues/90 ? This is much more convenient than on marketplace and it will be inside product issue tracking (change mangement...)
Thank you
Albert
Re: parsing mismatch
Submitted by Albert Tregnaghi on Wed, 2017-12-13 08:51
Hello Antonio,
I created an issue at https://github.com/de-jcup/eclipse-bash-editor/issues/90 . Will be fixed.
Solved!
Submitted by Antonio Vigliotti on Sat, 2017-09-16 01:48
Great! I am happy to say the little bug was solved!
After upgraded bash editor I can see good syntax colors.
Thanks to Albert. I strong suggest to use this bash editor to write and update bash script. It is better than vi and better than other bash tools. This bash editor help to avoid stupid mistakes writing bash scripts.
Thanks, thanks.
Thanks!
Submitted by Antonio Vigliotti on Sun, 2017-08-13 13:36
I searched for bash editor and now I found this plugin.
It is good and very useful.
Could be upgarded to solve some little mistakes. In this piece of code, the second if statament is not coloured
if [ -f /etc/lsb-release -o -d /etc/lsb-release.d ]; then
DIST=$(grep "DISTRIB_ID" /etc/lsb-release|awk -F"=" '{print $2}'|tr -d "\"', \n")
if [ -z "$DIST" ]; then
DIST="Ubuntu"
fi
fi
Thanks for this plug-in
Re: Thanks!
Submitted by Albert Tregnaghi on Mon, 2017-08-21 04:10
You are wellcome!
I reentered your bug into issue tracker at https://github.com/de-jcup/eclipse-bash-editor/issues/16
Bugfix is planned for milestone 0.7.0 (means version 0.7.0).