Comments on Eclipse plugin: ShellEd - Shell Script editor
add comment plugin-details
pages: 1 2 3 4 5 Next>
lbrinkmann on May 28, 2010 4:08 AM
Most files work for me, but when opening one special file I get the following error:
java.util.regex.PatternSyntaxException: Unclosed group near index 17
(^|\W)\$\b(Name\b
^
at java.util.regex.Pattern.error(Unknown Source)
at java.util.regex.Pattern.accept(Unknown Source)
at java.util.regex.Pattern.group0(Unknown Source)
at java.util.regex.Pattern.sequence(Unknown Source)
at java.util.regex.Pattern.expr(Unknown Source)
at java.util.regex.Pattern.compile(Unknown Source)
at java.util.regex.Pattern.<init>(Unknown Source)
at java.util.regex.Pattern.compile(Unknown Source)
at net.sourceforge.shelled.core.parser.ShellScriptSourceParser.parse(ShellScriptSourceParser.java:96)
at net.sourceforge.shelled.core.parser.ShellScriptSourceParser.parse(ShellScriptSourceParser.java:37)
at org.eclipse.dltk.core.SourceParserUtil.getModuleDeclaration(SourceParserUtil.java:120)
...
Is this a bug or is my script just to complex for your parsing efforts?
Anonymous on May 25, 2010 12:39 PM
It Works! Installed Eclipse 3.5.2 > Installed ShellEd from http://akurtakov.fedorapeople.org/shelled/
Greetings, Martin
martin on May 25, 2010 9:31 AM
Update: Once I added the Eclipse Galileo Repository () and chose "all available sites" the installation works fine..
..but now the code highlighting doesn't work!
martin on May 25, 2010 8:32 AM
ShellEd Installation Instructions
(How to install ShellEd 2.0.0 on Eclipse 3.5.1, Eclipse 3.5, Eclipse 3.5-SR1, Eclipse Galilieo)
http://sourceforge.net/apps/trac/shelled/wiki/ShellEd-Installation-Instructions
Didn't work for me though under Win 7/ Galileo 3.5.1 (unresolved dependencies). I installed version 1.0.4 which does the job.
@Developers: Please fix installation problem and document the new installation routine on the website posted above.
Thx!
lk on Apr 6, 2010 9:06 PM
I'm using shelled_1.0.2a and it works on Eclipse 3.2.2.
It doesn't work in higher version (shelled_1_0_3 etc).
tim on Jan 21, 2010 4:42 PM
any of this work for MyEclipse 7.5 ?
mvisser on Jan 19, 2010 10:10 AM
The latest doesn't work, but 1.0.4 does.
Anonymous on Jan 5, 2010 5:51 PM
1.0.4 fails miserably on Eclipse 3.3.2 with absolutely no errors. Shows up in the Help->Software Updates->ManageConfiguration->Eclipse Platform tree as installed and enabled but is nowhere to be found in Eclipse - no preferences, no text editors associations, no views, zippo!
Ditto for 2.0.0 M1
Both installed via the "Locate Site..." method.
Don't waste your time....
Greg on Oct 26, 2009 5:00 PM
FYI, shelled 1.0.3 works fine with RSA 7.5.4.
Greg on Oct 26, 2009 4:37 PM
I tried installing shelled 1.0.4 into my Rational Software Architect version 7.5.4 Eclipse install and get the error below when opening a .sh file. Any suggestions?
Could not open the editor: Editor could not be initialized.
java.lang.NullPointerException
at com.something.eclipse.script.editors.ScriptEditorDocumentProvider.setDocumentContentURI(Unknown Source)
at com.something.eclipse.script.editors.ScriptEditorDocumentProvider.createDocument(Unknown Source)
at com.something.eclipse.shelled.ui.editors.SHDocumentProvider.createDocument(Unknown Source)
at org.eclipse.ui.editors.text.FileDocumentProvider.createElementInfo(Unknown Source)
at org.eclipse.ui.texteditor.AbstractDocumentProvider.connect(Unknown Source)
at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(Unknown Source)
at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(Unknown Source)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(Unknown Source)
at org.eclipse.ui.editors.text.TextEditor.doSetInput(Unknown Source)
at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(Unknown Source)
at org.eclipse.jface.operation.ModalContext.run(Unknown Source)
at org.eclipse.jface.window.ApplicationWindow$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at org.eclipse.jface.window.ApplicationWindow.run(Unknown Source)
at org.eclipse.ui.internal.WorkbenchWindow.run(Unknown Source)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(Unknown Source)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(Unknown Source)
at org.eclipse.ui.internal.EditorManager.createSite(Unknown Source)
at org.eclipse.ui.internal.EditorReference.createPartHelper(Unknown Source)
at org.eclipse.ui.internal.EditorReference.createPart(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(Unknown Source)
at org.eclipse.ui.internal.PartPane.setVisible(Unknown Source)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(Unknown Source)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(Unknown Source)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(Unknown Source)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(Unknown Source)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(Unknown Source)
at org.eclipse.ui.internal.PartStack.setSelection(Unknown Source)
at org.eclipse.ui.internal.PartStack.showPart(Unknown Source)
pages: 1 2 3 4 5 Next>

