-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1 Выбор типа общего модуля из списка при создании нового #45
Conversation
############################################################################### | ||
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/) | ||
|
||
CommonModuleTypeDtNewWizardPage_Choose_valid_common_module_type_from_list = Выберите подходящий тип общего моделя из списка |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
моделя -> модуля
return nameSuffix; | ||
} | ||
|
||
public String getNameSuffix(ScriptVariant scriptVariant) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
java-doc
|
||
CommonModuleTypes_Server_Cached_module = Серверный модуль с повторным использованием возвращаемых значений | ||
|
||
CommonModuleTypes_Server_Full_access_module = Серверный модуль с привелегированным режимом исполнения |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
привелегированным -> привилегированным
При создании нового общего модуля - добавляется новая страничка:
Можно выбрать тип модуля с добавлением суфикса
Так же работает авто-определение типа, если на первой странице ввести нужный суффикс в наименование.