COMMAND + CLICK not working in feature file to send to step definitions - eclipse

I have a project based on cucumber JAVA language and need the function that sends from feature file to step definitions, but it is not working!
I use eclipse photon 4.8 (I also tried the different version like 4.7.2, 4.9, 4.1.0) and I use plugin Natural 0.7.6 and function COMMAND + CLICK or F3 not working at all! But the same project works fine with that command on friend laptop! So I think it is some eclipse settings, who knows how to fix it? Thank you!

I tried to check and fix settings for shortcuts, but it did not help. Then I tried to uninstalled unused plugins ( Gradel) and then update Eclipse from version photon 4.8 to version 2019-09 R (4.13.0) and that helped. Now shortcuts in cucumber feature file working.

Related

Error configuring pipeline debugger in Eclipse

enter image description hereI have been trying really hard to configure a pipeline debugger in eclipse. After using my digital server account in server configuration when i select my site and click 'Debug' button it gives me an error
Could not initialize class com.thoughtworks.xstream.converters.collections.TreeMapConverter
I couldn't find much help online. I even tried changing the JRE version to an older version 14.0.2 but it doesn't seem to help.
[![Image attached of error][2]][2]
enter image description here
That library seems to be a core component of the Pipeline editor. I would suggest that you ensure that your Eclipse version is compatible with the plugin if you haven't done so already.
Currently, according to the documentation it only supports:
Mars - Eclipse 4.5
Neon - Eclipse 4.6
Furthermore, you must install the correct version of the plugin for your version of Eclipse. (Though in the past I've found that older plugin versions may sometimes work in newer Eclipse builds.)
This error relates to discounted class from JRE.
So my recipe for solving the issue:
used OpenJDK v11
installed latest eclipce version
SFCC plugin v4.6
Some found issues:
with new eclipce version brakepoints are not set from JS editor only via ScriptEditor
Thank you,
Aleksandr
I had issues with running debugger, but after I installed eclipse version 2020-12 and installed UX studio plugin it started to work. maybe new versions are not compatible with plugin

Natural plugin in Eclipse is not providing ctrl+click option

I have been using Natural plugin in Eclipse to edit my Gherkin feature files. It was working perfectly fine, but all of suddenly ctrl+click is not working, it is supposed to take to the step definition method. I'm using Eclipse Oxygen version.
Better to move away from Natural plugin. It doesn't work perfectly in recent days.
You can un-install Natural plugin and install "Cucumber Eclipse" plugin. You can search for "Cucumber" in eclipse market place, and it would appear in the top of the list.
In Eclipse, in "Help" >> "Install New Software...", use httpS:
https://rlogiacco.github.io/Natural
Keywords: Eclipse cucumber plugin, Gherkin, natural.
They changed url from http://rlogiacco.github.com/Natural
to http://rlogiacco.github.io/Natural
Try io one and it will work :)

AutoSave files in NetBeans

Tell me please is it possible to NetBeans IDE 8.1 will automatically save files like in IntelliJ IDEA, i.e. not constantly pushing Ctrl + S.
I solved a problem installing the plugin AutoSaveModified.
link plugin on github

AbstractUIPlugin error and Missing tabs in plugin.xml from eclipse

I checked in eclipse/java plugin project from svn repository.
Eclipse automatically builds the code to show hundreds of errors.
It seems like that eclipse doesn't properly link to the plugin libraries. Googling to find this site that I need dependencies and other tabs in plugin.xml.
What might be wrong? I use Indogo(3.7) on Mac OS X 10.7.4
I used Indigo (3.7) for my Mac, but it happened so that the plugin was built on Helios (3.6). When I run the plugin using Helios, I got the project compiled without errors.
It seems like that some of the plugins are (heavily) version dependent.
Looks like you got the base XML editor instead of the plugin.xml editor.
This is probably caused by your not having the eclipse plugin development environment (PDE) enabled in a new workspace.
Try creating a new plugin project (this will enable the necessary plugin tools), or go to the preferences and enable the "correct" capability. Since the capabilities seem to change from release to release, I always use the first method and then delete the new project.

Eclipse Juno cannot make new project after update

I'm using Ubuntu 12.04, and to install Eclipse Juno I downloaded it from the official site (I don't use apt-get nor software center)
After updating it from help > check for updates menu, my Eclipse cannot make new project. When I hover File > New, there isn't any menu to select (as the usual Java Project, C++ Project etc.), only an unselectable text like this:
< No Applicable Items >
Anyone know what causes this?
nitind's answer above helped solve my problem. I was using eclipse java ide juno on windows and i could not see any items under File -> New or under Window -> Show View. I noticed eclipse had defaulted to using the Java-EE perspective. Following nitind's suggestion I changed it to the Java perspective and can now see all the menu items. thank you!
I had the same error when i first started the program, but i looked into it, and I saw that the workspace already had .cpp and compiled files in it which i had compiled earlier with a different program. To fix the error, I just changed the workspace to the default, and it worked fine.
I was using eclipse CDT Kepler with java 1.6.0_27. I then tried it with java 1.7.0_25 and eclipse Juno and this method resolved the error in any of these instances.
Try using the default workspace and it should work.
Regards,
Nikita