Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Today's Messages (off)  | Unanswered Messages (on)

Forum: Newcomers
 Topic: editor questions
editor questions [message #1059568] Mon, 20 May 2013 10:05
David Mising name is currently offline David Mising name
Messages: 2
Registered: October 2011
Junior Member
Hi,

I have a general question about the eclipse editor gutter (far left of editor view), is it possible to resize this either .css or via a method call?

I dont want to increase the size of the gutter dynamically, but just change it via a property which then would not get activated until a restart.
 Topic: Search Results: How To Expand All Results In "List View"?
Search Results: How To Expand All Results In "List View"? [message #1059348] Fri, 17 May 2013 11:22
Steve _____ is currently offline Steve _____
Messages: 22
Registered: April 2012
Junior Member


Eclipse has a "Show As List" option for a ctrl+H search ( multi file ). You get this option by going to the far right corner of the Search View and clicking the triangle icon.

The list is composed of list the files where the desired string was found, stating the number of hits in each file:

HelloWorld.java com.acme.first (3 matches ) Utilities.java com.acme.first (4 matches ) SomeClass.java com.acme.first (2 matches )

Is there any way to get Eclipse to expand those results, while still showing it all in a list? For example, actually showing me each of the 3 matches, in the Search View, from HelloWorld.java?
 Topic: Application errororg.eclipse.swt.SWTException: Invalid thread access MAC java 7
Application errororg.eclipse.swt.SWTException: Invalid thread access MAC java 7 [message #1058935] Wed, 15 May 2013 16:08
lak kaz is currently offline lak kaz
Messages: 1
Registered: May 2013
Junior Member
I am getting Application errororg.eclipse.swt.SWTException: Invalid thread access exception while starting Jave application.I recently upgraded to Java 1.7 on MAC. It was working fine with java 1.6. But after upgrade, i am unable to launch the application.
It is working fine from windows environment even after upgrade.
I am able to luanch the application from eclipse IDE.
But it is not working if i am trying to do from SIT/local port. I added the following arguments to my VM args after googing the exception:

<resources> <j2se version="1.5+" java-vm-args="-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts"/> </resources>



Please find logs attached

WARNING: could NOT find SYSLOG for ETLOG
***WARNING: Display must be created on main thread due to Cocoa restrictions.
05/06/13 11:36:39 LogListener: WARN: One or more bundles are not resolved because the following root constraints are not resolved:
05/06/13 11:36:40 LogListener: WARN: The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
05/06/13 11:36:40 LogListener: ERROR: Application errororg.eclipse.swt.SWTException: Invalid thread access
05/06/13 11:36:40 LogListener: ERROR: >> org.eclipse.swt.SWTException: Invalid thread access
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.swt.SWT.error(SWT.java:4282)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.swt.SWT.error(SWT.java:4197)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.swt.SWT.error(SWT.java:4168)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.swt.widgets.Display.error(Display.java:1065)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:822)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.swt.widgets.Display.create(Display.java:805)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.swt.graphics.Device.<init>(Device.java:130)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.swt.widgets.Display.<init>(Display.java:696)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.swt.widgets.Display.<init>(Display.java:687)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:711)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
05/06/13 11:36:40 LogListener: ERROR: >> at com.etrade.tops.container.TopsContainerApplication.start(Unknown Source)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
05/06/13 11:36:40 LogListener: ERROR: >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05/06/13 11:36:40 LogListener: ERROR: >> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
05/06/13 11:36:40 LogListener: ERROR: >> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05/06/13 11:36:40 LogListener: ERROR: >> at java.lang.reflect.Method.invoke(Method.java:601)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.equinox.launcher.WebStartMain.basicRun(WebStartMain.java:79)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
05/06/13 11:36:40 LogListener: ERROR: >> at org.eclipse.equinox.launcher.WebStartMain.main(WebStartMain.java:57)
05/06/13 11:36:40 LogListener: ERROR: >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05/06/13 11:36:40 LogListener: ERROR: >> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
05/06/13 11:36:40 LogListener: ERROR: >> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05/06/13 11:36:40 LogListener: ERROR: >> at java.lang.reflect.Method.invoke(Method.java:601)
05/06/13 11:36:40 LogListener: ERROR: >> at com.sun.javaws.Launcher.executeApplication(Unknown Source)
05/06/13 11:36:40 LogListener: ERROR: >> at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
05/06/13 11:36:40 LogListener: ERROR: >> at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
05/06/13 11:36:40 LogListener: ERROR: >> at com.sun.javaws.Launcher.run(Unknown Source)
05/06/13 11:36:40 LogListener: ERROR: >> at java.lang.Thread.run(Thread.java:722)
Shutting down JMSConsumer Service Instance
  • Attachment: TXT.rtf
    (Size: 32.11KB, Downloaded 3 times)
 Topic: Missing Marketplace
Missing Marketplace [message #1058757] Tue, 14 May 2013 18:40
Keith Spriggs is currently offline Keith Spriggs
Messages: 3
Registered: April 2013
Junior Member
Hi guys, I'm running kepler, but I would like to add in some applications, however it seem that the marketplace is missing.
How would I go about installing it?
Thanks in advance



Current Time: Mon May 20 15:44:07 EDT 2013

Powered by FUDForum. Page generated in 0.04542 seconds