Customisation of 'Insert'- Menu

Customisation of 'Insert'- Menu - расположение Plugins-аплеттов меню в 'Insert' - Messages

#1 Posted: 12/7/2018 12:34:48 PM
Andrey

Andrey

1 likes in 44 posts.

Group: User

Screenshot1.pngДобрый день уважаемые эксперты Smath Studio,

ничего если я обращаюсь здесь на русском языке?

Я начинающий пользователь и у меня есть пару вопросов по 'usability'...
подскажите пожалуйста, как изменить или сгруппировать расположение Plugins-аплеттов меню в 'Insert' ?
Дело в том что у моего ноутбука разрешение экрана установлено по максиму, которое позволяет видяха, но не все менюшки помещаются в размер экрана по вертикали.

Или есть как то возможность сгруппировать меню например плагина/ов "Maple" + "Maple_Plot" а одну директорию -> Maple?


Тоже самое с менюшками "Control" + "Controlbox" + "Chexbox" -> В одну директорию / подменю скажем так так же в "Control" ?

Благодарствую за ваш труд!
С уважением Андрей.
#2 Posted: 12/7/2018 12:49:36 PM
Davide Carpi

Davide Carpi

1416 likes in 2873 posts.

Group: Moderator

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
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
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Он написал, что можно попросить это сделать авторов плагинов. Я рекомендую убрать пункты, которые вряд ли понадобятся, например: 3D Plot, Control, ScrollBarEx, NPlot, Modeller - эти плагины специфические или ещё не до конца доработаны.
Russia ☭ forever, Viacheslav N. Mezentsev
#4 Posted: 12/7/2018 10:08:44 PM
Davide Carpi

Davide Carpi

1416 likes in 2873 posts.

Group: Moderator

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
#5 Posted: 12/10/2018 6:55:43 AM
Andrey

Andrey

1 likes in 44 posts.

Group: User

Davide, thank you very much for your help!
Viacheslav N. Mezentsev, cпасибо за ответ и комментарии!
  • New Posts New Posts
  • No New Posts No New Posts