Skip to content

Commit

Permalink
IntelliJ IDEA 2019.1
Browse files Browse the repository at this point in the history
Updated the currently used target version IntelliJ 2018.3 to the
latest version IntelliJ 2019.1 (1). This includes the obligatory
adjustment for the correct target paths `~/.IntelliJIdea2018.3` (Linux)
and `~/Library/Preferences/IntelliJIdea2018.3` (macOS).
It also removes the disabled CVS (2) and TFS (3) plugins since they are
no longer officially supported and not bundled with IntelliJ IDEA
anymore (4)).

References:
  (1) https://blog.jetbrains.com/idea/2019/03/intellij-idea-2019-1-is-released-theme-customization-java-12-switch-expressions-debug-inside-docker-containers-and-more
  (2) http://savannah.nongnu.org/projects/cvs
  (3) https://en.wikipedia.org/wiki/Team_Foundation_Server
  (4) https://blog.jetbrains.com/idea/2019/02/unbundling-tfs-and-cvs-integration-plugins

Resolves GH-193
  • Loading branch information
arcticicestudio committed Mar 30, 2019
1 parent b14c503 commit d5ac5d0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
2 changes: 0 additions & 2 deletions snowblocks/jetbrains/disabled_plugins.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
AngularJS
AntSupport
CFML Support
CVS
CloudBees
CloudFoundry
DevKit
Expand All @@ -20,7 +19,6 @@ Refactor-X
Resin
StrutsAssistant
Subversion
TFS
TestNG-J
WebSphere
Weblogic
Expand Down
72 changes: 37 additions & 35 deletions snowblocks/jetbrains/snowblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,244 +3,246 @@
"clean": [
"~/Library/Preferences/IntelliJIdea2018.2",
"~/Library/Preferences/IntelliJIdea2018.3",
"~/Library/Preferences/IntelliJIdea2019.1",
"~/.IntelliJIdea2018.2",
"~/.IntelliJIdea2018.3"
"~/.IntelliJIdea2018.3",
"~/.IntelliJIdea2019.1"
]
},
{
"link": {
"~/Library/Preferences/IntelliJIdea2018.3/codestyles/arctic-codestyle.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/codestyles/arctic-codestyle.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "codestyles/arctic-codestyle.xml"
}
},
"~/.IntelliJIdea2018.3/codestyles/arctic-codestyle.xml": {
"~/.IntelliJIdea2019.1/codestyles/arctic-codestyle.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "codestyles/arctic-codestyle.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/inspection/arctic-inspections.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/inspection/arctic-inspections.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "inspection/arctic-inspections.xml"
}
},
"~/.IntelliJIdea2018.3/inspection/arctic-inspections.xml": {
"~/.IntelliJIdea2019.1/inspection/arctic-inspections.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "inspection/arctic-inspections.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/keymaps/arctic-keymap.macos.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/keymaps/arctic-keymap.macos.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "keymaps/arctic-keymap.macos.xml"
}
},
"~/.IntelliJIdea2018.3/keymaps/arctic-inspections.xml": {
"~/.IntelliJIdea2019.1/keymaps/arctic-inspections.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "keymaps/arctic-keymap.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/code.style.schemes.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/code.style.schemes.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/code.style.schemes.xml"
}
},
"~/.IntelliJIdea2018.3/options/code.style.schemes.xml": {
"~/.IntelliJIdea2019.1/options/code.style.schemes.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/code.style.schemes.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/colors.scheme.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/colors.scheme.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/colors.scheme.xml"
}
},
"~/.IntelliJIdea2018.3/options/colors.scheme.xml": {
"~/.IntelliJIdea2019.1/options/colors.scheme.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/colors.scheme.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/customization.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/customization.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/customization.xml"
}
},
"~/.IntelliJIdea2018.3/options/customization.xml": {
"~/.IntelliJIdea2019.1/options/customization.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/customization.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/editor.codeinsight.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/editor.codeinsight.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/editor.codeinsight.xml"
}
},
"~/.IntelliJIdea2018.3/options/editor.codeinsight.xml": {
"~/.IntelliJIdea2019.1/options/editor.codeinsight.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/editor.codeinsight.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/editor.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/editor.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/editor.xml"
}
},
"~/.IntelliJIdea2018.3/options/editor.xml": {
"~/.IntelliJIdea2019.1/options/editor.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/editor.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/goLibraries.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/goLibraries.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/goLibraries.xml"
}
},
"~/.IntelliJIdea2018.3/options/goLibraries.xml": {
"~/.IntelliJIdea2019.1/options/goLibraries.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/goLibraries.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/ide.general.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/ide.general.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/ide.general.xml"
}
},
"~/.IntelliJIdea2018.3/options/ide.general.xml": {
"~/.IntelliJIdea2019.1/options/ide.general.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/ide.general.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/keymap.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/keymap.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/keymap.xml"
}
},
"~/.IntelliJIdea2018.3/options/keymap.xml": {
"~/.IntelliJIdea2019.1/options/keymap.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/keymap.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/laf.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/laf.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/laf.xml"
}
},
"~/.IntelliJIdea2018.3/options/laf.xml": {
"~/.IntelliJIdea2019.1/options/laf.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/laf.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/options.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/options.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/options.xml"
}
},
"~/.IntelliJIdea2018.3/options/options.xml": {
"~/.IntelliJIdea2019.1/options/options.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/options.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/project.default.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/project.default.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/project.default.xml"
}
},
"~/.IntelliJIdea2018.3/options/project.default.xml": {
"~/.IntelliJIdea2019.1/options/project.default.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/project.default.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/options/ui.lnf.xml": {
"~/Library/Preferences/IntelliJIdea2019.1/options/ui.lnf.xml": {
"create": true,
"force": true,
"hosts": {
"iceowl": "options/ui.lnf.xml"
}
},
"~/.IntelliJIdea2018.3/options/ui.lnf.xml": {
"~/.IntelliJIdea2019.1/options/ui.lnf.xml": {
"create": true,
"force": true,
"hosts": {
"igloo": "options/ui.lnf.xml"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/disabled_plugins.txt": {
"~/Library/Preferences/IntelliJIdea2019.1/disabled_plugins.txt": {
"create": true,
"force": true,
"hosts": {
"iceowl": "disabled_plugins.txt"
}
},
"~/.IntelliJIdea2018.3/disabled_plugins.txt": {
"~/.IntelliJIdea2019.1/disabled_plugins.txt": {
"create": true,
"force": true,
"hosts": {
"igloo": "disabled_plugins.txt"
}
},
"~/Library/Preferences/IntelliJIdea2018.3/disabled_update.txt": {
"~/Library/Preferences/IntelliJIdea2019.1/disabled_update.txt": {
"create": true,
"force": true,
"hosts": {
"iceowl": "disabled_update.txt"
}
},
"~/.IntelliJIdea2018.3/disabled_update.txt": {
"~/.IntelliJIdea2019.1/disabled_update.txt": {
"create": true,
"force": true,
"hosts": {
Expand Down

0 comments on commit d5ac5d0

Please sign in to comment.