In eclipse Graphical Modelling Framework Editor, How to disable a certain context menu for a Dialog Node? - eclipse-gmf

In eclipse Graphical Modelling Framework Editor, How to disable a certain context menu for a Dialog Node? I want to disable 'Duplicate' menu within 'Edit' menu
I tried going through eclipse forums and internet. But nothing worked for me

Related

XSP Editor Toolbar takes up entire screen

Anyone seen this before? Opening xPages and custom controls in the XSP editor and the toolbar masks the entire screen. Have no idea how to get rid of it. Happens in all db's. Ran repair on the designer installation, uninstalled and re-installed to no avail. I can open via Package Explorer and the XML editor.

Make eclipse console buttons permanent?

I just migrated from a Windows machine to a Linux machine and I use Eclipse. In eclipse, on the windows machine, I used to have multiple buttons in the top right of the console view for starting, stopping, etc. In the Linux version of Eclipse I only have these buttons when I hover over maximize in the console view, and then they snap back after a brief period. Is there a way to make these buttons permanent in the console view on Eclipse for Linux?
See link for image:
Eclipse Console
It looks like this was an issue with the theme I was using (Moonrise UI). I switch the eclipse theme to either Moonrise (Standalone) or to Dark from Moonrise and my issue was fixed!

How do you save multiple tool window layouts in Android Studio?

I arranged my Android Studio IDE tool windows layout to fit 2 screens in a dual monitor setup and saved it as the default. I would also like to save another layout for single screen setup.
Question: Is it possible to save multiple layout configuration for tool windows in Android Studio. If so how?
Thanks,
George
Go to menu window > Store current layout as default
A bit late to the party, but there is a newer plugin, that works much better imho.
You can define 4 layouts, it can switch layouts immediately, it also (re-)stores the floating state of each panel and so on:
https://plugins.jetbrains.com/plugin/13005-window-layout-manager
There is an IntelliJ IDEA plugin preserve-layout-plugin that allows you to that. It's available in the plugin repository, just search for preserve.
By default, you need to restart the IDE or open another project in order to load the layout but the following works as well: you import the layout, you store it as default, and then you restore the default layout.
The following method helped me.
1) Run Android Studio as administrator.
2) Now, arrange the tabs as you want.
3) Go to Window->Store current layout as default.
This is something I missed when I started Android development especially after using multiple layout in Unity Editor before this.
However, I found this plugin - "Window Layout Manager" Link which you can also find and install via Android Studio plugins marketplace.
Allows you to arrange different windows/components like terminal, logcat, project explorer etc and save it with a name.

MFC Feature Pack: Re-show classic Menu under XP

We ported our program to use MFC Feature Pack. The problem is that the menu bar is not visible when Windows XP is used. (With Windows 7 it works.) This seems to be a known problem and a codeproject article recommends using CMFCMenuBar. But we don't like that option because we have a custom menu with lots of custom program code.
Is there are way to show the "classic" menu under XP?

cannot view visual designer in MonoDevelop

I cannot see any visual design tools in monodevelop. "Design" and "Source Code" buttons which are supposed to be at the bottom of a designer file. I checked if gtksharp is selected in the references. MonoDevelop is totally new to me and i am really stuck right now that i cannot find anything in google.
The designer does't show up for all files that contain GTK# classes, it only shows up for those which were created with designer support - the "Window", "Widget" and "Dialog" templates.
These templates are available if your project references GTK# - but the easiest way is to create a new GTK# Application project, which has the correct references, the app initialization boilerplate, and a designer window class (MainWindow.cs).

Resources