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

Hi, I get this error when installing the robot framework-eclipse plugin org.eclipse.equinox.internal.p2.updatesite.artifact.UpdateSiteArtifactRepository cannot be cast to org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository org.eclipse.equinox.internal.p2.updatesite.artifact.UpdateSiteArtifactRepository cannot be cast to org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository Here is the other details Eclipse Standard/SDK...

In construction like: ![elseif](https://cloud.githubusercontent.com/assets/8591561/4092154/aff65d52-2f8f-11e4-8aca-d2a3a41e91fc.PNG) ELSE IF and all keywords after are not recognized as keywords

bug

According to the Document that we can create a index file like "LibraryName.index" and put it under folder "robot-indices". But actually, only the BuiltIn.index worked. Index files with other name...

The editor should provide a preference setting for overriding the default tab policy so that users can choose a setting different from other text editors. As an example, Aptana Studio...

enhancement
implementation started

RF-plugin slows down considerably when "Show whitespace characters"-option is turned on for Text Editors in Eclipse. This option would be very useful when dealing with Robot Framework test cases, as...

The editor should provide a preference setting for overriding the default "Show whitespace characters" so that users can choose a setting different from other text editors. _reported by Jürgen_

enhancement

If you have ``` * Settings Resource foo.txt * Variables ${VAR} Hello ${USERNAME} ``` and ${USERNAME} is defined in foo.txt, then currently ${USERNAME} is a hyperlink to the definition in...

bug

Add support for using variables in imports e.g. ``` Resource ${RESOURCES}/file.txt ``` Source: #37

enhancement

It would be nice to show some information about the currently active robot file in the Outline view. The view could include: - list of test cases - list of...

enhancement
implementation started

Possibility to do refactoring. eg. - Change Keyword name - Change variable name - Extract Keyword from

enhancement