Questions tagged [eclipse-kepler]

Kepler is the code name for Eclipse version 4.3 that was released on June 26, 2013. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Official site for Eclipse Kepler: https://eclipse.org/kepler/

Help for Eclipse Kepler: https://help.eclipse.org/kepler

478 questions
0
votes
1 answer

Eclipse plug-in popup's action initial availability

I am developing a simple Eclipse plug-in. I added a popup as an extension and assigned an Action class to it. Everything works fine except disabling the action at the first time, when popup is opened. I check whether the action can be performed in…
Zacateras
  • 295
  • 5
  • 19
0
votes
1 answer

Cannot add jar files into server classpath in eclipse

I cannot add jar files into server classpath through eclipse (kepler version), here follows the senario i used 1. Opened the launch configuration of server by clicking Open launch configuration link 2. Added the jar files to classpath from…
Anish Antony
  • 875
  • 3
  • 17
  • 35
0
votes
1 answer

Junit error when run from Eclipse after upgrading to Kepler SR1

After updating my Eclipse Kepler to SR1, I can't run my junit tests anymore from Eclipse. After starting up Eclipse, I see this error message in the logs: Variable references empty selection: ${project_loc} When selecting a test case, and Run As,…
Tom
  • 1,414
  • 12
  • 21
0
votes
0 answers

Running JDK 1.5 on Eclipse Kepler

I've code that has to run on JDK 1.5 Plus i need some plugins which has not stopped working for Juno... How do i hack around to make my Kepler run on 1.5 JDK and not JDK 1.6. This way i'll have my required plugins and my code. It might be not…
Maulzey
  • 4,100
  • 5
  • 22
  • 30
0
votes
1 answer

Annoying Cursor in Eclipse Kepler

I have eclipse kepler on Ubuntu 13.04 which has Dark Juno theme and solarized color theme for the editor. It didn't have any problem until recently wherein whenever I'm typing the typing cursor seems to have this black trail that goes with it and…
0
votes
2 answers

How to implement "Save As" functionality for our Part

I'm creating E4 RCP application in that I have one part. I want to implement "Save As" functionality for my Part, as it is implemented for Editors (Like:Java file Editor). Requirements: When user click on my part "Save As" option should be…
Sumit Singh
  • 15,743
  • 6
  • 59
  • 89
0
votes
1 answer

Eclipse Outline view is hiding code

I'm using the Kepler CDT release (4.3.1) of Eclipse. When I click on anything in the Outline view, the corresponding editor view is reduced to showing just that item. If I click on a variable, I get a single line with just that variable. The…
Tod
  • 8,192
  • 5
  • 52
  • 93
0
votes
0 answers

Eclipse Kepler JavaEE version - How to add dependent project classes

I'm trying to find a way to build my web application project to contain dependent projects java classes merged into WEB-INF/classes directory rather creating dependent project jar files and keeping under WEB-INF/lib directory. I have been playing…
IndoKnight
  • 1,846
  • 1
  • 21
  • 29
0
votes
0 answers

Eclipse Kepler hangs when trying to debug Clojure project

Installed Eclipse-Kepler on a Windows 8 box. Clojure and Leiningen already installed. Installed Counterclockwise. Started up, created test Clojure project, ran without debugger, and ran successfully under debugger. Messed with it a bit more, was in…
0
votes
0 answers

Eclipse Kepler: Restore File Transfer confirmation dialog

Ok, this should be easy, but for some reason I can't figure it out. I want to restore the file transfer confirmation dialog that appears after a file has been successfully uploaded. I clicked the "don't show next time" checkbox, but realize I really…
Veloz
  • 619
  • 6
  • 11
0
votes
0 answers

How to refresh/ redraw MPart

Is there is any way to redraw or refresh the MPart so that following method will call again. @PostConstruct public void createPartControl(Composite parent) { } Because I want to show one SWT control in this view on some conditions.
Sumit Singh
  • 15,743
  • 6
  • 59
  • 89
0
votes
1 answer

Eclipse Kepler does not recognize HTML5 "contenteditable"

I am using Eclipse Kepler and when annotating a div with contenteditable tag, it underlines and says "Undefined attribute name". I wonder if this is not yet supported by the HTML editor.
Oh Chin Boon
  • 23,028
  • 51
  • 143
  • 215
0
votes
2 answers

WizardNewFileCreationPage - is it possible to add new element

I want to build new wizard and to extends from WizardNewFileCreationPage I have 2 questions : is it possible add new button after the FileName ? Do I need to override the create createControl and then to add my logic ? is it possible to hide the…
user1365697
  • 5,819
  • 15
  • 60
  • 96
0
votes
1 answer

Eclipse Kepler - How To Maintain Multiple Window Order Across Restarts

I open multiple windows when using Eclipse on a machine running Windows 7. I would like to be able to boot Eclipse and find the windows displayed (stacked) in the Taskbar in the same order as I left them when I last exited Eclipse. With Eclipse…
0
votes
2 answers

Eclipse Kepler shows error marks on warnings

I've got a problem with Eclipse Kepler. In my Java project i've got some warnings and now they are shown as error marks (red crosses) in the project explorer. It looks like this picture https://i.stack.imgur.com/H8j7f.png So my question is: Is it…
Birdy
  • 355
  • 1
  • 5
  • 15