diff --git a/.gitignore b/.gitignore index 61cb4b5..2b5ee2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,5 @@ -build/artifacts -lib/build -lib/optional -lib/runtime -lib/packaged +build .idea .DS_Store -target -java-repl-intellij-plugin.zip out diff --git a/.travis.yml b/.travis.yml index 054fdee..b3b9125 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ install: - export PATH=$PATH:$HOME/.local/bin script: - - gradle -Pversion=$JAVAREPL_BUILD_NUMBER clean check shadowJar + - gradle -Pversion=$JAVAREPL_BUILD_NUMBER clean check shadowJar deploy: provider: releases diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index 6c2b806..0000000 --- a/TODO.txt +++ /dev/null @@ -1,28 +0,0 @@ -* Simple auto-completion -* Export evaluations to source file -* Show the list of recent exceptions -* Push automatically to ec2 - - -fix intellij 11 - -Error during dispatching of java.awt.event.KeyEvent[KEY_PRESSED,keyCode=74,keyText=J,keyChar='J',modifiers=Alt+Shift,extModifiers=Alt+Shift,keyLocation=KEY_LOCATION_STANDARD,rawCode=74,primaryLevelUnicode=106,scancode=36] on frame0: com.intellij.execution.console.LanguageConsoleViewImpl.(Lcom/intellij/execution/console/LanguageConsoleImpl;)V -java.lang.NoSuchMethodError: com.intellij.execution.console.LanguageConsoleViewImpl.(Lcom/intellij/execution/console/LanguageConsoleImpl;)V - at javarepl.plugin.JavaREPLConsoleRunner.initAndRun(JavaREPLConsoleRunner.java:96) - at javarepl.plugin.JavaREPLConsoleRunner.run(JavaREPLConsoleRunner.java:85) - at javarepl.plugin.RunJavaREPLConsoleAction.actionPerformed(RunJavaREPLConsoleAction.java:49) - at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$3.performAction(IdeKeyEventDispatcher.java:542) - at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:590) - at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.d(IdeKeyEventDispatcher.java:458) - at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:206) - at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:524) - at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:420) - at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:378) - at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) - at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) - at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) - at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) - at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) - at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) - - diff --git a/docker-commands.sh b/bin/docker-commands.sh similarity index 100% rename from docker-commands.sh rename to bin/docker-commands.sh diff --git a/build.xml b/build.xml deleted file mode 100644 index 21d6a09..0000000 --- a/build.xml +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -