Reputation: 4236
I can't get my hands on any syntax coloring plugin to use with bash .sh
files in Apatana.
I've seen this post :
https://stackoverflow.com/questions/7167009/how-to-edit-bash-scripts-with-aptana
But it just speaks about Shell Script which doesn't seem to be a text editor but more an integrated terminal.
I have also tried ShellEd but Aptana does not meet the requirements for the install (requires Eclipse Juno version 4.2.x and Aptana is based on 3.7).
Upvotes: 2
Views: 1653
Reputation: 296
ShellEd is ready
Installation
The installation of Shelled with all dependencies in Aptana Studio 3 is possible now.
Add the archive to your repo lis.
Add Shelleds repo on Sourcforge to your repo list, too.
Install ShellEd.
Restart Aptana Studio 3.
Customization
Open
Preferences -Shell Script --> Syntax coloring
and adjust the elements colors to your selected theme.
PS: Don't forget to add shellEd as default editor for *.sh files in the File Associations dialogue.
Upvotes: 2