Categories
|
opensource software
Remote callProducts: Android Studio, IntelliJ IDEA, AppCode, PhpStorm, PyCharm, RubyMine, WebStorm Vendor: FarPost Email: Website: N/A Description:
IntelliJ IDEA plugin for remote call some procedures.
At the moment it can open the files on http GET-request to localhost:8091 with "message" parameter looking like
"FileName.java:89" or "any/path/FileName.java:89".
In this case plugin will try to find the most appropriate file basing on the specified path in opened projects and
navigate to it.
Send requests permitted only from localhost.
Full documentation URL:
https://github.com/Zolotov/RemoteCall#readme
4 updates are hidden
show all updates
Recent change notes:Support for additional \'column\' parameter |
|||||||||||||||||||||
Comments:
\
^: Unexpected internal error near index 1
\
^
java.util.regex.PatternSyntaxException: Unexpected internal error near index 1
\
^
at java.util.regex.Pattern.error(Pattern.java:1713)
at java.util.regex.Pattern.compile(Pattern.java:1466)
at java.util.regex.Pattern.(Pattern.java:1133)
at java.util.regex.Pattern.compile(Pattern.java:823)
at java.lang.String.split(String.java:2292)
at java.lang.String.split(String.java:2334)
at com.farpost.intellij.remotecall.utils.FileNavigatorImpl$1.run(FileNavigatorImpl.java:34)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:332)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:661)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:514)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:410)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:368)
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)