/[svn]/gigedit/trunk/src/gigedit/Settings.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/Settings.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2894 by schoenebeck, Sat Apr 30 14:42:14 2016 UTC revision 2956 by schoenebeck, Sat Jul 16 15:31:47 2016 UTC
# Line 121  public: Line 121  public:
121      Property<bool> warnUserOnExtensions; ///< if enabled, the user shall he be warned if he is trying to use a gig format extension that will not work with Gigasampler/GigaStudio      Property<bool> warnUserOnExtensions; ///< if enabled, the user shall he be warned if he is trying to use a gig format extension that will not work with Gigasampler/GigaStudio
122      Property<bool> syncSamplerInstrumentSelection; ///< if enabled, the sampler's current instrument will automatically be switched whenever another instrument was selected in gigedit      Property<bool> syncSamplerInstrumentSelection; ///< if enabled, the sampler's current instrument will automatically be switched whenever another instrument was selected in gigedit
123      Property<bool> moveRootNoteWithRegionMoved; ///< if enabled, the root note(s) of regions are automatically moving when the user drags a region around at the virtual keyboard      Property<bool> moveRootNoteWithRegionMoved; ///< if enabled, the root note(s) of regions are automatically moving when the user drags a region around at the virtual keyboard
124        Property<bool> autoRestoreWindowDimension;
125    
126      // settings of "MainWindow" group      // settings of "MainWindow" group
127      Property<int> mainWindowX;      Property<int> mainWindowX;
# Line 133  public: Line 134  public:
134      Property<int> scriptEditorWindowY;      Property<int> scriptEditorWindowY;
135      Property<int> scriptEditorWindowW;      Property<int> scriptEditorWindowW;
136      Property<int> scriptEditorWindowH;      Property<int> scriptEditorWindowH;
137        Property<int> scriptEditorFontSize;
138    
139      // settings of "DimensionManager" group      // settings of "DimensionManager" group
140      Property<int> dimensionManagerWindowX;      Property<int> dimensionManagerWindowX;

Legend:
Removed from v.2894  
changed lines
  Added in v.2956

  ViewVC Help
Powered by ViewVC