Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] IInterpreterInstallType feature request

Hi Alex,

Could you provide this abstract method:
String generateInterpreterName() in the IInterpreterInstallType
interface? This will be called from the
AbstractScriptInterpreterDialog.generateInterpreterName(). If the
result is null, the current implementation will take over.

A hack can be implemented in my extension of
AbstractScriptInterpreterDialog but only if you make the interpreter
install types combobox or an associated accesor method protected. This
is also the ugly version since I have to check in my code for the
particular install type and only for that to override the
functionality of
AbstractScriptInterpreterDialog.generateInterpreterName().

I hope you agree that the first option is a better choice. Please let
me know what you have against such a method: String
generateInterpreterName() in the IInterpreterInstallType interface.

Thanks!

Best regards,
Gabriel

-- 
MSc Gabriel Petrovay
MCSA, MCDBA, MCAD
Mobile: +41(0)787978034


Back to the top