Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Orion (Archived) » Orion-Plugging into the shell(Allowing Multiple commands to by typed)
Orion-Plugging into the shell [message #1815727] Wed, 09 October 2019 08:50
yassine Hamza is currently offline yassine HamzaFriend
Messages: 1
Registered: October 2019
Junior Member
Hello everyone,

I'm new with eclipse Orion web IDE and I'm developing a plugin that uses Orion shell. The problem that I have is that I cannot type more than one argument or option after the command. I'm only allowed to type one command followed by an argument. When I type a second command/option it creates a project with the same name that I typed, example:
if I type:
$ myCommand myArgument1 myArgument2
Then I will find a project in the editor with the name "myArgument2".

According to the developer guide, the "orion.shell.type" provider should return the object "arg" with the properties: name, suffix, and prefix.

In the example shown above, I should get " myArgument2" as a suffix of "arg".
However, suffix adds only the white spaces added after the first argument and becomes empty when I type the second argument.

The example plugin shown in the Developer Guide uses a command and a single argument only.

Any ideas? Thank you in advance.

Best Regards,
Yassine

Previous Topic:Orion - Loading Resources - ERR_INVALID_HTTP_RESPONSE
Next Topic:multi_tenant server with shared repository
Goto Forum:
  


Current Time: Fri Apr 26 02:54:14 GMT 2024

Powered by FUDForum. Page generated in 0.03041 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top