Eclipse Community Forums: Search for dock Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Show: Today's Messages :: Unanswered Messages :: Show Polls :: Message Navigator

336 Search Results Found
1 Forum: Java Development Tools (JDT) «» Posted on: Sun, 24 September 2023 12:40 «» By: Peter Lacoste
Re: Eclipse and JavaSDK Setup
I hope I am doing the reply properly. I have seen the changes in the path required and have implemented the required one for macOS. I did read some of the comments and saw one regarding locating the path from Class to Module and I have also done this...
2 Forum: Java Development Tools (JDT) «» Posted on: Fri, 28 January 2022 17:47 «» By: Tom KPB
Code Completion and Dock 'SQL Templates' from 'Data Management' in Eclipse with DBeaver for Oracle
I am using Eclipse IDE (2021-12 for Enterprise Java & Web Development) with DBeaver Perspectives ( Plugin: 21.3.3) for Oracle (21c Xe Full) in macOS (Catalina): 1. How to do Automatic (without using Ctrl+SPC or Ctrl+Shift+SPC) Code Completion ...
3 Forum: Java Development Tools (JDT) «» Posted on: Sun, 27 December 2020 06:19 «» By: Dan Delgado
Unable to dock windows Eclipse 2019-09R + MACOS BigSur
I have been using 2019-09R for one specific use: working on a Fantasy Grounds ruleset which uses LUA so I found this was the last version that worked with LDT. However, this issue occurs with "Java Projects" too so I believe it to be unrelated...
4 Forum: Sirius «» Posted on: Wed, 15 May 2019 10:31 «» By: Sharmila D
Re: how to drag the palette to left side on opening of representation in eclipse emf sirius programa
Hi Steve It is working for Sirius 5.12. I have used extension point org.eclipse.ui.editors.In this extension I have written a class which will extend DDiagramEditorImpl which will have methods getInitialDockLocation() where I can set the location of pal...
5 Forum: Sirius «» Posted on: Wed, 15 May 2019 10:13 «» By: Sharmila D
Re: how to drag the palette to left side on opening of representation in eclipse emf sirius programa
Hi Steve It is working for Sirius 5.12. I have used extension point org.eclipse.ui.editors.In this extension I have written a class which will extend DDiagramEditorImpl which will have methods getInitialDockLocation() where I can set the location of pal...
6 Forum: Sirius «» Posted on: Tue, 12 March 2019 16:45 «» By: Laurent Fasani
Re: how to drag the palette to left side on opening of representation in eclipse emf sirius programa
Hello The value of where the palette is docked is contained in the non ui preference org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFlyOutPalette.FlyoutPreferencesImpl. The sirius diagram editor inherit from DiagramEditorWithFlyOutPalette. ...
7 Forum: Rich Client Platform (RCP) «» Posted on: Mon, 16 July 2018 07:51 «» By: junhe tan
Re: positioning CoolBar and PerspectiveBar
Hi All, i am facing the same problem in my eclipse Luna version in plugin_customization added org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight and in ApplicationWorkbenchWindowAdvisor.java added the code as IPreferenceStore pref = PlatformUI.getPrefe...
8 Forum: RCP Testing Tool «» Posted on: Mon, 23 May 2016 17:06 «» By: Dave Dresser
Error using the drag-action cmd
I am trying to see if I can use the any of the drag commands to dock a view within a tabbed folder. I attempted to record this, but the drag operation and the docking do not get recorded. Only the selection of the tabbed item within the tabbed folder get...
9 Forum: Rich Client Platform (RCP) «» Posted on: Thu, 07 April 2016 09:19 «» By: Francois Le Fevre
DefaultPerspective is not taken into account
Dear all, I am making a RCP with tycho for SysML Eclipse project [1] I have setup a plugin_customization.ini with org.eclipse.ui/defaultPerspectiveId=org.eclipse.papyrus.infra.core.perspective nevertheless when I am executing the resulting rcp, it ...
10 Forum: Jubula «» Posted on: Wed, 24 February 2016 20:49 «» By: Lynette Hsieh
Error seen everytime I start AUT from Jubula
I am new to Jubula and successfully ran through the samples and am able to start writing test on our own swing application. I noticed this error everytime I start the AUT: 2016-02-16 12:43:52.542 [Thread-7] ERROR o.e.j.r.s.c.AUTSwingHierarchy - Metho...
11 Forum: C / C++ IDE (CDT) «» Posted on: Wed, 27 January 2016 16:02 «» By: Jonah Graham
Re: How to edit multiple files
You can drag one of the file's editor tabs left/right/up/down to dock it somewhere else, e.g. next to where it is currently docked.
12 Forum: Eclipse 4 «» Posted on: Wed, 02 September 2015 00:06 «» By: Kyle McCreary
Minimizing a view using perspectiveExtension not supported
I am trying to minimize a view when I first open a perspective, but cannot find a clean way to do this. I have tried using the 'minimized' attribute in the plugin.xml: <extension point="org.eclipse.ui.perspectiveExtensions"&...
13 Forum: Newcomers «» Posted on: Sat, 11 July 2015 23:03 «» By: Kisa Ayano
Performance Issues with Linux
Hey all, I have Eclipse Mars on my Ubuntu 14.04 computer, and when I tried to start it, a Eclipse icon appeared in the dock, but it became impossible to click on anything. No buttons could be clicked and no key shortcuts worked. I specified a specific pat...
14 Forum: Remote Application Platform (RAP) «» Posted on: Tue, 26 May 2015 12:56 «» By: Arnaud MERGEY
Re: SWT.RIGHT in trim contributions toolbar
I managed to restore previous behavior, but I am not sure it is really clean: I have overriden org.eclipse.ui.application.WorkbenchWindowAdvisor.createWindowContents(Shell) @Override public void createWindowContents(Shell shell) { super.createW...
15 Forum: C / C++ IDE (CDT) «» Posted on: Sun, 05 April 2015 08:35 «» By: Dennis Chin
Re: Eclipse CDT C/C++ Browsing Perspective
I found this post when looking for a class view to browse C++ source. The solution here kind of works but is a poor match for my needs -- I'm learning source I don't know. Is there a way to, say, dock this view so that its a part of the workspace like th...
16 Forum: Newcomers «» Posted on: Thu, 02 April 2015 13:47 «» By: Ed Merks
Re: Can't Find Eclipse after Install on Mac
Kyle, Maybe it ended up in your Downloads. On 02/04/2015 3:21 PM, Kyle Fitzgerald wrote: > We bought a mine craft modding course from Youth Digital for my son > and started it last night. When installing their package we had to > insta...
17 Forum: Newcomers «» Posted on: Thu, 02 April 2015 12:33 «» By: Kyle Fitzgerald
Can't Find Eclipse after Install on Mac
We bought a mine craft modding course from Youth Digital for my son and started it last night. When installing their package we had to install Eclipse. It installed fine and we were able to go thru the first video and then closed everything down for the ...
18 Forum: Newcomers «» Posted on: Sun, 11 January 2015 22:04 «» By: David Williams
Re: Installation problem on mac OS X 10.10.1
<html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <div class="moz-cite-prefix&q...
19 Forum: Remote Application Platform (RAP) «» Posted on: Mon, 05 January 2015 15:49 «» By: Ken Wenzel
Re: Fast view bar unavailable for RAP Workbench Demo (Fancy&Business)
The code that creates a fast view bar is missing from FancyWindowComposer. You need to add something like the following code to FancyWindowComposer#createWindowContents after the page has been created (around line 95): // the following adds support ...
20 Forum: Newcomers «» Posted on: Tue, 23 September 2014 11:41 «» By: Sebastian Richter
Luna 4.4 (64 bit) on OS X 10.9.5: error -10661 for 'netaccounts' users
Hi, i've installed Luna 4.4 64 bit as a local admin on OS X 10.9.5. For local users, everything is fine. However, when a user belonging to the 'netaccounts' (gid 62) group logs in, the Luna icon in the Applications folder is overlayed by the grey 'no en...
21 Forum: Jubula «» Posted on: Tue, 26 August 2014 12:33 «» By: Thomas Eberle
Problems with Jubula and possibly Spring
Dear Jubula/Eclipse Community My team and I are having a strange and not explainable problem with the pretty amazing tool Jubula. We are trying to object map our components, however the components can't be recognised by Jubula even though they get greenl...
22 Forum: Rich Client Platform (RCP) «» Posted on: Fri, 07 March 2014 11:21 «» By: Kovalan Venkatesan
plugin_customization.ini file not loaded during first time launch
Hi, We have an RCP product build using maven. We have a "eclipse-product" project where in the org.eclipse.core.runtime.products extension, i have added the below property <extension id="product" point=&quo...
23 Forum: Equinox «» Posted on: Wed, 29 January 2014 19:21 «» By: Steven Darnell
Where do I place a Java 7 jre bundled with a Mac RCP app?
I have an Eclipse 3.8.1-based RCP application for Mac that has been reorganized into an APPL application bundle. I encountered a problem on Mac where I cannot open a file with the app by file association (double-click in Finder) or by drag-and-drop to the ...
24 Forum: Equinox «» Posted on: Fri, 24 January 2014 06:07 «» By: Devicharan Vinnakota
Unable to hide dock icon Mac OSX for Eclipse RCP application
My application is an equinox one . I want the application to run in background after showing splash-screen briefly for few seconds . I have put LSUIElement in the info.plist but it works only if you don't show splash screen "-nosplash" in the ini...
25 Forum: Eclipse 4 «» Posted on: Tue, 03 December 2013 07:52 «» By: Cedric Moonen
PERSPECTIVE_BAR_EXTRAS and SHOW_OPEN_ON_PERSPECTIVE_BAR settings not taken into account
Hello, I updated an old RCP application to Kepler. Some of the preferences related to the perspective bar do not work anymore: - SHOW_OPEN_ON_PERSPECTIVE_BAR: setting this preference to false do not hide the open perspective button (this was working ...
26 Forum: Eclipse 4 «» Posted on: Tue, 13 August 2013 12:34 «» By: Mateusz Malinowski
Re: Undocking all parts results in deleting the perspective.
Eric, This tag helps a lot! The only disadvantage is that when I undock all parts, perspective still doesn't have any "default" par stack inside, so it doesn't allow to dock those parts back inside the main window. It works, if I manually c...
27 Forum: Eclipse 4 «» Posted on: Thu, 08 August 2013 22:16 «» By: Mateusz Malinowski
Re: Undocking all parts results in deleting the perspective.
Knock, knock, any ideas? I spotted also some funny thing. If I create my own perspective, by extending PerspectiveImpl and add it to the E4 model, and override setToBeRendered() to send to super.setToBeRendered always true, after undocking all parts, th...
28 Forum: Eclipse 4 «» Posted on: Tue, 30 July 2013 15:25 «» By: Dennis Melzer
plugin_customization.ini properties
Hello, in e4 some e3.x properties dont't work. Is there a overwiew which properties are exists? And how it works with e4? Doens't work anymore org.eclipse.ui.workbench/perspectiveBarVisible=false org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true org....
29 Forum: Eclipse 4 «» Posted on: Mon, 01 July 2013 14:54 «» By: Matias Reparaz
NullPointerException with DaD Parts
Hi, I have the next Application.e4xmi: When I drag and drop a part of the non shared PartStack into the placeholder of the other PartStack I have a NullPointerException: !ENTRY org.eclipse.e4.ui.workbench 4 0 2013-07-01 11:43:22.530 !MESSAGE I...
30 Forum: Newcomers «» Posted on: Thu, 23 May 2013 08:02 «» By: Nitin Dahyabhai
Re: Design View
I'm sure Russell didn't mean to unfairly disparage any construction, dock worker, or sailors out there. Recently opened files are shown in the File menu, by the way. The Navigate menu may have also offered to take you Back right after you closed the edi...
31 Forum: Newcomers «» Posted on: Wed, 22 May 2013 13:20 «» By: Russell Bateman
Re: Design View
First, if you'd read the sticky posts at the top of the forum, you'd know that Android was built atop Eclipse, not the other way around, and therefore Eclipse has nothing to do with Android. Find an Android forum. Second, good forum etiquette anywhe...
32 Forum: Hudson «» Posted on: Thu, 09 May 2013 14:51 «» By: k z
Re: Problem with JNA Native Support Plugin
Winston, I've found something that might help you out identifing the issue. I'm using SSH to launch slaves. If I log in to MAC slave (remotely via VNC or locally) but with GUI, not SSH, then start agent from server it connects to slave. Then when I laun...
33 Forum: Remote Application Platform (RAP) «» Posted on: Wed, 24 April 2013 11:59 «» By: Eclipse User
WebBrowser control in C# can not display RAP applications due to error
Hi! Using a WebBrowser control in C# leads to an error when a RAP application is uses as URL. The C# code using RAP examples looks like: Form1.cs: public Form1() { InitializeComponent(); webBrowser1.Navigate("h...
34 Forum: Newcomers «» Posted on: Sun, 21 April 2013 19:10 «» By: Russell Bateman
Re: Can I Dock The Open Resource Dialog Box?
On 04/21/2013 07:54 AM, Steve _____ wrote: > I'm using Eclipse 3.7.2 ( what comes with and is integrated into > WebLogic 11g ) > > Is it possible to dock the "Open Resource" dialog box ( ctrl + shift + r )? > > I'm migrati...
35 Forum: Newcomers «» Posted on: Sun, 21 April 2013 13:54 «» By: Steve _____
Can I Dock The Open Resource Dialog Box?
I'm using Eclipse 3.7.2 ( what comes with and is integrated into WebLogic 11g ) Is it possible to dock the "Open Resource" dialog box ( ctrl + shift + r )? I'm migrating over from another IDE. I'm used to/am looking for something like that ...
36 Forum: Equinox «» Posted on: Tue, 22 January 2013 01:27 «» By: Geoffry Roberts
EclipseRT-OSGi-StarterKit Won't Start
All, It seems a project like this should just work out of the box. I downloaded and untarred EclipseRT-OSGi-StarterKit-3.8.1-macosx-cocoa-x86. In it, I found the files (1) rt and (2) rt.app, I tried running each in turn of these but they seem not t...
37 Forum: Newcomers «» Posted on: Fri, 04 January 2013 17:11 «» By: Glenn Jarvis
Eclipse Now Fails To Load
The logo appears, then disappears and fails to load now. I'm not sure what has happened, but I was able to find the log and post it below. If someone could assist, it would be greatly appreciated. !SESSION 2013-01-04 12:06:38.067 -----------------------...
38 Forum: Newcomers «» Posted on: Wed, 31 October 2012 19:40 «» By: Alexey Klimenko
Eclipse not starting on Mac OS X Lion
Hi. I tried search but couldn't get answer.. I downloaded Eclipse (eclipse-jee-juno-SR1-macosx-cocoa-x86_64) for Mac OS (Lion 10.7.5) but Eclipse won't start. It shows a bouncing icon in the dock and when clicking on it simply disappears. No error, not...
39 Forum: Newcomers «» Posted on: Tue, 02 October 2012 09:14 «» By: Austin Reid
Eclipse seg fault 11 OSX
Hi, I have used eclipse without major problem for years on both Window and OSX. However today I clicked the 'You have updates' on my Juno 64 bit eclipse on OSX Lion 10.8.2. Java version is: java version "1.6.0_35" Java(TM) SE Runtime Envir...
40 Forum: Newcomers «» Posted on: Tue, 04 September 2012 06:37 «» By: Thomas Schindl
Re: OSx 10.7.4 +Eclipse
So it started failing after you installed the Android tooling? You could try starting on the command line to see potential output. I'm on 10.7.4 myself and have no problems with Eclipse Tom Am 04.09.12 00:38, schrieb G C: > I have installed e...
41 Forum: Newcomers «» Posted on: Mon, 03 September 2012 22:38 «» By: G C
OSx 10.7.4 +Eclipse
I have installed eclipse-SDK-4.2-macosx- to start testing the Android SDK Eclipse installed but when double click on the Purple Icon, it just bounces on my Dock and never starts. After a minute or so it stays there. When I click it again it dissapears...
42 Forum: Newcomers «» Posted on: Wed, 15 August 2012 19:57 «» By: Nitin Dahyabhai
Re: file lock
On 8/13/2012 6:40 PM, wolf dogg wrote: > im trying to make a workspace on my remote directory, > i use a mac, and launch from a shortcut in the dock. how would i issue > this command? "-Dosgi.locking=none" > i dont need multi use...
43 Forum: Newcomers «» Posted on: Mon, 13 August 2012 22:40 «» By: wolf dogg
file lock
im trying to make a workspace on my remote directory, i use a mac, and launch from a shortcut in the dock. how would i issue this command? "-Dosgi.locking=none" does it go in the shortcut, do i have to run it once in cli? i dont need...
44 Forum: Newcomers «» Posted on: Sat, 30 June 2012 22:21 «» By: Rushan Gilmullin
Re: Eclipse 4.2. Creating Vaadin renderer
It seem's that the platform code must do it yourself and update the model after the dock end.
45 Forum: Rich Client Platform (RCP) «» Posted on: Sun, 17 June 2012 08:05 «» By: Bernard Sarter
Juno RC4 - Problem with JUnit Plugin Tests
Hello, I have a RCP app and Junit plugin tests developed for Indigo and I'm trying to migrate to Juno. For the RCP app, it's Ok. For the JUnit tests, I have a problem, if inside a test I try to call: PlatformUI.getWorkbench().showPerspective(&quo...
46 Forum: Eclipse 4 «» Posted on: Wed, 06 June 2012 19:22 «» By: Robert Brown III
A small Annoyance
Greetings: I am a person who tends to use several different perspectives during my development efforts. In earlier versions of Eclipse, I was able to change the docking of the perspective buttons by right- clicking on them. When I right- clicked, I w...
47 Forum: Eclipse RT (runtime) «» Posted on: Tue, 05 June 2012 18:30 «» By: Alex Mov
Eclipse ceased loading on mac os
Hello, dev-mates! I have used eclipse before on my mac having Mac OSX Lion. But after some time (maybe after updating to Lion 10.7.4, I don't know) it would not load. The Eclipse embleme, the ball on the mac os dock, jumps trying to load but does not st...
48 Forum: Eclipse Scout «» Posted on: Fri, 11 May 2012 17:23 «» By: Jeremie Bresson
Re: Specific Application Icon
Are you sure this works with Scout 3.8 combined with Eclipse 4.2 (that will be the Juno release). I just tried it with Juno M6 (download package and update from the SDK). <extension point="org.eclipse.scout.rt.ui.swt.scouticons">...
49 Forum: Newcomers «» Posted on: Wed, 09 May 2012 08:06 «» By: Andreas Rothkegel
Windows in the Window(RCP)
Hi, I am in a dead end here. I need to know, if there is a possibility, that you can -see a window - would be great, if the border is as small as possible - -that is floating in another window, -is moveable, -cant leave the workbench and -doe...
50 Forum: Standard Widget Toolkit (SWT) «» Posted on: Thu, 26 April 2012 09:35 «» By: Peter Enevoldsen
Re: OS X: handle reopen event (user clicked dock icon)
Did you find a solution for this problem? I have the current situation and I believe it is similar to your issue. When a user clicks the red "X" to close the Shell, then the application is kept alive. But the Main window (shell) is set to...
51 Forum: Eclipse Platform «» Posted on: Tue, 17 April 2012 09:05 «» By: Robinson S
Re: earlystartup() does not work
Thanks Daniel Krügler for the reply. Yes I have included startup element. I am getting the following exception when the eclipse is restarted. Could it be a reason why early startup does not work? org.eclipse.equinox.security.storage.StorageException...
52 Forum: Eclipse 4 «» Posted on: Wed, 21 March 2012 15:07 «» By: Sergey Kuznetsov
Moving view class cast exception
Hi all, Am I the only one getting this after some view has been moved to new location? !ENTRY org.eclipse.ui 4 0 2012-03-21 15:34:41.041 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.ClassCastException: org.eclipse.e4.ui.model.app...
53 Forum: C / C++ IDE (CDT) «» Posted on: Tue, 28 February 2012 16:32 «» By: Harry Houdini
Re: Can't start Indigo
!SESSION 2012-02-28 17:27:53.124 ----------------------------------------------- eclipse.buildId=M20110909-1335 java.version=1.6.0_22 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=fr_FR Framework arguments: ...
54 Forum: Java Development Tools (JDT) «» Posted on: Sun, 05 February 2012 10:36 «» By: yasin alm
Re: unable to launch
eclipse-jdt is installed, too.Version of both eclipse and jdt is 3.7.1 and this is theconfiguration info; *** Date: 05 Şubat 2012 Pazar 02:13:15 Doğu Avrupa Saati *** Platform Details: *** System properties: eclipse.application=org.eclipse.ui....
55 Forum: Standard Widget Toolkit (SWT) «» Posted on: Tue, 06 December 2011 04:40 «» By: vnandini
Unable to hide icon in dock for SWT bundled application
Hi, I have a SWT application which adds an icon in System tray in Mac OSX 10.5.8.This is a bundled application. When I double click on the .app file, an icon appears in the dock(Java cup like).I want to hide this icon and I want my application icon only...
56 Forum: Newcomers «» Posted on: Sat, 12 November 2011 12:25 «» By: javier.tegedor
Re: Copy and Paste does not work on my Mac OS X
Hi, I am having the very same problem, when I launch Eclipse from the dock I can copy and paste without any problems. When I launch it from the console from another users, the paste function does not work anymore. This does not happen with other appl...
57 Forum: Standard Widget Toolkit (SWT) «» Posted on: Wed, 05 October 2011 08:47 «» By: Thomas Singer
OS X: handle reopen event (user clicked dock icon)
SWT 3.7 adds a couple of improvements for OS X. Unfortunately, I could not find a way to handle the reopen event (which I could handle with Swing) which occurs when the user clicks the running application's dock icon. Did someone found a way to do this, e....
58 Forum: Platform - User Assistance (UA) «» Posted on: Wed, 05 October 2011 03:01 «» By: mma
helpData.xml Ignored for Infocenter Startup
Hi, I'm running Eclipse Classic 3.7.1.v201109091335 and attempting to create an Infocenter. The first step for me was to attempt to change the high level toc. I'm attempting to hide some of the elements in the toc but nothing I do has any effect. A...
59 Forum: Newcomers «» Posted on: Tue, 26 July 2011 02:48 «» By: vexity
small icon showing in the bottom right corner of the dock icon
Not sure wich forum is the correct forum to post this, or why this is happening. I've uploaded a small screen shot of my problem to this post Note: I've changed the default icon for eclipse but this problem existed before I've done that. Any idea w...
60 Forum: Standard Widget Toolkit (SWT) «» Posted on: Mon, 27 June 2011 18:29 «» By: l1m5
SWT TrayItem Image not scaling properly on Mac OSX
On my cross-platform SWT Java application, I'm using TrayItem's setImages() function to set the dock and status bar icon. The icon is a 128x128 transparent PNG. The status and tray icons are appropriately clipped on both Windows and Linux distributions, bu...
61 Forum: Dynamic Languages Toolkit (DLTK) «» Posted on: Wed, 01 June 2011 11:46 «» By: mallikarjun rampure
Integration of wish.exe into Eclipse IDE
Hello, I am using TCL perspective in Eclipse. I have written some scipt which input string and displays it. when i run the script the (interpreter)wish.exe is executed. Now my doubt is whether I can dock the wish window in the eclipse IDE?? If so, how c...
62 Forum: Rich Client Platform (RCP) «» Posted on: Mon, 11 April 2011 15:05 «» By: Ricky de Klerck
Perspective bar to the left of Coolbar
Hi, When i dock my perspectivebar top-left, my coolbar shows up in a seperate row. I want them to be on the same 'row' with the perspective bar to the left of the coolbar. The other way around works perfectly, with the perspective bar to the right of...
63 Forum: Standard Widget Toolkit (SWT) «» Posted on: Fri, 01 April 2011 19:19 «» By: Lakshmi P Shanmugam
Re: Display#getSystemTaskbar() returns null on WinXP
Hi, This taskbar (or dock in Mac) customization feature is supported only on Windows 7 and Mac Cocoa. So, getSystemTaskbar() works only on these platforms and it returns null on the other platforms.
64 Forum: Standard Widget Toolkit (SWT) «» Posted on: Wed, 02 February 2011 09:54 «» By: Ben Rowlands
JVM not closing on OSX when using java.awt.Desktop & SWT
When running on OSX (10.6.2) I've notice my SWT/JFace application doesn't exit cleanly - the application icon remains in the dock and I must forcefully quit the application. It terminates cleanly on WIndows/Linux. I'm using Java/6. I've boiled the issue...
65 Forum: Eclipse Platform «» Posted on: Wed, 02 February 2011 05:28 «» By: Prakash G.R.
Re: Why does my RCP application not look like Eclipse?
On 02/02/11 4:05 AM, SBS wrote: These can be customized via the values in your plugin-customization.ini file. See the javadoc of the constants: > First, where I have stacked views, the overlapping area is not curved > and wide like you see ...
66 Forum: Newcomers «» Posted on: Thu, 20 January 2011 15:12 «» By: Eric Rizzo
Re: Disappearing plugins
On 1/17/11 12:13 PM, u5andy@hotmail.com wrote: > I've been using Eclipse for the last few months to code Android projects. > > Someone asked me how many lines of code my current project has; so I > downloaded and installed the Metrics p...
67 Forum: Newcomers «» Posted on: Mon, 17 January 2011 17:13 «» By: No real name
Disappearing plugins
I've been using Eclipse for the last few months to code Android projects. Someone asked me how many lines of code my current project has; so I downloaded and installed the Metrics plugin. When I did this, the Android plugin disappeared. I think wh...
68 Forum: Rich Client Platform (RCP) «» Posted on: Mon, 25 October 2010 16:37 «» By: Laurent Marchal
Re: Implement an Alert View
Hey, A view is not attached to a perspective (a perspective is just an organization of views) so you can open your view any time using IWorkbenchPage#showView(). If it's a view then the user can detach it as a new window and dock it back. so f...
69 Forum: Newcomers «» Posted on: Wed, 20 October 2010 19:24 «» By: Barb
Re: How to run Eclipse on Mac
The app icon expands to about four times its size and then evaporates. It also appears in the Dock for just a moment. In other words basically nothing happens.
70 Forum: UOMo «» Posted on: Wed, 30 June 2010 02:26 «» By: John Conlon
Re: Proposal feedback, interested party
I too am interested in this project. Currently I am using the OSGi Measurement API in EMF metamodels using my own datatypes and my own conversion utilities that just wrap those in the Measurement API. Better to do this with standard EMF datatypes...
71 Forum: UOMo «» Posted on: Tue, 29 June 2010 00:18 «» By: Miles Parker
Re: Proposal feedback, interested party
Grahame Grieve wrote on Mon, 28 June 2010 19:57 > The UCUM code consists of a model for the UCUM essence file, a model for the syntax of a unit, and a set of code that provides services to parse strings to the syntax model, and to convert between them....
72 Forum: Plugin Development Environment (PDE) «» Posted on: Wed, 14 April 2010 10:19 «» By: mkaes
plugin_customization.ini is getting overwritten
Hallo, I have added the plugin_customization.ini file and accompanying property in the plugin.xml: <property name="preferenceCustomization" value="plugin_customization.ini"> </property> The content of the file is...
73 Forum: GMF (Graphical Modeling Framework) «» Posted on: Wed, 09 September 2009 16:53 «» By: Eclipse User
Re: Reacting to changes in other resources in the same TransactionalEditingDomai
Originally posted by: news.sascha.gessler.googlemail.com Hi Özgün, > I am guessing that this is a two-step process where I first listen to > the model change from the text editor and then fire something in the > graphical editor, but I canno...
74 Forum: GMF (Graphical Modeling Framework) «» Posted on: Wed, 09 September 2009 13:32 «» By: Ozgun
Reacting to changes in other resources in the same TransactionalEditingDomain
Dear GMF community, in my TransactionalEditingDomain there are two resources: 1) LazyLinkingResource (which is an XtextResource which again is an EMFResource) 2) GMFResource They are sharing the domain model so if my model is changed in the res...
75 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Thu, 30 July 2009 18:17 «» By: Ed Willink
Re: Is it possible to split an editor window in EMF
Hi Dominic I think there is some confusion as to what you want. You started asking about a split view which is two views of the same information and this is what Ed has responded to. You then refer to trying multiple tabs, which is rather differen...
76 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Thu, 30 July 2009 18:17 «» By: Ed Willink
Re: Is it possible to split an editor window in EMF
Hi Dominic I think there is some confusion as to what you want. You started asking about a split view which is two views of the same information and this is what Ed has responded to. You then refer to trying multiple tabs, which is rather differen...
77 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Thu, 30 July 2009 14:30 «» By: Ed Merks
Re: Is it possible to split an editor window in EMF
Dominic, I've not been to the Surrey campus for a while. I visited Rob Cameron there the last time I went... The org.eclipse.emf.mapping.presentation.MappingEditor would maybe be a good example to look at because it has a split pane. You could ...
78 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Thu, 30 July 2009 14:30 «» By: Ed Merks
Re: Is it possible to split an editor window in EMF
Dominic, I've not been to the Surrey campus for a while. I visited Rob Cameron there the last time I went... The org.eclipse.emf.mapping.presentation.MappingEditor would maybe be a good example to look at because it has a split pane. You could ...
79 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Wed, 29 July 2009 21:52 «» By: Dominic Renaud
Re: Is it possible to split an editor window in EMF
Well, actually, I'm at the Surrey campus for this job. Anyway, what I'm trying to do is split a window in a CTabFolder, from the main editor code, which is based off of MultiPageEditorPart. I've tried both modifying the overridden createPages() met...
80 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Wed, 29 July 2009 21:52 «» By: Dominic Renaud
Re: Is it possible to split an editor window in EMF
Well, actually, I'm at the Surrey campus for this job. Anyway, what I'm trying to do is split a window in a CTabFolder, from the main editor code, which is based off of MultiPageEditorPart. I've tried both modifying the overridden createPages() met...
81 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Wed, 29 July 2009 16:56 «» By: Ed Merks
Re: Is it possible to split an editor window in EMF
Dominic, Hey, I was up on the Burnaby Mountain at the SFU campus just last week... :-) I'm not sure exactly what you've tried. You can certainly create a split pane within an editor (the mapping editors do this) but I don't think you can dock...
82 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Wed, 29 July 2009 16:56 «» By: Ed Merks
Re: Is it possible to split an editor window in EMF
Dominic, Hey, I was up on the Burnaby Mountain at the SFU campus just last week... :-) I'm not sure exactly what you've tried. You can certainly create a split pane within an editor (the mapping editors do this) but I don't think you can dock...
83 Forum: Visual Editor (VE) «» Posted on: Mon, 29 June 2009 09:03 «» By: Martin Müller
Visual Editor on Mac - No Palette
I'm running Eclipse 3.4.2 (Carbon) and installed the Visual Editor from Eclipse's Software Updates without problems. Furthermore I'm using Mac OS 10.5.7. I'm using the Visual Editor on my Windows OS aswell and know how to create a project with visual...
84 Forum: Visual Editor (VE) «» Posted on: Mon, 29 June 2009 09:03 «» By: Martin Müller
Visual Editor on Mac - No Palette
I'm running Eclipse 3.4.2 (Carbon) and installed the Visual Editor from Eclipse's Software Updates without problems. Furthermore I'm using Mac OS 10.5.7. I'm using the Visual Editor on my Windows OS aswell and know how to create a project with visual...
85 Forum: GMF (Graphical Modeling Framework) «» Posted on: Fri, 17 April 2009 09:17 «» By: Alexander Shatalin
Re: Connection creation customization
Hello Tobias, Are you working on sequence diagram? ;-) > The first thing is the connection between to figures. The figure has a > rectangle on top and a vertical line beneath. I want to specify that > only the line can be used to dock the ...
86 Forum: GMF (Graphical Modeling Framework) «» Posted on: Thu, 16 April 2009 19:20 «» By: Tobias Neef
Connection creation customization
Hi, I created a basis diagram and want to enhance this now but I have a few problems doing this. The first thing is the connection between to figures. The figure has a rectangle on top and a vertical line beneath. I want to specify that only th...
87 Forum: Spatiotemporal Epidemiological Modeler (STEM) «» Posted on: Fri, 10 April 2009 00:35 «» By: Daniel Ford
Re: AMP Proposal, Equation / Agent approach
"Miles Parker" <milesparker@gmail.com> wrote in message news:griro4$deb$1@build.eclipse.org... > On 2009-04-08 06:29:16 -0700, "Daniel Ford" <daford@almaden.ibm.com> said: > >> I read the proposa...
88 Forum: Spatiotemporal Epidemiological Modeler (STEM) «» Posted on: Fri, 10 April 2009 00:35 «» By: Daniel Ford
Re: AMP Proposal, Equation / Agent approach
"Miles Parker" <milesparker@gmail.com> wrote in message news:griro4$deb$1@build.eclipse.org... > On 2009-04-08 06:29:16 -0700, "Daniel Ford" <daford@almaden.ibm.com> said: > >> I read the proposa...
89 Forum: Spatiotemporal Epidemiological Modeler (STEM) «» Posted on: Wed, 08 April 2009 18:51 «» By: Miles Parker
Re: AMP Proposal, Equation / Agent approach
On 2009-04-08 06:29:16 -0700, "Daniel Ford" <daford@almaden.ibm.com> said: > I read the proposal, looks cool. We should definitely look for synergy. > The STEM geographic data sets are pretty extensive and have gone through t...
90 Forum: Spatiotemporal Epidemiological Modeler (STEM) «» Posted on: Wed, 08 April 2009 18:51 «» By: Miles Parker
Re: AMP Proposal, Equation / Agent approach
On 2009-04-08 06:29:16 -0700, "Daniel Ford" <daford@almaden.ibm.com> said: > I read the proposal, looks cool. We should definitely look for synergy. > The STEM geographic data sets are pretty extensive and have gone through t...
91 Forum: Newcomers «» Posted on: Tue, 10 February 2009 17:42 «» By: No real name
Mac OS: Check if a window is in front
Hi, On Mac OS, if we click on the icon of Safari on the dock bar, Safari will check if there is any Safari windows are already created. If positive, then it will check if one of them is maximized to front/in foreground. If yes, Safari will only set...
92 Forum: GEF «» Posted on: Wed, 05 November 2008 20:46 «» By: Anthony Hunter
Re: URGENT:Hide/Collapse Palette
Hi Lillo As I already said, Look for the FlyoutPaletteComposite#createFlyoutPreferences() call in GraphicalEditorWithFlyoutPalette#getPalettePreferences() and override. You are going to have to override with something to set a preference and then...
93 Forum: Newcomers «» Posted on: Thu, 02 October 2008 17:47 «» By: Eclipse User
docked/attached/detached/"popup" windows in eclipse java IDE doesn't stay docked
Originally posted by: no.spam.com Hi I'm using eclipse as an IDE for java on windows. I'm getting really annoyed about the console, search-results, problems, bookmarks etc windows. When I start a clean eclipse installation the console pops up and ...
94 Forum: C / C++ IDE (CDT) «» Posted on: Mon, 29 September 2008 18:23 «» By: Eclipse User
Re: Mac OS Debugging confusion
Originally posted by: bim2008.basistech.com Thanks. I use Fink because I want an up-to-date STL. The ADC version of 4.2 is still using the 4.0 version of STL, which has some rather annoying problems such as missing 'const' modifiers in the tr1/unorde...
95 Forum: C / C++ IDE (CDT) «» Posted on: Mon, 29 September 2008 13:03 «» By: Mike Jackson
Re: Mac OS Debugging confusion
On 2008-09-27 16:29:27 -0400, Benson Margulies <bim2008@basistech.com> said: > I'm failing to use the debugger on MacOS 10.5, Intel, and I don't have a > clear enough picture to file a bug report yet. I'm hoping that someone can > g...
96 Forum: C / C++ IDE (CDT) «» Posted on: Sat, 27 September 2008 20:29 «» By: Eclipse User
Mac OS Debugging confusion
Originally posted by: bim2008.basistech.com I'm failing to use the debugger on MacOS 10.5, Intel, and I don't have a clear enough picture to file a bug report yet. I'm hoping that someone can give me a shove in the right direction. I have a program t...
97 Forum: Remote Application Platform (RAP) «» Posted on: Fri, 16 May 2008 13:09 «» By: Eclipse User
Re: Dynamic dialog modality
Originally posted by: rsternberg.innoopract.com Hi Michael, First of all, "dynamic modality" is not possible with SWT. Modality is a static property of the Shell (and I think for good reasons). Your use case is quite common, thus it is o...
98 Forum: Remote Application Platform (RAP) «» Posted on: Fri, 16 May 2008 08:28 «» By: NkD Missing name
Dynamic dialog modality
Hi, i make modal (SWT.APPLICATION_MODAL) dialog and then i open it. Work fine. But i need programatically change this modal dialog to unmodal and back. I need this because i want make dockable dialogs. scenario: 1. user open modal dialog 2. use...
99 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Thu, 13 March 2008 04:22 «» By: Jeff Lins
Re: [Teneo] Hibernate Library Editor Turorial - can't load URI
This is a multi-part message in MIME format. --------------060809090307090505080901 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Okay, I must be missing something here. I put the RCP library editor exa...
100 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Thu, 13 March 2008 04:22 «» By: Jeff Lins
Re: [Teneo] Hibernate Library Editor Turorial - can't load URI
This is a multi-part message in MIME format. --------------060809090307090505080901 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Okay, I must be missing something here. I put the RCP library editor exa...
101 Forum: Eclipse Platform «» Posted on: Thu, 06 December 2007 16:59 «» By: Philipp Kursawe
Re: Default Preferences initialize from product?
Snjezana Peco wrote: > Philipp, > > You can use preference initializer class like the following: > > <extension point="org.eclipse.core.runtime.preferences"> > <initializer > class="com.yourcomany.pr...
102 Forum: Eclipse Platform «» Posted on: Thu, 06 December 2007 16:41 «» By: Snjezana Peco
Re: Default Preferences initialize from product?
Philipp, You can use preference initializer class like the following: <extension point="org.eclipse.core.runtime.preferences"> <initializer class="com.yourcomany.preferences.YourPreferenceInitializer "/> </ex...
103 Forum: Eclipse Platform «» Posted on: Thu, 06 December 2007 11:43 «» By: Philipp Kursawe
Re: Default Preferences initialize from product?
Thanks Snjeza, I am aware of product customization. It works for all the eclipse UI stuff that you mention in your example. But for my own preferences it does not work. Snjezana Peco wrote: > You need to define your product as follows: > ...
104 Forum: GEF «» Posted on: Thu, 06 December 2007 07:17 «» By: Eclipse User
Re: How to draw a line in GEF framework?
Originally posted by: lsmmnster.gmail.com ------=_Part_3116_8392840.1196925722880 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Use connection Both source node and target node are "...
105 Forum: Eclipse Platform «» Posted on: Thu, 06 December 2007 00:16 «» By: Snjezana Peco
Re: Default Preferences initialize from product?
You need to define your product as follows: <extension id="your_product_id" point="org.eclipse.core.runtime.products"> <product application="com.yourcompany.YourApplicationApp...
106 Forum: Eclipse Platform «» Posted on: Thu, 19 July 2007 11:44 «» By: Eclipse User
Dock-on behaviour not working properly
Originally posted by: ddv.certi.org.br Hello, does anybody know if this is a known bug or if there is a way to disable Eclipse's dock-on behaviour? When I double click a window, it takes up almost all the screen space, while the other windows are m...
107 Forum: Eclipse Platform «» Posted on: Fri, 22 June 2007 13:25 «» By: Eclipse User
Re: Memory plugin
Originally posted by: eclipse5.rizzoweb.com Tex Twil wrote: > Hello everyody, > first of all, I'm not sure if I post to the right newsgroup so excuse me > if not. > I'd like to know what plugin they use on the following GMF tutorial >...
108 Forum: Newcomers «» Posted on: Fri, 04 May 2007 04:01 «» By: Tom Lenz
Re: Easiest way of making the Navigator bar appear and disappear
"Eric Rizzo" <eclipse5@rizzoweb.com> wrote in message news:f1d0tg$4rq$1@build.eclipse.org... > Tom Lenz wrote: >> Sometimes I want it there, sometimes I don't. I expected to be able to >> click minimize or dock ...
109 Forum: Newcomers «» Posted on: Thu, 03 May 2007 15:59 «» By: Eclipse User
Re: Easiest way of making the Navigator bar appear and disappear
Originally posted by: eclipse5.rizzoweb.com Tom Lenz wrote: > Sometimes I want it there, sometimes I don't. I expected to be able to click > minimize or dock or something and have it go mostly away, leaving just a > little something that I c...
110 Forum: Newcomers «» Posted on: Thu, 03 May 2007 10:47 «» By: Tom Lenz
Easiest way of making the Navigator bar appear and disappear
Sometimes I want it there, sometimes I don't. I expected to be able to click minimize or dock or something and have it go mostly away, leaving just a little something that I could click on it and get the navigator window back. But minimizing it leav...
111 Forum: Eclipse Platform «» Posted on: Mon, 23 April 2007 17:36 «» By: Darin Swanson
Re: NoSuchMethodError createVirtualMachine() on Mac OS X
Are you sure it is not: https://bugs.eclipse.org/bugs/show_bug.cgi?id=174804 "Chad" <hoverlover@gmail.com> wrote in message news:8018242fc1234c81e7468d4540f73029$1@www.eclipse.org... > I'm receiving this error message on M...
112 Forum: Eclipse Platform «» Posted on: Mon, 23 April 2007 16:44 «» By: Eclipse User
NoSuchMethodError createVirtualMachine() on Mac OS X
Originally posted by: hoverlover.gmail.com I'm receiving this error message on Mac OS X when trying to connect to a remote debugging session on an application server. Below is the stack trace. Anyone have any ideas to what's wrong? I found two post...
113 Forum: C / C++ IDE (CDT) «» Posted on: Mon, 12 March 2007 15:28 «» By: parag
provide values in "org.eclipse.ui.prefs" apistore
hi there, I want to give default values for "org.eclipse.ui.prefs" this apistore, which is located at " metadata\.plugins\org.eclipse.core.runtime\.settings " of every workspace. which may have: -------------------------------...
114 Forum: Eclipse Platform «» Posted on: Mon, 12 March 2007 15:27 «» By: parag
provide values in "org.eclipse.ui.prefs" apistore
hi there, I want to give default values for "org.eclipse.ui.prefs" this apistore, which is located at " metadata\.plugins\org.eclipse.core.runtime\.settings " of every workspace. which may have: -------------------------------...
115 Forum: Newcomers «» Posted on: Mon, 12 March 2007 15:26 «» By: parag
provide values in "org.eclipse.ui.prefs"
hi there, I want to give default values for "org.eclipse.ui.prefs" this apistore, which is located at " metadata\.plugins\org.eclipse.core.runtime\.settings " of every workspace. which may have: -------------------------------...
116 Forum: C / C++ IDE (CDT) «» Posted on: Wed, 07 March 2007 04:00 «» By: parag
Set default Appearance Preferences options...
hi there, I want to set some default options in appearance preferences like I want to set Perspective switcher positions from Top Right to Left, plus I want to set default value to unchecked for "Show text on the perspective bar", also...
117 Forum: Eclipse Platform «» Posted on: Wed, 07 March 2007 03:59 «» By: parag
Set default Appearance Preferences options...
hi there, I want to set some default options in appearance preferences like I want to set Perspective switcher positions from Top Right to Left, plus I want to set default value to unchecked for "Show text on the perspective bar", also...
118 Forum: Newcomers «» Posted on: Wed, 07 March 2007 03:58 «» By: parag
Set default Appearance Preferences options...
hi there, I want to set some default options in appearance preferences like I want to set Perspective switcher positions from Top Right to Left, plus I want to set default value to unchecked for "Show text on the perspective bar", also...
119 Forum: Rich Client Platform (RCP) «» Posted on: Fri, 16 February 2007 22:27 «» By: Andrew Niefer
Re: 3.3M5 Equinox launcher on Mac OS X
Ash, I think you are experiencing this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=174232 Try getting the rcp delta pack and putting it your target. In particular, it contains a feature org.eclipse.equinox.executable which contains the bina...
120 Forum: Rich Client Platform (RCP) «» Posted on: Wed, 14 February 2007 17:57 «» By: Ash Maurya
Re: 3.3M5 Equinox launcher on Mac OS X
Yeah, I thought of that too and actually created a new product definition based on a launch configuration where I did what you suggested i.e. Add required plugins. Exporting and launching resulted in the same behavior - app up but no dock or menu.
121 Forum: Rich Client Platform (RCP) «» Posted on: Wed, 14 February 2007 17:54 «» By: Matthew Hall
Re: 3.3M5 Equinox launcher on Mac OS X
Ash Maurya wrote: > I am trying to use the new native laucher in 3.3M5 with my RCP app on > Mac OS X but I can't seem to get it to work correctly. I already had a > product definition that works with 3.3M4. I added 2 equinox launcher > p...
122 Forum: Rich Client Platform (RCP) «» Posted on: Wed, 14 February 2007 17:26 «» By: Ash Maurya
3.3M5 Equinox launcher on Mac OS X
I am trying to use the new native laucher in 3.3M5 with my RCP app on Mac OS X but I can't seem to get it to work correctly. I already had a product definition that works with 3.3M4. I added 2 equinox launcher plug-ins to my product definiton and exp...
123 Forum: Rich Client Platform (RCP) «» Posted on: Sun, 04 February 2007 00:34 «» By: sudhakar
Re: Changing the perspective bar look and location
I'm setting up the perspective via code. Here is my preWindowOpen method in the ApplicationWorkbenchWindowAdvisor class. public void preWindowOpen() { IWorkbenchWindowConfigurer configurer = getWindowConfigurer(); configurer.setInitialSize(n...
124 Forum: GEF «» Posted on: Fri, 26 January 2007 16:12 «» By: Eclipse User
Sophisticated LayoutManager
Originally posted by: manuel.zabelt.sap.com Hello! Is there some tutorial available that gives a good explaination on how to write my own LayoutManager and LayoutPolicy? What I need to do is to dock children to the border (left, top, right or ...
125 Forum: Rich Client Platform (RCP) «» Posted on: Thu, 11 January 2007 05:00 «» By: Boris Stepanov
How to add additional CoolBar?
Hi, everybody! I have RCP application with toolbars and perspective bar like Eclipse. I need to add aditional CoolBar beetween perspective bar and toolbars. If it is imposible, I need a good way to show and hide my own toolbars separately. Now I u...
126 Forum: Rich Client Platform (RCP) «» Posted on: Tue, 02 January 2007 23:27 «» By: Jeff Higgins
Re: help browser vs intro browser
Even more flaky behavior: 1. In the Eclipse IDE open Dynamic Help. 2. Goto All Topics. 3. Expand Workbench User Guide and 4. Navigate to Legal 5. Click the link - Terms and conditions regarding the use of this guide. 6. Click the link - http://www....
127 Forum: C / C++ IDE (CDT) «» Posted on: Sat, 23 December 2006 01:54 «» By: Eclipse User
Re: C editor's preference change
Originally posted by: deliciap.cradle.com Thanks for the tip, Toni. I gave it a try but couldn't get it to work. Could you please have a look at the files below and let me know if you find anything fishy? (The defaultPerspective part works fine. I've ...
128 Forum: Rich Client Platform (RCP) «» Posted on: Fri, 24 November 2006 17:33 «» By: J. Michael Dean, M.D.
Perspective docking question
I am working on an app with two perspectives. I would like the ability to change perspectives from the toolbar, similar to the normal IDE, but the perspective representation shows up on the top left. The text is mildly abbreviated (ICON This is my ......
129 Forum: Rich Client Platform (RCP) «» Posted on: Thu, 09 November 2006 17:48 «» By: Kai Meder
SubWindows on Canvas
Hello, i want to have some SubWindows or SubViews with their own window-border, title and statusbar which may ordered and positioned on the surface of a view. i thought about painting a grid on the canvas in the background to dock the subwindows/s...
130 Forum: Rich Client Platform (RCP) «» Posted on: Thu, 05 October 2006 06:45 «» By: Patrick Godeau
Re: How to translate text in a TreeViewer ?
nicolas duminil a écrit : > Greetings, Bonjour ;) > In a RCP application, I need to translate standard text in a TreeViewer. > For example, I need to translate the navigation options (Go Home, Go > Back, Go Into) in the contextual menu...
131 Forum: Rich Client Platform (RCP) «» Posted on: Wed, 04 October 2006 14:21 «» By: Eclipse User
How to translate text in a TreeViewer ?
Originally posted by: nicolas.duminil.simplex-software.fr Greetings, In a RCP application, I need to translate standard text in a TreeViewer. For example, I need to translate the navigation options (Go Home, Go Back, Go Into) in the contextual menu...
132 Forum: Eclipse Platform «» Posted on: Thu, 21 September 2006 15:21 «» By: Paul Webster
Re: Moving group added via menu trim
Derek Morris wrote: > Hi, > > I've been playing with adding a group+widget via the menu trim. > > I've successfully placed a combo on the top left of the workbenchwindow. > However, if it is moved via the "Dock On" cont...
133 Forum: Eclipse Platform «» Posted on: Thu, 21 September 2006 14:05 «» By: Eclipse User
Moving group added via menu trim
Originally posted by: dmsubs.NOSPAM.consertum.com Hi, I've been playing with adding a group+widget via the menu trim. I've successfully placed a combo on the top left of the workbenchwindow. However, if it is moved via the "Dock On" cont...
134 Forum: Eclipse Platform «» Posted on: Sat, 26 August 2006 23:39 «» By: J. Michael Dean, M.D.
Re: Out of memory persistent
Never mind. Ridiculous error on my part - -XX:MaxPermSize=512m on wrong side of -vmargs! Pointed out by kind soul in Bugzilla. On 8/26/06 10:56 AM, in article C115D94E.1688C%mdean77@comcast.net, "J Michael Dean" <mdean77@comca...
135 Forum: Eclipse Platform «» Posted on: Sat, 26 August 2006 16:56 «» By: J. Michael Dean, M.D.
Out of memory persistent
I am getting permgen memory errors with my Eclipse 3.2 installation when I compile multiple platform RCPs. When I simply restart Eclipse and then do the compilation, the problem is gone, so I suspect there must be memory leaks somewhere. But I want to...
136 Forum: Rich Client Platform (RCP) «» Posted on: Mon, 14 August 2006 21:06 «» By: Derrick Guerrero
Re: Create own titlebar
Sorry, I actually meant the "Branding" tab. But now in 3.2 it appears that you need to look at both the "Launcher" tab and the "Branding" tab in the product configuration to customize the application. Dittmar Steiner w...
137 Forum: Rich Client Platform (RCP) «» Posted on: Sat, 12 August 2006 09:25 «» By: Eclipse User
Re: Create own titlebar
Originally posted by: dittmar.steiner.web.de (i'm also very much interested) In the Configuration tab there are only "Plug-ins and Fragment" and "Configuration File" sections. All other tabs do not provide title/icon dialogs. Gu...
138 Forum: GMF (Graphical Modeling Framework) «» Posted on: Fri, 11 August 2006 04:43 «» By: Eclipse User
Re: Labeled arrow pointing to (and touching) node
Originally posted by: khai.n.situvista.com First off there is a thread about a similar requirement to yours that you might want to follow; it's in this same newsgroup and titled "Figure around other (externally) , borders, layout .." Secon...
139 Forum: GMF (Graphical Modeling Framework) «» Posted on: Wed, 09 August 2006 17:08 «» By: chris
Re: Labeled arrow pointing to (and touching) node
Hi, Thanks for trying to help! Khai M Nguyen schrieb: > Is the arrow/label an actual Node on your canvas that looks like an > arrow with a label? And you want this to always be 'docked' to another > node? > > or > > Is ...
140 Forum: GMF (Graphical Modeling Framework) «» Posted on: Tue, 08 August 2006 08:45 «» By: Eclipse User
Re: Labeled arrow pointing to (and touching) node
Originally posted by: khai.n.situvista.com I'm still not clear on what you really want to do. Is the arrow/label an actual Node on your canvas that looks like an arrow with a label? And you want this to always be 'docked' to another node? or ...
141 Forum: GMF (Graphical Modeling Framework) «» Posted on: Tue, 08 August 2006 07:57 «» By: Eclipse User
Re: Labeled arrow pointing to (and touching) node
Originally posted by: 5d5.mail.ru Hello! Please check gmfgraph model of ecore diagram editor; it should contain such an arrow. In draw2d you may have a look at PolylineConnection and PolylineDecoration figures and how they got composed. Basically ...
142 Forum: GMF (Graphical Modeling Framework) «» Posted on: Tue, 08 August 2006 05:56 «» By: chris
Re: Labeled arrow pointing to (and touching) node
Hi, hm, I should really habe been more precise - sorry for that :-) The problem is not how to draw an arrow (the GMF tutorial explains e.g. how to draw a "use case actor"). The problem is how to "dock" that arrow to the node. ...
143 Forum: Eclipse Platform «» Posted on: Fri, 28 July 2006 17:33 «» By: Eclipse User
Re: "Eclipse Style" PerspectiveBar
Originally posted by: mbo.shift-think.net Hi Daniel I tried the config file but to no avail. I tried this: org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true ...
144 Forum: Newcomers «» Posted on: Fri, 07 July 2006 13:47 «» By: Dani Megert
Re: Read Me Trim (Bottom)
Matt Dickie wrote: > Hi Pavel, > > Go $ECLIPSEDIR/eclipse/plugins where $ECLIPSEDIR is where you > installed Eclipse. Delete all plugins that contain *examples*. This > should do it. Or simpler: remove or disable (by renaming plu...
145 Forum: Newcomers «» Posted on: Fri, 07 July 2006 09:42 «» By: Eclipse User
Re: Read Me Trim (Bottom)
Originally posted by: matt.querix.com Hi Pavel, Go $ECLIPSEDIR/eclipse/plugins where $ECLIPSEDIR is where you installed Eclipse. Delete all plugins that contain *examples*. This should do it. Alternatively, unzip Eclipse to a new location, and this...
146 Forum: Newcomers «» Posted on: Thu, 06 July 2006 23:59 «» By: Eclipse User
Re: Read Me Trim (Bottom)
Originally posted by: pavel.sapozhnikov.gmail.com Matt Dickie wrote: > This comes from one of the examples plugins, not sure which one. > > Pavel Sapozhnikov wrote: >> Pavel Sapozhnikov wrote: >> >>> Randy D. Smith wro...
147 Forum: Newcomers «» Posted on: Thu, 06 July 2006 18:40 «» By: Eclipse User
Re: Read Me Trim (Bottom)
Originally posted by: matt.querix.com This comes from one of the examples plugins, not sure which one. Pavel Sapozhnikov wrote: > Pavel Sapozhnikov wrote: > >> Randy D. Smith wrote: >> >>> Pavel Sapozhnikov wrote: >...
148 Forum: Newcomers «» Posted on: Thu, 06 July 2006 18:05 «» By: Eclipse User
Re: Read Me Trim (Bottom)
Originally posted by: pavel.sapozhnikov.gmail.com Pavel Sapozhnikov wrote: > Randy D. Smith wrote: >> Pavel Sapozhnikov wrote: >>> Hendrik Maryns wrote: >>> >>>> -----BEGIN PGP SIGNED MESSAGE----- >>>&...
149 Forum: Newcomers «» Posted on: Thu, 06 July 2006 18:04 «» By: Eclipse User
Re: Read Me Trim (Bottom)
Originally posted by: pavel.sapozhnikov.gmail.com Randy D. Smith wrote: > Pavel Sapozhnikov wrote: >> Hendrik Maryns wrote: >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> Pavel Sa...
150 Forum: Newcomers «» Posted on: Thu, 06 July 2006 17:50 «» By: Randy D. Smith
Re: Read Me Trim (Bottom)
Pavel Sapozhnikov wrote: > Hendrik Maryns wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Pavel Sapozhnikov schreef: >> >>> Hi can anybody explain what this green box at the bottom is...
151 Forum: Newcomers «» Posted on: Thu, 06 July 2006 16:43 «» By: Eclipse User
Re: Read Me Trim (Bottom)
Originally posted by: pavel.sapozhnikov.gmail.com Hendrik Maryns wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Pavel Sapozhnikov schreef: >> Hi can anybody explain what this green box at the bottom is for it says &g...
152 Forum: Rich Client Platform (RCP) «» Posted on: Fri, 30 June 2006 22:03 «» By: Alex Blewitt
Re: Packaging an RCP app for Mac OS X
1. EclipseJava was something I was trying to get working, along with: 2. Which was the info.plist for the above. I didn't get it working, but in case I was run over by (large vehicle of your choice) I thought I might as well leave them in the same bund...
153 Forum: Eclipse Platform «» Posted on: Thu, 08 June 2006 08:26 «» By: Nicolas Crouzet
Re: Tab Color
Paul Webster a écrit : > Naiekko wrote: >> Paul Webster a écrit : >>>> >>>> I check in the tab "build" the plugin_customization.ini file >>>> In the plugin_customization.ini I add : >>>&...
154 Forum: Eclipse Platform «» Posted on: Wed, 07 June 2006 16:31 «» By: Paul Webster
Re: Tab Color
Naiekko wrote: > Paul Webster a écrit : >>> >>> I check in the tab "build" the plugin_customization.ini file >>> In the plugin_customization.ini I add : >>> org.eclipse.ui/DOCK_PERSPECTIVE_BAR=TOP_RIGHT...
155 Forum: Eclipse Platform «» Posted on: Wed, 07 June 2006 16:01 «» By: Nicolas Crouzet
Re: Tab Color
Paul Webster a écrit : > Naiekko wrote: >> Paul Webster wrote: >> >>> There was another thread on this in the last week or so ... you need >>> to set plugin_customization.ini in a property in your product >>&g...
156 Forum: Eclipse Platform «» Posted on: Wed, 07 June 2006 10:59 «» By: Paul Webster
Re: Tab Color
Naiekko wrote: > Paul Webster wrote: > >> There was another thread on this in the last week or so ... you need >> to set plugin_customization.ini in a property in your product >> definition in your plugin.xml > > ...
157 Forum: Eclipse Platform «» Posted on: Tue, 06 June 2006 15:54 «» By: Nicolas Crouzet
Re: Tab Color
Paul Webster wrote: > There was another thread on this in the last week or so ... you need to > set plugin_customization.ini in a property in your product definition in > your plugin.xml > Later, > PW I check in the tab "...
158 Forum: Rich Client Platform (RCP) «» Posted on: Thu, 11 May 2006 14:14 «» By: Paul Webster
Re: 1 Fixed view in perspective?
scott brown wrote: > Is there a way that I can have 1 fixed view but have the others *not* fixed? > > I'd like to dock a view on the bottom of the screen that is *always* visible and cannot be moved. i'd then like the user to be able to move ...
159 Forum: Rich Client Platform (RCP) «» Posted on: Thu, 11 May 2006 13:46 «» By: scb
1 Fixed view in perspective?
Is there a way that I can have 1 fixed view but have the others *not* fixed? I'd like to dock a view on the bottom of the screen that is *always* visible and cannot be moved. i'd then like the user to be able to move around/rearrange the other views av...
160 Forum: Visual Editor (VE) «» Posted on: Fri, 05 May 2006 01:20 «» By: Marcin Dobosz
Re: Eclipse VE and .NET VE
..Net uses absolute positioning within a parent's area. It also supports "anchoring" controls to one or more of the four sides - this basically means that if you resize the parent, the control will be resized/repositioned so that its 'marg...
161 Forum: Visual Editor (VE) «» Posted on: Fri, 05 May 2006 01:20 «» By: Marcin Dobosz
Re: Eclipse VE and .NET VE
..Net uses absolute positioning within a parent's area. It also supports "anchoring" controls to one or more of the four sides - this basically means that if you resize the parent, the control will be resized/repositioned so that its 'marg...
162 Forum: GEF «» Posted on: Thu, 20 April 2006 20:45 «» By: Eclipse User
Two editor windows on the same file; examples don't prop changes
Originally posted by: eclipse.chris-lott.org Hi, I'd like to understand how a GEF editor should be set up so that the user can pick the item "New Editor" to get two editors on the same file, and changes made to one appear in the other. Th...
163 Forum: Rich Client Platform (RCP) «» Posted on: Mon, 17 April 2006 14:10 «» By: scb
Re: How to get rid of Java menu on OS X
have you set the "appName" property in your product? that should change the "java" menu to have the name of your product, and should also change the name that appears in the dock
164 Forum: Eclipse Platform «» Posted on: Tue, 14 March 2006 14:11 «» By: Eclipse User
Tiling Editor Area
Originally posted by: martin.adolph.inf.tu-dresden.de Eclipse platform allows to have several editor areas inside the editor area. "You can use drag and drop to modify the layout of your editor work area. Grab an editor tab and drag it to the...
165 Forum: Rich Client Platform (RCP) «» Posted on: Mon, 06 February 2006 09:03 «» By: Alex Blewitt
Re: How to maximize the RCP window at begin?
The org.eclipse.swt.widgets.Display class may be able to help. Note that you should call getClientArea() and not getBounds(), since the former will take into account any positioning of the Windows start bar (or the Mac dock). Alex.
166 Forum: Rich Client Platform (RCP) «» Posted on: Mon, 23 January 2006 21:42 «» By: Haris Peco
Re: How to get the switch perspective shortcut in rcp
Duncan Krebs wrote: > Thanks, > I was able to set it visible to true in the preWindowOpen method. The only > snag is that its showing up on the left hand side below the items in my > coolbar. Is there a setting that I need to set so it ge...
167 Forum: Standard Widget Toolkit (SWT) «» Posted on: Wed, 18 January 2006 23:31 «» By: Alex Blewitt
Re: How to get flashing on OS task bar work?
Cocoa is way cooler than Carbon. You get access to services and a decent OO language instead of all that nasty C stuff ... But anyhoo, there's a notification manager in Carbon that is used to interact with the user. Specifically: "In Mac OS X ve...
168 Forum: Standard Widget Toolkit (SWT) «» Posted on: Wed, 18 January 2006 14:40 «» By: Daniel Spiewak
Re: How to get flashing on OS task bar work?
Unfortunately, there isn't a 'normal' XWindows equivalent. Ubuntu has something similar, with a flashing (or pulsating) task bar entry, but I haven't seen anything like that in any other distro's Gnome and I'm almost a hundred percent positive that there'...
169 Forum: Standard Widget Toolkit (SWT) «» Posted on: Wed, 18 January 2006 12:53 «» By: Alex Blewitt
Re: How to get flashing on OS task bar work?
Might be useful to have, though. Mac OS X supports the ability to bounce the icon in the dock. Is there an XWindows equivalent too? Alex.
170 Forum: Eclipse Platform «» Posted on: Mon, 09 January 2006 18:40 «» By: drew frantz
IPerspectiveFactory and IPageLayout
I am trying to dock two windows outlineview and console to the lhs of the screen. I have tried various combinations of IFolderLayout, but it aways seems to add them from left to right instead of stacking them. Is there a way to stack views vertically in...
171 Forum: Eclipse Platform «» Posted on: Wed, 04 January 2006 15:20 «» By: Eclipse User
Tiling/divide the editor work area
Originally posted by: atchumel.hot.ee Hi! Eclipse platform enables to have several editor areas inside editor part (area). "You can use drag and drop to modify the layout of your editor work area. Grab an editor tab and drag it to the edge of ...
172 Forum: Eclipse Platform «» Posted on: Thu, 29 December 2005 14:00 «» By: Eclipse User
Re: Split Text Editors ?
Originally posted by: ReplyToNewsgroup.abc.com Is it possible to dock these editors programmatically? Thanks. "Alex Blewitt" <automatic@javalobby.org> wrote in message news:3314570.1135191453188.JavaMail.root@cp1.javalobby.org...
173 Forum: Eclipse Platform «» Posted on: Fri, 23 December 2005 16:56 «» By: Michael Krkoska
Dock API for non-RCP apps
Hi, I'm trying to find out if it is possible to use the dockable views feature of Eclipse and RCP applications in a non-RCP application. Strangely I couldn't find an enhancement request and only one discussion: http://dev.eclipse.org/newslists/ne...
174 Forum: Eclipse Platform «» Posted on: Thu, 22 December 2005 09:57 «» By: Eclipse User
Re: Split Text Editors ?
Originally posted by: awm_abu.yahoo.com Alex, What you describe does work but its not exactly what I was looking for. If you change one file it automatically updated the other. So it would not be possible to keep one part for variable declarations an...
175 Forum: Visual Editor (VE) «» Posted on: Thu, 22 December 2005 00:43 «» By: Jeff Myers
Re: Virtual Editor 1.2 M1 and 10.4 Tiger
Hey Dominique, Thanks for the feedback! I've noticed the random crashes as well - and opened a bug report to look into it - https://bugs.eclipse.org/bugs/show_bug.cgi?id=119530 You can add yourself to the CC list to watch progress on it. The e...
176 Forum: Visual Editor (VE) «» Posted on: Thu, 22 December 2005 00:43 «» By: Jeff Myers
Re: Virtual Editor 1.2 M1 and 10.4 Tiger
Hey Dominique, Thanks for the feedback! I've noticed the random crashes as well - and opened a bug report to look into it - https://bugs.eclipse.org/bugs/show_bug.cgi?id=119530 You can add yourself to the CC list to watch progress on it. The e...
177 Forum: Visual Editor (VE) «» Posted on: Wed, 21 December 2005 21:51 «» By: Dominique Buenzli
Virtual Editor 1.2 M1 and 10.4 Tiger
Hello ! I've installed Virtual Editor 1.2M1 on my mac os X 10.4.3 (Tiger) machine. I am running java 1.5 (latest release from Apple), Eclipse 3.2M4, GEF3.2M3 and EMF 2,2M3... AND YES I am able to use VE !! It is quite slow even I am on a dual G5 bu...
178 Forum: Visual Editor (VE) «» Posted on: Wed, 21 December 2005 21:51 «» By: Dominique Buenzli
Virtual Editor 1.2 M1 and 10.4 Tiger
Hello ! I've installed Virtual Editor 1.2M1 on my mac os X 10.4.3 (Tiger) machine. I am running java 1.5 (latest release from Apple), Eclipse 3.2M4, GEF3.2M3 and EMF 2,2M3... AND YES I am able to use VE !! It is quite slow even I am on a dual G5 bu...
179 Forum: Eclipse Platform «» Posted on: Wed, 21 December 2005 18:57 «» By: Eclipse User
Re: Split Text Editors ?
Originally posted by: automatic.javalobby.org You can have two editors open at once and dock them, like you would a view. Use the Window -> New Editor when you have a file selected, and you get a second editor on the same file. Now you can drag and dro...
180 Forum: Rich Client Platform (RCP) «» Posted on: Mon, 19 December 2005 20:38 «» By: Nick Edgar
Re: How to put perspective bar at top right position
Paul is correct. It works only when the coolbar is visible. Please file a bug report against Platform UI. Nick Paul Webster wrote: > Tai Hu wrote: > >> I tried both PlatformUI.getPreferenceStore().setDefault() and adding a >>...
181 Forum: Rich Client Platform (RCP) «» Posted on: Wed, 07 December 2005 19:02 «» By: Paul Webster
Re: How to put perspective bar at top right position
Tai Hu wrote: > I tried both PlatformUI.getPreferenceStore().setDefault() and adding a > customization.ini file to dock the perspective bar at top right. > However, perspective bar is always docking at top left position. I found > that i...
182 Forum: Rich Client Platform (RCP) «» Posted on: Wed, 07 December 2005 17:51 «» By: Eclipse User
How to put perspective bar at top right position
Originally posted by: hutai66.gmail.com I tried both PlatformUI.getPreferenceStore().setDefault() and adding a customization.ini file to dock the perspective bar at top right. However, perspective bar is always docking at top left position. I found ...
183 Forum: Rich Client Platform (RCP) «» Posted on: Tue, 06 December 2005 14:38 «» By: Eclipse User
Re: SHOW_TRADITIONAL_STYLE_TABS
Originally posted by: jdcalus.cal2.net Tomasz Luchowski wrote: > Jeff, > > You're probably looking for this: > > <extension > id="someproduct" > point="org.eclipse.core.runtime.products"> > ...
184 Forum: Rich Client Platform (RCP) «» Posted on: Tue, 06 December 2005 09:31 «» By: Eclipse User
Re: SHOW_TRADITIONAL_STYLE_TABS
Originally posted by: tomasz.luchowski.com Jeff, You're probably looking for this: <extension id="someproduct" point="org.eclipse.core.runtime.products"> <product application="com.example.someproduct.a...
185 Forum: Standard Widget Toolkit (SWT) «» Posted on: Tue, 15 November 2005 20:43 «» By: John
Re: changing the style of a Shell
Veronika Irvine wrote: > If you create the shell with the style SWT.NO_TRIM it will have no title bar > and you can create your own. However, I strongly recommend against this > because users expect a certain trim. Applications that write t...
186 Forum: GEF «» Posted on: Tue, 11 October 2005 16:01 «» By: Eclipse User
Re: Draw2d Figures Docking
Originally posted by: none.unknown.com Use the BorderLayout. "Luca" <luca@nononono.no> wrote in message news:a238a8aed076b9222c9f28d514a55ba4$1@www.eclipse.org... > Hi all, > > I'm trying to build an editor based on...
187 Forum: GEF «» Posted on: Tue, 11 October 2005 13:53 «» By: Eclipse User
Re: Draw2d Figures Docking
Originally posted by: ingo.koch[nospam].sap.com Hi Luca, extend XYLayout, override layout() by copy/pasting the code , identify your 2 figures and layout them to your needs. For the others, let the original code do the work. (Thats only a solution u...
188 Forum: GEF «» Posted on: Tue, 11 October 2005 09:18 «» By: Eclipse User
Draw2d Figures Docking
Originally posted by: luca.nononono.no Hi all, I'm trying to build an editor based on GEF which should have two figures docked to the vertical borders of the editing area. Other elements will be added in the remaining central area. I've tried im...
189 Forum: Eclipse Platform «» Posted on: Fri, 07 October 2005 13:30 «» By: Eclipse User
Re: API Help
Originally posted by: Lamont_Gilbert.rigidsoftware.com Rich Kulp wrote: > Any one of the following brings up the java doc. > > A) Select the class in the package explorer and hit shift+F2. This > brings up an external browser with the ja...
190 Forum: Eclipse Platform «» Posted on: Thu, 06 October 2005 20:10 «» By: Eclipse User
Re: API Help
Originally posted by: richkulp.us.NO_SPAM.ibm.com Any one of the following brings up the java doc. A) Select the class in the package explorer and hit shift+F2. This brings up an external browser with the java doc. B) In the java editor, select th...
191 Forum: Newcomers «» Posted on: Tue, 27 September 2005 16:37 «» By: Eclipse User
Re: Linking upper and lower panels
Originally posted by: anon.nospam.com "Shef" <anon@nospam.com> wrote in message news:dh6o9r$f1k$1@news.eclipse.org... > Somehow I clicked the wrong thing in my Java perspective and lost the > Outline panel. I made it vis...
192 Forum: Rich Client Platform (RCP) «» Posted on: Thu, 01 September 2005 15:22 «» By: Boris Bokowski
Re: setShowPerspectiveBar() -> how to get PerspectiveBar created?
The docking location of the perspective bar can be set using a preference. See IWorkbenchPreferenceConstants. You can set the preference programmatically - see PlatformUI.getPreferenceStore() -, or add an entry to your plugin_customization.ini file. The...
193 Forum: Rich Client Platform (RCP) «» Posted on: Thu, 01 September 2005 09:55 «» By: arne anka
setShowPerspectiveBar() -> how to get PerspectiveBar created?
hi, IWorkbenchWindowConfigurer.setShowPerspectiveBar(true) shows the perspective bar -- ho do i get grip of the perspective bar? i would like to programatically set the bar to dock left and change the images used.
194 Forum: Standard Widget Toolkit (SWT) «» Posted on: Wed, 24 August 2005 13:38 «» By: Grant Gayed
Re: SWT and Java Web Start under Motif for Solaris and HP-UX ?
Andreas, I think the FAQ entry is slightly misleading in two ways: 1. "As of 2.1" is not meant to imply that this worked previous to 2.1 and then stopped working. I believe that this entry was added to the FAQ in the 2.1 timeframe, with ...
195 Forum: Standard Widget Toolkit (SWT) «» Posted on: Wed, 24 August 2005 08:43 «» By: Andreas Niemeyer
Re: SWT and Java Web Start under Motif for Solaris and HP-UX ?
Hi all! I have posted some of my questions in a HP Dev Resource Central forum and here are the answers from Eniac Zhang http://devresource.hp.com/forums/thread.jspa?threadID=3721 One remaining and most important question I have: What are the...
196 Forum: Standard Widget Toolkit (SWT) «» Posted on: Wed, 17 August 2005 06:34 «» By: Andreas Niemeyer
Re: SWT and JWS with HP-UX motif?
Hi all! ....ok, what I have found was a similar situation for OS X, how to thread to run a patched java_swt instead of the java launcher (snip block below). Before I start and try to type a wrapper class, I would like to know what potential ...
197 Forum: Eclipse Platform «» Posted on: Fri, 12 August 2005 17:45 «» By: Eclipse User
Re: getting the lower-left corner dock ???
Originally posted by: richkulp.us.NO_SPAM.ibm.com That means you moved the dock either to the upper left or the upper right. To go back to the lower left just bring up the popup menu on the current dock and select the dock location that you want. -...
198 Forum: Eclipse Platform «» Posted on: Fri, 12 August 2005 17:08 «» By: Eclipse User
getting the lower-left corner dock ???
Originally posted by: yvon_thoraval.mac.com Hey all, today i discovered when launching a new eclipse working (at plugin build time) their is, normally, a dock on the the lower-left corner of the window. althought i've seen that on a second workben...
199 Forum: Rich Client Platform (RCP) «» Posted on: Mon, 08 August 2005 13:16 «» By: Stefan Hoehn
Re: The Style of IFolderLayout in RCP.
There is another approach: Add a file named plugin_customization.ini next to where plugin.xml is (root). This is how my file looks like: # plugin_customization.ini # Property "org.eclipse.ui/defaultPerspectiveId" controls the # p...
200 Forum: Rich Client Platform (RCP) «» Posted on: Fri, 05 August 2005 14:04 «» By: Eclipse User
Start with a detached view?
Originally posted by: nuhuh.nowhere.at Hi, I've been wondering, is there a way to start with a detached view on application startup? I have this connection selector view that I would like to appear in its own window by default, but the user could then d...
Pages (2): [1  2    »]

Current Time: Tue May 21 07:29:47 GMT 2024

Powered by FUDForum. Page generated in 0.48984 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top