[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dltk] Remote Launch Configuration Tab

Hi,
I have created my IDE for our domain language using DLTK framework
(using eclipse 3.3.2 with DLTK M4)It uses DLTK launching infrastructure.

In my IDE, I am using "Remote Launch Configuration Tab" which extends "org.eclipse.dltk.debug.ui.launchConfigurations.RemoteLaunchConfigurationTab"
There we have three text fields with labels - port , ideKey , remoteWorkingDir .All these parameters user has to give through Remote launch configuration tab.Dltk framework provide the default values of these fields i.e port as "10000" ,IDE Key as "idekey" .

Is there any mechanism to set our own DEFAULT values of these parameters? As the variables port and idekey are private variables and we dont have any handle i.e any getter and setter method,so that we can set our own default values.


Also I want a handle to change the labels in the Remote Launch Configuration Tab. For eg. I want to change the label "port" to "Remote Port". Is there any way to do this.

Please Help.