Questions tagged [helios]

Version 3.6 of Eclipse. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Helios is the codename for Version 3.6 of the Eclipse IDE.

146 questions
9
votes
3 answers

Eclipse problem when install new software

I'm using Eclipse 3.6 (Helios) for mac os X. I downloaded from the Eclipse download page, unzip and put it in Applications folder. Then, i start the Eclipse and choose the workspace (the default, Documents/Workspace). After this, i tried to install…
arrakisdunes
  • 91
  • 1
  • 2
9
votes
2 answers

Is 'no breakpoints stop` finally solved in Eclipse PDT + Xdebug?

What is the current state of debugging PHP applications with Eclipse PDT and Xdebug. Has anyone got it finally to work, i.e. to stop at breakpoints defined in Eclipse (not using xdebug_break())? I've read this over two years old question, but it…
trejder
  • 17,148
  • 27
  • 124
  • 216
8
votes
3 answers

Eclipse Equinox, how to configure auto load the bundles in plugin folder

I've followed http://www.eclipse.org/equinox/documents/quickstart-framework.php but it seems to be old and not valid. There is no such bundles as described org.eclipse.update.configurator_3.2.100.jar I tried with the…
John John Pichler
  • 4,427
  • 8
  • 43
  • 72
8
votes
5 answers

How to code CSS in eclipse?

Is there anyway I can develop CSS in eclipse. Im using Eclipse Helios version and I want to be able to create CSS pages in it. But I couldnt find CSS file anywhere in it.
albetroz
  • 81
  • 1
  • 1
  • 2
8
votes
3 answers

Content Assist for JSF2 + CDI (weld) beans + Eclipse Helios

Im trying JSF2 CDI (weld) beans in eclipse helios instead of ManagedBeans, but can't do the auto completion inside the expression language for my Named beans (the #{myNamedBean.Ctrl+Space} thingy) But OTOH with ManagedBeans, the content assist works…
Bertie
  • 17,277
  • 45
  • 129
  • 182
6
votes
4 answers

java.lang.NoClassDefFoundError on OSGi

I have a bundle, with an activator declared. This activator create a JFrame and show it. Running on Eclipse as Plugin project it works fine. When I put on Felix it doesn't work anymore. It shows: java.lang.NoClassDefFoundError:…
John John Pichler
  • 4,427
  • 8
  • 43
  • 72
6
votes
2 answers

Could not open the editor. Android XML Editor cannot process this input

I got this error whenever I tired to view previous version of XML file via SVN Team => Show History. How can I able to solve this problem? Could not open the editor. Andriod XML Editor cannot process this input.
kitokid
  • 3,009
  • 17
  • 65
  • 101
5
votes
1 answer

Eclipse Galileo supports javascript cross-file code completion, but Eclipse Helios does not?

When editing multiple javascript files, each of which are supposed to be available in the global scope because - for example - they will each be loaded in the same html document, Galileo supported this little trick to put comment tags for other…
Redsandro
  • 11,060
  • 13
  • 76
  • 106
5
votes
2 answers

How to enable comment folding in Eclipse PDT?

How to enable code folding of comments for PHP scripts in Eclipse? I have a lot of code of which the first 30 lines of every script is a GNU license... very annoying. This seems to be somehow broken in Helios but worked by default, out of the box in…
Alex R
  • 11,364
  • 15
  • 100
  • 180
5
votes
1 answer

Is Microsoft Asp.net Owin Helios project still alive?

One year ago, Microsoft announced the "helios" project (http://blogs.msdn.com/b/webdev/archive/2014/02/18/introducing-asp-net-project-helios.aspx). Since then, there has been no updates on it's nuget package and no related news. Is it safe to start…
cangosta
  • 1,174
  • 2
  • 13
  • 27
4
votes
1 answer

Serve Modules without publishing not working in Helios

I have recently moved a webapp I have been developing to a new machine running 64bit Eclipse Helios (Service Release 2) and I am using Maven plugin M2Eclipse. I have deployed on a local tomcat install through Eclipse and everything is ok (more or…
rhinds
  • 9,976
  • 13
  • 68
  • 111
4
votes
3 answers

Adding windows command line prompt right click option to Eclipse

I was wondering if anyone knew of a plugin or some other capability that would allow me to right click on a project in Eclipse and have an option for a Windows command line prompt to appear from the directory (or file) that I clicked on. When I want…
AHungerArtist
  • 9,332
  • 17
  • 73
  • 109
4
votes
2 answers

eclipse helios for PHP - code formatter not available

I'm looking at my Eclipse helios (3.6) preferences page, and I can see I can set code formatting settings for the Java code, but not for PHP. How can I set the spacing for function arguments in Eclipse for PHP. It seems the changes I make for Java…
user591272
4
votes
3 answers

How to create new folder in Eclipse Helios CDT with symbolic link?

I have just upgraded my Eclipse CDT from Galileo to Helios and it seems that I can't create a new folder in my C++ project that links to a symbolic link on the filesystem. I need this because our nightly build system keeps a history of builds and…
mikelong
  • 3,694
  • 2
  • 35
  • 40
4
votes
3 answers

How to solve Unresolved inclusion: in eclipse?

I built a simple program in eclipse: #include using namespace std; int main() { cout << "TEST" << endl; return 0; } It worked in Visual Studio and CodeBlocks, but eclipse is acting weird. it says: Unresolved inclusion:…
Alaa M.
  • 4,961
  • 10
  • 54
  • 95
1
2
3
9 10