WS-11.0.3 <marti@DESKTOP-ITST4MB Create baseRefactoring.xml, markdown.xml, ide.general.xml, git.xml, project.default.xml, diff.xml, other.xml, scratches.xml, file.template.settings.xml, find.xml, ui.lnf.xml, keymap.xml, code.style.schemes.xml, Book.xhtml, watcherDefaultTasks.xml, colors.scheme.xml, Default.xml, laf.xml, path.macros.xml, Default _1_.xml, web-browsers.xml, vcs.xml, Cobalt copy.icls, editor.xml, debugger.xml

This commit is contained in:
martind2000 2016-02-16 00:44:57 +00:00
parent 0e797052c2
commit 5257da891d
25 changed files with 2210 additions and 0 deletions

6
_windows/git.xml Normal file
View File

@ -0,0 +1,6 @@
<application>
<component name="Git.Application.Settings">
<option name="myPathToGit" value="C:\Program Files (x86)\Git\cmd\git.exe" />
<option name="SSH_EXECUTABLE" value="IDEA_SSH" />
</component>
</application>

5
_windows/keymap.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="KeymapManager">
<active_keymap name="$default" />
</component>
</application>

5
_windows/laf.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="LafManager">
<laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" />
</component>
</application>

8
_windows/path.macros.xml Normal file
View File

@ -0,0 +1,8 @@
<application>
<component name="PathMacrosImpl">
<ignoredMacro name="MESSAGE" />
<ignoredMacro name="FILE_PATH" />
<ignoredMacro name="LINE" />
<ignoredMacro name="COLUMN" />
</component>
</application>

5
baseRefactoring.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="BaseRefactoringSettings">
<option name="SAFE_DELETE_WHEN_DELETE" value="false" />
</component>
</application>

5
code.style.schemes.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="CodeStyleSchemeSettings">
<option name="CURRENT_SCHEME_NAME" value="Default (1)" />
</component>
</application>

View File

@ -0,0 +1,14 @@
<code_scheme name="Default (1)">
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
<codeStyleSettings language="JSON">
<indentOptions>
<option name="INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="JavaScript">
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
</codeStyleSettings>
</code_scheme>

5
colors.scheme.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="EditorColorsManagerImpl">
<global_color_scheme name="Cobalt copy" />
</component>
</application>

1951
colors/Cobalt copy.icls Normal file

File diff suppressed because it is too large Load Diff

13
debugger.xml Normal file
View File

@ -0,0 +1,13 @@
<application>
<component name="XDebuggerSettings">
<data-views />
<general />
<debuggers>
<debugger id="javascript">
<configuration>
<custom-object-presentation />
</configuration>
</debugger>
</debuggers>
</component>
</application>

32
diff.xml Normal file
View File

@ -0,0 +1,32 @@
<application>
<component name="DiffSettings">
<option name="PLACES_MAP">
<entry key="ChangesView">
<PlaceSettings />
</entry>
<entry key="CommitDialog">
<PlaceSettings />
</entry>
<entry key="Default">
<PlaceSettings />
</entry>
</option>
</component>
<component name="TextDiffSettings">
<option name="PLACES_MAP">
<entry key="ChangesView">
<PlaceSettings>
<option name="EXPAND_BY_DEFAULT" value="false" />
</PlaceSettings>
</entry>
<entry key="CommitDialog">
<PlaceSettings>
<option name="EXPAND_BY_DEFAULT" value="false" />
</PlaceSettings>
</entry>
<entry key="Default">
<PlaceSettings />
</entry>
</option>
</component>
</application>

5
editor.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="EditorSettings">
<option name="ARE_LINE_NUMBERS_SHOWN" value="true" />
</component>
</application>

View File

@ -0,0 +1,9 @@
<application>
<component name="ExportableFileTemplateSettings">
<internal_templates>
<template name="HTML File.html" reformat="true" live-template-enabled="true" enabled="true" />
<template name="HTML4 File.html" reformat="true" live-template-enabled="true" enabled="true" />
<template name="XHTML File.xhtml" reformat="true" live-template-enabled="true" enabled="true" />
</internal_templates>
</component>
</application>

19
fileTemplates/Book.xhtml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The Shadowmaster - Chapter </title>
<link rel="stylesheet" type="text/css" href="imperaWeb.css"/>
<link rel="stylesheet" type=
"application/vnd.adobe-page-template+xml" href=
"page-template.xpgt"/>
</head>
<body>
<div id="text">
<div class="section" id="xhtmldocuments">
</div>
</div>
</body>
</html>

11
find.xml Normal file
View File

@ -0,0 +1,11 @@
<application>
<component name="FindSettings">
<option name="caseSensitive" value="true" />
<option name="customScope" value="Directory 'C:\Users\marti\dev\booksnew\build\darkvalley\OEBPS'" />
<option name="defaultScopeName" value="Directory 'C:\Users\marti\dev\booksnew\build\darkvalley\OEBPS'" />
<option name="localCaseSensitive" value="true" />
<option name="CASE_SENSITIVE_SEARCH" value="true" />
<option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" />
<option name="SEARCH_SCOPE" value="Directory 'C:\Users\marti\dev\booksnew\build\darkvalley\OEBPS'" />
</component>
</application>

8
ide.general.xml Normal file
View File

@ -0,0 +1,8 @@
<application>
<component name="GeneralSettings">
<option name="showTipsOnStartup" value="false" />
</component>
<component name="Registry">
<entry key="ide.firstStartup" value="false" />
</component>
</application>

3
inspection/Default.xml Normal file
View File

@ -0,0 +1,3 @@
<inspections profile_name="Default" version="1.0">
<option name="myName" value="Default" />
</inspections>

3
markdown.xml Normal file
View File

@ -0,0 +1,3 @@
<application>
<component name="MarkdownSettings" parsingTimeout="10000" smarts="false" quotes="false" abbreviations="false" hardWraps="false" autoLinks="false" wikiLinks="false" tables="false" definitions="false" fencedCodeBlocks="false" suppressHTMLBlocks="false" suppressInlineHTML="false" strikethrough="false" />
</application>

22
other.xml Normal file
View File

@ -0,0 +1,22 @@
<application>
<component name="AppInspectionProfilesVisibleTreeState">
<entry key="Default">
<profile-state>
<expanded-state>
<State>
<id />
</State>
</expanded-state>
<selected-state>
<State>
<id>CoffeeScript</id>
</State>
</selected-state>
</profile-state>
</entry>
</component>
<component name="NodeLocalInterpreterManager">
<node-interpreter path="C:/Program Files (x86)/nodejs/node.exe" version="5.4.0" last-modified="1452116096000" />
<node-interpreter path="C:/Program Files/nodejs/node.exe" version="5.5.0" last-modified="1455371313740" />
</component>
</application>

24
project.default.xml Normal file
View File

@ -0,0 +1,24 @@
<application>
<component name="ProjectManager">
<defaultProject>
<component name="Encoding">
<file url="PROJECT" charset="UTF-8" />
</component>
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
<OptionsSetting value="true" id="Add" />
<OptionsSetting value="true" id="Remove" />
<OptionsSetting value="true" id="Checkout" />
<OptionsSetting value="true" id="Update" />
<OptionsSetting value="true" id="Status" />
<OptionsSetting value="true" id="Edit" />
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="PropertiesComponent">
<property name="settings.editor.selected.configurable" value="reference.settingsdialog.IDE.editor.colors" />
<property name="settings.editor.splitter.proportion" value="0.2" />
<property name="last_opened_file_path" value="$USER_HOME$/dev" />
</component>
</defaultProject>
</component>
</application>

6
scratches.xml Normal file
View File

@ -0,0 +1,6 @@
<application>
<component name="ScratchFileService">
<file url="file://$APPLICATION_CONFIG_DIR$/scratches/scratch" value="HTML" />
<file url="file://$APPLICATION_CONFIG_DIR$/scratches/scratch_1" value="JSON" />
</component>
</application>

5
ui.lnf.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="UISettings">
<option name="HIDE_TOOL_STRIPES" value="false" />
</component>
</application>

13
vcs.xml Normal file
View File

@ -0,0 +1,13 @@
<application>
<component name="GitRememberedInputs">
<option name="visitedUrls">
<list>
<UrlAndUserName>
<option name="url" value="https://martind2000@bitbucket.org/martind2000/silvrapi.git" />
<option name="userName" value="" />
</UrlAndUserName>
</list>
</option>
<option name="cloneParentDir" value="C:\Users\marti\dev" />
</component>
</application>

23
watcherDefaultTasks.xml Normal file
View File

@ -0,0 +1,23 @@
<application>
<component name="ApplicationTasksOptions">
<TaskOptions isEnabled="true">
<option name="arguments" value="$FileName$" />
<option name="checkSyntaxErrors" value="true" />
<option name="description" value="Compiles .jade files into .html files" />
<option name="exitCodeBehavior" value="ERROR" />
<option name="fileExtension" value="jade" />
<option name="immediateSync" value="true" />
<option name="name" value="Jade" />
<option name="output" value="$FileNameWithoutExtension$.html" />
<option name="outputFilters">
<array />
</option>
<option name="outputFromStdout" value="false" />
<option name="program" value="C:/Program Files/nodejs/jade.cmd" />
<option name="scopeName" value="Project Files" />
<option name="trackOnlyRoot" value="true" />
<option name="workingDir" value="$FileDir$" />
<envs />
</TaskOptions>
</component>
</application>

10
web-browsers.xml Normal file
View File

@ -0,0 +1,10 @@
<application>
<component name="WebBrowsersConfiguration">
<browser id="98ca6316-2f89-46d9-a9e5-fa9e2b0625b3" name="Chrome" family="CHROME" />
<browser id="a7bb68e0-33c0-4d6f-a81a-aac1fdb870c8" name="Firefox" family="FIREFOX" />
<browser id="e5120d43-2c3f-47ef-9f26-65e539e05186" name="Safari" family="SAFARI" />
<browser id="53e2f627-b1a7-4dfa-bfa7-5b83cc034776" name="Opera" family="OPERA" />
<browser id="b1b2ec2c-20bd-4ee2-89c4-616db004bcd4" name="Yandex" family="CHROME" path="browser" active="false" />
<browser id="16bf23d4-93e0-4ffc-bfd6-cb13575177b0" name="Internet Explorer" family="EXPLORER" />
</component>
</application>