.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: resources .. class:: alert alert-info pull-top .. contents:: *Module:* `resources.py `_ API ======================================================================= No description. *Imports:* ------------ - `os `_ - `sys `_ - `PyQt4.QtCore.QDir `_ - `PyQt4.QtGui.QKeySequence `_ - `PyQt4.QtCore.QSettings `_ - `PyQt4.QtCore.Qt `_ *Global Attributes:* ---------------------- - `ADDINS [at ln:46] `_ - `BUGS_PAGE [at ln:76] `_ - `COLOR_SCHEME [at ln:187] `_ - `CUSTOM_SCHEME [at ln:225] `_ - `CUSTOM_SHORTCUTS [at ln:302] `_ - `EDITOR_SKINS [at ln:57] `_ - `GET_SYSTEM_PATH [at ln:68] `_ - `HOME_NINJA_PATH [at ln:42] `_ - `HOME_PATH [at ln:31] `_ - `IMAGES [at ln:95] `_ - `LANGS [at ln:55] `_ - `LANGUAGES_URL [at ln:84] `_ - `LOG_FILE_PATH [at ln:66] `_ - `NINJA_EXECUTABLE [at ln:33] `_ - `NINJA_THEME [at ln:59] `_ - `NINJA_THEME_CLASSIC [at ln:61] `_ - `NINJA_THEME_DOWNLOAD [at ln:64] `_ - `PLUGINS [at ln:50] `_ - `PLUGINS_COMMUNITY [at ln:88] `_ - `PLUGINS_DESCRIPTOR [at ln:52] `_ - `PLUGINS_DOC [at ln:78] `_ - `PLUGINS_WEB [at ln:86] `_ - `PRJ_PATH [at ln:35] `_ - `QML_FILES [at ln:70] `_ - `SCHEMES_URL [at ln:82] `_ - `SETTINGS_PATH [at ln:44] `_ - `SHORTCUTS [at ln:234] `_ - `SYNTAX_FILES [at ln:48] `_ - `UPDATES_URL [at ln:80] `_ - `frozen [at ln:37] `_ ---- *Global Functions:* --------------------- *Function:* `clean_custom_shortcuts() [at ln:336] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def clean_custom_shortcuts(): | Cleans CUSTOMS\_SHORTCUTS ---- *Function:* `create_home_dir_structure() [at ln:344] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def create_home_dir_structure(): | Create the necesary directories structure for NINJA-IDE ---- *Function:* `get_shortcut(shortcut_name) [at ln:326] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def get_shortcut(shortcut_name): | Returns the shortcut looking into CUSTOM\_SHORTCUTS and | SHORTCUTS ---- *Function:* `load_shortcuts() [at ln:309] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def load_shortcuts(): | Loads the shortcuts from QSettings