RobotFramework-EclipseIDE icon indicating copy to clipboard operation
RobotFramework-EclipseIDE copied to clipboard

Developing an Eclipse IDE for the Robot Framework test automation tool

Results 40 RobotFramework-EclipseIDE issues
Sort by recently updated
recently updated
newest added

After install plugin to eclipse (luno also indigo). And if I try to open *.robot file I see: Editor could not be initialized. Details: java.lang.NullPointerException at com.nitorcreations.robotframework.eclipseide.editors.RobotFrameworkTextfileEditor.ensureRFSupportedLineEndings(RobotFrameworkTextfileEditor.java:88) at com.nitorcreations.robotframework.eclipseide.editors.RobotFrameworkTextfileEditor.handleOpenDocument(RobotFrameworkTextfileEditor.java:81) at...

Dear All, Is it possible for the plug-in to search resource file in PYTHONPATH if current path isn't found? PYTHONPATH can be from System env or PyDev plugin setting. As...

enhancement

Hi I'm trying this plugin with Eclipse Kepler with Java 1.8.0_45-b14 on Mac Pro. I'm hitting following error when opened a .robot file with TSV. Please fix this asap. java.lang.NullPointerException...

![error](https://cloud.githubusercontent.com/assets/26291409/23734105/ccd7fd04-04b7-11e7-9bf2-bb901008bedb.jpg)

Currently, except if it is due to a misconfiguration on my side, I am not seeing any code completion for keywords in official libraries. For instance, I would expect the...

enhancement

Based on your previous work, I implemented an outline view where you can click an entry and the editor automatically moves the cursor to the corresponding code. This PR implements...

at the moment I have to know what Libraries are in Robot install folder and I must know how to write name in .robot file. It would be super if...

enhancement

For some reason it set my website up as the author, not sure why github did that. Not my best code, but it works.

After completing a keyword with ctrl-space, or requesting information with ctrl-shift-space, there is an information box shown. This information box should display the arguments that the keyword accepts (if any)....

enhancement
implementation started

I want to use the robot framework in eclipse. But I don't know how to use it in eclipse, and the content assist function is not working for a .robot...