You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a software developer, I regularly have some log files containing references to other files and Java stack traces. I'd like to have an editor "language" that allows me to click on these references to allow navigation.
Examples for such references are:
names of existing files in the local filesystem
names of existing files in the local filesystem, plus line number (should be parsed like in the Go To Line action)
Java stack traces
Go stack traces
Lua stack traces
http and https URLs
I'd like to be able to have all these in a text file that is editable at the same time, allowing me to make remarks between the log messages.
In the default installation of IntelliJ, .log files are already colored, but references do not work.
IntelliJ suggests to enable the Ideolog plugin for these files, but when I do that, there is no highlighting anymore, which makes the situation look worse than before, even though the Ideolog settings have a checkbox named "Highlight links and code references in log".
I took a typical idea.log file as an example and appended a Java thread dump to it, expecting that it would be highlighted. The built-in Ideolog log formats didn't recognize the following line due to the space before the '992017':
As a software developer, I regularly have some log files containing references to other files and Java stack traces. I'd like to have an editor "language" that allows me to click on these references to allow navigation.
Examples for such references are:
I'd like to be able to have all these in a text file that is editable at the same time, allowing me to make remarks between the log messages.
In the default installation of IntelliJ,
.log
files are already colored, but references do not work.IntelliJ suggests to enable the Ideolog plugin for these files, but when I do that, there is no highlighting anymore, which makes the situation look worse than before, even though the Ideolog settings have a checkbox named "Highlight links and code references in log".
I took a typical
idea.log
file as an example and appended a Java thread dump to it, expecting that it would be highlighted. The built-in Ideolog log formats didn't recognize the following line due to the space before the '992017':The text was updated successfully, but these errors were encountered: