1 Pages (5 items)
Customisation of 'Insert'- Menu - расположение Plugins-аплеттов меню в 'Insert' - Messages
#1 Posted: 12/7/2018 12:34:48 PM
ничего если я обращаюсь здесь на русском языке?
Я начинающий пользователь и у меня есть пару вопросов по 'usability'...
подскажите пожалуйста, как изменить или сгруппировать расположение Plugins-аплеттов меню в 'Insert' ?
Дело в том что у моего ноутбука разрешение экрана установлено по максиму, которое позволяет видяха, но не все менюшки помещаются в размер экрана по вертикали.
Или есть как то возможность сгруппировать меню например плагина/ов "Maple" + "Maple_Plot" а одну директорию -> Maple?
Тоже самое с менюшками "Control" + "Controlbox" + "Chexbox" -> В одну директорию / подменю скажем так так же в "Control" ?
Благодарствую за ваш труд!
С уважением Андрей.
#2 Posted: 12/7/2018 12:49:36 PM
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 Posted: 12/7/2018 1:20:57 PM
Он написал, что можно попросить это сделать авторов плагинов. Я рекомендую убрать пункты, которые вряд ли понадобятся, например: 3D Plot, Control, ScrollBarEx, NPlot, Modeller - эти плагины специфические или ещё не до конца доработаны.
Russia ☭ forever, Viacheslav N. Mezentsev
#4 Posted: 12/7/2018 10:08:44 PM
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 users liked this post
Вячеслав Мезенцев 1/15/2019 7:01:00 AM
1 Pages (5 items)
-
New Posts
-
No New Posts