MCPcopy Create free account
hub / github.com/bobbylight/RText / RTextPrefs

Method RTextPrefs

src/main/java/org/fife/rtext/RTextPrefs.java:148–151  ·  view source on GitHub ↗

Constructor; initializes all values to "defaults."

()

Source from the content-addressed store, hash-verified

146 * Constructor; initializes all values to "defaults."
147 */
148 public RTextPrefs() {
149 setDefaults();
150 addAppSpecificTypeLoaders();
151 }
152
153
154 private void addAppSpecificTypeLoaders() {

Callers

nothing calls this directly

Calls 2

setDefaultsMethod · 0.95

Tested by

no test coverage detected