This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class RangeModule { | |
static class Range { | |
private static final boolean DEBUG = false; | |
private static final boolean BIASED_SPLIT = true; | |
private static final int MID_NON_MARKED = -1; | |
private static final int MID_ALL_MARKED = -2; | |
int startValue; | |
int endValue; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- create a common config shareing workspace, for configuraiton management purpose only | |
- got to settings -> Oomph -> Setup Tasks -> Preference Recorder | |
- tick record into, usually User is best | |
- new created workspace will pick up those configuration automatically | |
- new workspace does not need to record the configuration, there seems some conflicting when multiple workspaces are recording configuration | |
- if there is a sharable config change, it is best to go to config share workspace, change it again, and ensure the change be ing recorded | |
- the edit icon at the record option, can open the raw record file | |
- find the which config item being involved | |
- ensure it is ticked in the record setting panel |
OlderNewer