X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2FMainPreferencePage.java;fp=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2FMainPreferencePage.java;h=87e2334bfacef5114849123a7d1b1791f2de96a7;hb=d1abde47b23153d899b3d39bcb2794acb83c6e68;hp=f06f5ac0b9ed5eca2a6da0ed3f603d78c6d0254a;hpb=f289c583ebb998cc3d595ef6490d6c4554cf12ae;p=Mograsim.git diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/MainPreferencePage.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/MainPreferencePage.java index f06f5ac0..87e2334b 100644 --- a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/MainPreferencePage.java +++ b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/MainPreferencePage.java @@ -34,6 +34,8 @@ public class MainPreferencePage extends FieldEditorPreferencePage implements IWo addField(new ComboFieldEditor("net.mograsim.logic.model.button.action", "Mouse button for actions", MOUSE_BUTTONS, parent)); addField(new ComboFieldEditor("net.mograsim.logic.model.button.drag", "Mouse button for dragging", MOUSE_BUTTONS, parent)); addField(new ComboFieldEditor("net.mograsim.logic.model.button.zoom", "Mouse button for zooming", MOUSE_BUTTONS, parent)); + addField(new BooleanFieldEditor("net.mograsim.plugin.core.editors.mpm.descriptionascolumnname", + "Use the MPM column description as table header", parent)); // TODO add other preferences } } \ No newline at end of file