boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

RF HUB with more external libraries #40

Closed GayanaYJ closed 9 years ago

GayanaYJ commented 9 years ago

Hi ,

I see that RF hub has few libraries which is very useful in knowing the keywords. I am using the keywords from httpLibrary. Is there any way to get RF HUB get updated with external library HTTPLibrary ? Please let me know

boakley commented 9 years ago

You should be able to include the library on the command line when starting rfhub, assuming the library is installed:

$ python -m rfhub HttpLibrary.HTTP
GayanaYJ commented 9 years ago

@boakley Thank you it worked. Is there auto code complete feature for keywords like Library, Resource etc ? Please let me know.

boakley commented 9 years ago

I'm not sure what you're asking. Where are you wanting auto code complete?

On Thu, Nov 20, 2014 at 12:30 PM, Gayana notifications@github.com wrote:

@boakley https://github.com/boakley Thank you it worked. Is there auto code complete feature for library keywords? Please let me know

— Reply to this email directly or view it on GitHub https://github.com/boakley/robotframework-hub/issues/40#issuecomment-63855565 .

GayanaYJ commented 9 years ago

What i expecting in terms of auto code complete is - If i want to include Library keyword in above screen, if i start typing in Li... and then press ctrl+space -> I should get auto suggestions. Is this feature available?

boakley commented 9 years ago

No, that is not available. However, as you type in the search box, the search results automatically update.

On Thu, Nov 20, 2014 at 12:53 PM, Gayana notifications@github.com wrote:

What i expecting in terms of auto code complete is - If i want to include Library keyword in above screen, if i start typing in Li... and then press ctrl+space -> I should get auto suggestions. Is this feature available?

— Reply to this email directly or view it on GitHub https://github.com/boakley/robotframework-hub/issues/40#issuecomment-63859183 .

GayanaYJ commented 9 years ago

Okay. Do you have any plan of implementing this feature in next releases?

boakley commented 9 years ago

I don't really see the need, so I don't have any plans to add this feature. Since you get instant feedback when typing in the search box, why do you need autocomplete?

On Nov 20, 2014, at 1:39 PM, Gayana notifications@github.com wrote:

Okay. Do you have any plan of implementing this feature in next releases?

— Reply to this email directly or view it on GitHub.

GayanaYJ commented 9 years ago

Autocomplete helps in typing out the code lot easier and faster. Most of editors and IDE's have this feature. Search just helps in finding out the available keyword. This is my opinion screen shot 2014-11-21 at 2 38 14 am

boakley commented 9 years ago

After I reread your first comment, it appears you want auto-complete in the shell window where you're starting the hub. I have no control over the shell window.

I don't think there's anything here I can fix.