Skip to main content

Questions tagged [eclipse-plugin]

Eclipse is an OSGi extensible platform for tool integration. The extensions to Eclipse are Java plug-ins. Use this tag to ask about developing Eclipse plug-ins. Note that asking for plug-in recommendations is off-topic.

0 votes
0 answers
12 views

Eclipse error when creating new maven project

In my Eclipse IDE I was created and run java programs without any issue, but when I was going to create a new maven project in archetype quickstart 1.1. Project creation stop in 33% and it shows ...
Dineth01's user avatar
-1 votes
0 answers
17 views

Custom context menu for browser view in Eclipse RAP

One of the views in my Eclipse RAP app renders a web page using a org.eclipse.swt.browser.Browser view. The users would like to have a custom context/right click menu for this view, but I cannot make ...
Gaëtan's user avatar
  • 807
0 votes
1 answer
41 views

I can't completely create a PyDev project in Eclipse

Whether I install PyDev as a plugin or as a web address from which to download the libraries in Eclipse, it always gives me the usual problem when I try to implement a project in Python. I can create ...
Davide Cecconi's user avatar
-2 votes
0 answers
37 views

Eclipse Unable To Connect to TFS - Blank Screen when trying to connecto to server [closed]

For all those struggling with how glitchy eclipse and its plugins can be. I just ran into a scenario where I did not find any direct post\solution for out there despite this issue easy to happen ...
samer saleh's user avatar
0 votes
0 answers
24 views

Want to add API response to eclipse code editor temporarily and once click outside temporarily portion Api response should disappear

I am using the below code to write Api response in eclipse code editor. StyleText textWiget =(StyleText) textEditor.getAdapter(Control.class); textWiget.replaceTextRange(insertOffset, 0, apiResponse); ...
Raj Kumar's user avatar
0 votes
0 answers
28 views

Validate Eclipse product file using Maven/Tycho

I'm working on an RCP application that uses a plugin based product file and I would like to know if it possible to validate the product file with the same function as in the PDE UI. In the product ...
Sangli's user avatar
  • 363
-2 votes
0 answers
22 views

Unable to complete cucumber plugin installation in eclipse

I tried to install cucumber plugin using eclipse marketplace and also using offline exe, both are failing at 40%enter image description here Error Meesage : enter image description here I checked Java ...
Prathiba Sankar's user avatar
-1 votes
1 answer
44 views

How to refer to a resource (in src/resources in the working code) in a deployed Eclipse plugin?

I'm relatively new to developing Eclipse plugins and have a couple of files in src/resources that I'm trying to reference in the plugin I'm making currently. However, I can't seem to figure it out. I'...
fireshadow52's user avatar
  • 6,406
0 votes
0 answers
27 views

View is not expanding with rows untill resize workbench

I have RCP plugin app, which has a "package view" with tree nodes, a "view1" which would sit in the same area as a problems view would in the java perspective, but on startup shows ...
jemrug's user avatar
  • 89
0 votes
0 answers
22 views

Is there a merge-view in eclipse that is similar to intelliJ?

I would like to have a merge-view in eclipse that is split into 3 parts like intelliJ does it. For example: left is my local state, right are the changes from server and in the center is the resulting ...
Fi0x's user avatar
  • 140
0 votes
1 answer
41 views

How do I enable syntax highlighting for Lua in Eclipse recent versions (2024-03)?

I´m not being able to find any lua syntax plugins for Eclipse. The only known one is discontinued (LDT - Lua Development Tools). Some people were able to install it using the process described in this ...
Nelson Teixeira's user avatar
0 votes
0 answers
22 views

Error in the code when compiling an empty project for stm32

I'm trying to compile an empty project created automatically by Eclipse with the toolkit that allows me to write code for Arm, I additionally installed the Arm GNU ToolChain compiler, as well as MinGW ...
Денис Фолюш's user avatar
0 votes
0 answers
11 views

How to remove a Welcome view from General folder of Show View section in Eclipse? [duplicate]

I have a requirement to remove Welcome view from General folder under Show View. Screenshot:https://i.sstatic.net/oGDzMpA4.png I tried making xslt configuration to remove a view from General folder....
Vinutha's user avatar
0 votes
0 answers
19 views

how to use org.eclipse.cdt.utils.pty.PTY in eclipse 2024 03 version?

In eclipse 2019 version used in this class of CDT org.eclipse.cdt.utils.pty.PTY, specific method of use is as follows: boolean is*UsingPTY = ((properties.get("process") == null) &&...
lpp's user avatar
  • 1
-1 votes
1 answer
25 views

How do I export an Eclipse plugin without my unit tests being included?

I have an Eclipse plugin project that employs unit tests. My unit tests are under the source code folder along with my other source, but in its own package. I would normally give the project the &...
terranche's user avatar
  • 183

15 30 50 per page
1
2 3 4 5
777