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

Method createActions

src/main/java/org/fife/rtext/RText.java:288–292  ·  view source on GitHub ↗

Creates the array of actions used by this RText. @param prefs The RText properties for this RText instance.

(RTextPrefs prefs)

Source from the content-addressed store, hash-verified

286 * @param prefs The RText properties for this RText instance.
287 */
288 @Override
289 protected void createActions(RTextPrefs prefs) {
290 ActionFactory.addActions(this, prefs);
291 loadActionShortcuts(getShortcutsFile());
292 }
293
294
295 /**

Callers

nothing calls this directly

Calls 2

addActionsMethod · 0.95
getShortcutsFileMethod · 0.95

Tested by

no test coverage detected