Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT-based launch configuration

Hi.

You are probably missing (have empty) ILaunchConfiguration.performApply, setDefaults, initializeFrom. As far as I know, only when those do transfer data to/from ILaunchConfigurationWorkingCopy are these buttons enabled.

Regards.
Branko

On 03/29/2012 02:55 PM, Sergey Smolov wrote:
Hello, List!

My purpose now is to develop a special CDT-based launch configuration for launching C++ applications. For reaching that purpose I've developed some classes, but the problem is that in my ConfigurationTab (that extends CLaunchConfigurationTab) I have "Apply\Revert" buttons inactive and, as I can see, the information, that I enter at that tab, didn't stored anywhere(for example, I can't extract it in class that extends AbstractCLaunchDelegate ).

What could be the reason of such strange behaviour?

Any help will be much appreciated. Thanks in advance!
-- 
Sincerely yours,
Sergey Smolov
ISP RAS


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top