Skip to content

Commit f6e2425

Browse files
committed
Fix IDEA config
1 parent 662c5ad commit f6e2425

8 files changed

Lines changed: 14 additions & 481 deletions

File tree

.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ gradle.properties
22
.gradle/
33
build/
44
$LOG_DIR$/
5-
Mathematica-IntelliJ-Plugin.iml
65
out/
7-
/.idea/*.xml
8-
!/.idea/uiDesigner.xml
9-
!/.idea/copyright/
10-
!/.idea/statistic.xml
116

7+
/.idea/compiler.xml
8+
/.idea/gradle.xml
129
/.idea/libraries/
1310
/.idea/markdown-navigator/
14-
/.idea/modules/
11+
/.idea/modules.xml
12+
/.idea/workspace.xml
13+
/.idea/misc.xml
14+
/.idea/kotlinc.xml
1515
/.idea/dictionaries/
16-
16+
*.iml

.idea/copyright/profiles_settings.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/Mathematica-IntelliJ-Plugin_main.iml

Lines changed: 0 additions & 221 deletions
This file was deleted.

.idea/modules/Mathematica-IntelliJ-Plugin_test.iml

Lines changed: 0 additions & 225 deletions
This file was deleted.

.idea/scopes/scope_settings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 Patrick Scheibe
1+
Copyright (c) 2017 Patrick Scheibe
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
[![Join the chat at https://gitter.im/Mathematica-IntelliJ/Lobby](https://badges.gitter.im/Mathematica-IntelliJ/Lobby.svg)](https://gitter.im/Mathematica-IntelliJ/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
33
[![Build Status](https://travis-ci.org/halirutan/Mathematica-IntelliJ-Plugin.svg?branch=develop)](https://travis-ci.org/halirutan/Mathematica-IntelliJ-Plugin)
44

5-
[![Code Sponsor](https://app.codesponsor.io/embed/gPCX357E9akZQtegGQhuixbD/halirutan/Mathematica-IntelliJ-Plugin.svg)](https://app.codesponsor.io/link/gPCX357E9akZQtegGQhuixbD/halirutan/Mathematica-IntelliJ-Plugin)
6-
75
# Mathematica (Wolfram Language) support for IntelliJ IDEA
86

97
![teaser](http://i.stack.imgur.com/N5KVt.gif)

build.gradle

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,6 @@ apply plugin: 'java'
2626
apply plugin: 'org.jetbrains.intellij'
2727
apply plugin: "kotlin"
2828

29-
30-
/*
31-
* Copyright (c) 2017 Patrick Scheibe
32-
*
33-
* Permission is hereby granted, free of charge, to any person obtaining a copy
34-
* of this software and associated documentation files (the "Software"), to deal
35-
* in the Software without restriction, including without limitation the rights
36-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37-
* copies of the Software, and to permit persons to whom the Software is
38-
* furnished to do so, subject to the following conditions:
39-
*
40-
* The above copyright notice and this permission notice shall be included in
41-
* all copies or substantial portions of the Software.
42-
*
43-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
49-
* THE SOFTWARE.
50-
*
51-
*/
52-
5329
//noinspection GroovyAssignabilityCheck,GrUnresolvedAccess
5430
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
5531
//noinspection GrUnresolvedAccess

0 commit comments

Comments
 (0)