1 страниц (5 вхождений)
Customisation of 'Insert'- Menu - расположение Plugins-аплеттов меню в 'Insert' - Сообщения
#1 Опубликовано: 07.12.2018 12:34:48
ничего если я обращаюсь здесь на русском языке?
Я начинающий пользователь и у меня есть пару вопросов по 'usability'...
подскажите пожалуйста, как изменить или сгруппировать расположение Plugins-аплеттов меню в 'Insert' ?
Дело в том что у моего ноутбука разрешение экрана установлено по максиму, которое позволяет видяха, но не все менюшки помещаются в размер экрана по вертикали.
Или есть как то возможность сгруппировать меню например плагина/ов "Maple" + "Maple_Plot" а одну директорию -> Maple?
Тоже самое с менюшками "Control" + "Controlbox" + "Chexbox" -> В одну директорию / подменю скажем так так же в "Control" ?
Благодарствую за ваш труд!
С уважением Андрей.
#2 Опубликовано: 07.12.2018 12:49:36
Hello,
this is driven by the plugin settings before compiling, thus you have to ask it to each developer or alternatively download the sources and do the job by yourself, modifying the GetContextMenuItems(SessionProfile) method of IPluginCustomRegion interface and compiling for your own use
this is driven by the plugin settings before compiling, thus you have to ask it to each developer or alternatively download the sources and do the job by yourself, modifying the GetContextMenuItems(SessionProfile) method of IPluginCustomRegion interface and compiling for your own use

If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#3 Опубликовано: 07.12.2018 13:20:57
Он написал, что можно попросить это сделать авторов плагинов. Я рекомендую убрать пункты, которые вряд ли понадобятся, например: 3D Plot, Control, ScrollBarEx, NPlot, Modeller - эти плагины специфические или ещё не до конца доработаны.
Russia ☭ forever, Viacheslav N. Mezentsev
#4 Опубликовано: 07.12.2018 22:08:44
BTW for devs who wants to join their regions under "Plot" folder, that's the way to do it properly (localization aware):
public MenuButton[] GetMenuItems(SessionProfile sessionProfile)
{
var myMenuButton = new MenuButton("my plot", ...);
// ...
var plotFolder = new MenuButton(sessionProfile.CurrentLanguage.StringsGUI[151]);
plotFolder.AppendChild(myMenuButton);
return new[] { plotFolder };
}
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 пользователям понравился этот пост
Вячеслав Мезенцев 15.01.2019 07:01:00
1 страниц (5 вхождений)
-
Новые сообщения
-
Нет новых сообщений