source: trunk/src/org/expeditee/settings/experimental/ExperimentalFeatures.java@ 666

Last change on this file since 666 was 666, checked in by jts21, 10 years ago

Tidy up settings (no longer directly using GenericSettings)

File size: 384 bytes
Line 
1package org.expeditee.settings.experimental;
2
3import org.expeditee.setting.BooleanSetting;
4
5public class ExperimentalFeatures {
6
7 public static final BooleanSetting AutoWrap = new BooleanSetting("Enable auto wrapping of text", false);
8
9 public static final BooleanSetting MousePan = new BooleanSetting("Enable panning of the frame by shift-click and dragging the mouse", false);
10
11}
Note: See TracBrowser for help on using the repository browser.