WS-2017.3.5 <martin@Admins-MacBook-Pro.local Overwrite local to https://gitlab.silvrtree.co.uk/martind2000/intellijsettings-MAC.git

This commit is contained in:
martin 2018-03-15 11:35:55 +00:00
commit bc1fe9f296
9 changed files with 91 additions and 2 deletions

7
_mac/abbreviations.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<component name="AbbreviationManager">
<abbreviations />
</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 (2)" />
</component>
</application>

6
colors.scheme.xml Normal file
View File

@ -0,0 +1,6 @@
<application>
<component name="EditorColorsManagerImpl">
<option name="USE_ONLY_MONOSPACED_FONTS" value="false" />
<global_color_scheme name="Monokai copy" />
</component>
</application>

View File

@ -1,4 +1,5 @@
<application>
<component name="DiffManager" COMPARISON_POLICY="Ignore spaces" />
<component name="TextDiffSettings">
<option name="PLACES_MAP">
<entry key="Default">

View File

@ -1,6 +1,8 @@
<application>
<component name="DefaultFont">
<option name="FONT_FAMILY" value="Roboto Mono" />
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="CONSOLE" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />

38
notifications.xml Normal file
View File

@ -0,0 +1,38 @@
<application>
<component name="NotificationConfiguration">
<notification groupId="Browser Connection" displayType="STICKY_BALLOON" />
<notification groupId="Browser Extension requested to be installed" />
<notification groupId="Common Version Control Messages" displayType="TOOL_WINDOW" />
<notification groupId="Database Navigator" displayType="TOOL_WINDOW" />
<notification groupId="Debugger messages" displayType="TOOL_WINDOW" shouldLog="false" />
<notification groupId="Error Report" />
<notification groupId="Execution" displayType="NONE" />
<notification groupId="Express Project Generator" />
<notification groupId="External Executable Critical Failures" displayType="TOOL_WINDOW" />
<notification groupId="File type recognized" />
<notification groupId="Git Important Errors" displayType="STICKY_BALLOON" />
<notification groupId="Git Important Messages" displayType="STICKY_BALLOON" />
<notification groupId="Git Messages" displayType="TOOL_WINDOW" />
<notification groupId="Git Minor Notifications" />
<notification groupId="IDE Fatal Errors" displayType="NONE" />
<notification groupId="IDE Usage Statistics" displayType="STICKY_BALLOON" />
<notification groupId="Indexing" />
<notification groupId="JavaScript debugger" displayType="TOOL_WINDOW" shouldLog="false" />
<notification groupId="JavaScript Library Management" displayType="STICKY_BALLOON" />
<notification groupId="Mercurial" displayType="NONE" />
<notification groupId="Mercurial Important Messages" displayType="STICKY_BALLOON" />
<notification groupId="Mercurial Messages" displayType="TOOL_WINDOW" />
<notification groupId="Node.js Boilerplate Project Generator" displayType="STICKY_BALLOON" />
<notification groupId="Node.js Project Detector" />
<notification groupId="Plugins Lifecycle Group" />
<notification groupId="Reformat Code" />
<notification groupId="System" displayType="STICKY_BALLOON" shouldLog="false" />
<notification groupId="Test Runner" displayType="NONE" />
<notification groupId="Update Checker" displayType="STICKY_BALLOON" />
<notification groupId="update.available.group" />
<notification groupId="Upgrade Subscription Renewal" displayType="STICKY_BALLOON" />
<notification groupId="Vcs Important Messages" displayType="STICKY_BALLOON" />
<notification groupId="Vcs Minor Notifications" />
<notification groupId="Web Deployment" displayType="TOOL_WINDOW" shouldLog="false" />
</component>
</application>

8
proxy.settings.xml Normal file
View File

@ -0,0 +1,8 @@
<application>
<component name="HttpConfigurable">
<option name="PROXY_HOST" value="http://wwwcache.open.ac.uk" />
<option name="PROXY_LOGIN" value="" />
<option name="PROXY_EXCEPTIONS" value="" />
<option name="PAC_URL" value="" />
</component>
</application>

12
remote-servers.xml Normal file
View File

@ -0,0 +1,12 @@
<application>
<component name="RemoteServers">
<remote-server name="Docker" type="docker">
<configuration email="">
<option name="certificatesPath" value="C:\Users\Martin\.docker\machine\machines\default" />
</configuration>
</remote-server>
<remote-server name="AWS ElasticBeanstalk" type="awselasticbeanstalk">
<configuration access-key="AKIAJWJS75F7WNCGK64A" region-url="elasticbeanstalk.eu-west-1.amazonaws.com" secret-key="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" />
</remote-server>
</component>
</application>

10
xpath.xml Normal file
View File

@ -0,0 +1,10 @@
<application>
<component name="XPathView.XPathViewPlugin">
<option name="attributes">
<TextAttributes />
</option>
<option name="contextAttributes">
<TextAttributes />
</option>
</component>
</application>