Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] BuilderPropertyPage questions

Hola.

I'm cleaning up the version of BuilderPropertyPage that's in the SA_NEW_UI 
stream. There are some invalid references in the BuilderPropertyPage for 
which I can't find the new reference.

Specifically, the instance method ExternalTool#toBuildCommand(ICommand) and 
the static method ExternalTool.fromArgumentMap(Map). Has the functionality of 
these methods been moved elsewhere or do the methods need to be rewritten?

Also, there are a number of references to image constants defined on the 
plugin which have been deleted. How would you prefer to replace these 
constants? Should I just put the values in place of the references or should 
I redefine the constants somewhere?

Thanks,
- Jared


Back to the top