Giter Site home page Giter Site logo

output-link-filter's Introduction

output-link-filter

IntelliJ IDEA plugin that filters output window for HTTP links and file paths and converts them to clickable links.

Screenshot

output-link-filter's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

output-link-filter's Issues

Better matcher for file links

I found out that the matcher pattern is not sufficent enough for some file links on windows.

I would suggest this one for files:

(([A-Z]:(\\+))|((\/+)))([a-zA-Z0-9' \/\\-_\\.]+)((:[0-9]+){2}:)

This would match for

[ant:checkstyle] C:\Users\ddd\Workspaces\Android Studio\callminder\app\src\main\java\de\activitys\BaseActivity.java:57:5: '@LayoutRes' Annotation-Modifier sollte vor den anderen Modifiern stehen.
[ant:checkstyle] /Users/ddd/Workspaces/Android Studio/callminder/app/src/main/java/de/activitys/BaseActivity.java:57:5: '@LayoutRes' Annotation-Modifier sollte vor den anderen Modifiern stehen.

Assertion error on IDEA 2019.1.2

IntelliJ IDEA 2019.1.2 (Ultimate Edition)
Build #IU-191.7141.44, built on May 7, 2019

JRE: 11.0.3+7-Ubuntu-1ubuntu219.04.1 amd64
JVM: OpenJDK 64-Bit Server VM by Ubuntu
Linux 5.0.0-16-generic

Output Link Filter v0.2

java.lang.AssertionError: Already disposed: Project (Disposed) 27.05.2019
	at com.intellij.openapi.components.impl.ComponentManagerImpl.lambda$throwAlreadyDisposed$1(ComponentManagerImpl.java:245)
	at com.intellij.openapi.application.ReadAction.lambda$run$1(ReadAction.java:53)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:970)
	at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:57)
	at com.intellij.openapi.application.ReadAction.run(ReadAction.java:53)
	at com.intellij.openapi.components.impl.ComponentManagerImpl.throwAlreadyDisposed(ComponentManagerImpl.java:243)
	at com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer(ComponentManagerImpl.java:236)
	at com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer(ComponentManagerImpl.java:46)
	at com.intellij.project.ProjectKt.getStateStore(project.kt:17)
	at com.intellij.openapi.project.impl.ProjectImpl.getStateStore(ProjectImpl.java:178)
	at com.intellij.openapi.project.impl.ProjectImpl.getBaseDir(ProjectImpl.java:210)
	at ru.metahouse.idea.linkfilter.OutputLinkFilter.applyFilter(OutputLinkFilter.java:40)
	at com.intellij.terminal.JBTerminalWidget$3.apply(JBTerminalWidget.java:248)
	at com.jediterm.terminal.model.hyperlinks.TextProcessing.lambda$processHyperlinks$0(TextProcessing.java:31)
	at com.jediterm.terminal.model.TerminalLine.runWithLock(TerminalLine.java:274)
	at com.jediterm.terminal.model.hyperlinks.TextProcessing.processHyperlinks(TextProcessing.java:28)
	at com.jediterm.terminal.model.LinesBuffer.lambda$writeString$0(LinesBuffer.java:152)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:729)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:678)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:373)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.