1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2025-01-04 19:42:47 +01:00
Commit Graph

73 Commits

Author SHA1 Message Date
24d3f8d5c3
Debug tools 2024-12-30 06:46:53 +01:00
8936f0e5be
Release 1.5 2024-12-26 23:33:36 +01:00
89e71d5301
Make middle-clicking an inspection lens jump to the start of the inspection highlight 2024-12-26 06:53:42 +01:00
4c80573375
Limit description length to 120 characters
Closes #18
2024-12-26 06:27:28 +01:00
816440a150
Strip uppercase tags from the beginning of inspection description
Meant for Kotlin compiler inspections, but could potentially affect others.
2024-12-26 01:54:16 +01:00
4899498522
Make inspection lenses clickable and show popup with intentions 2024-12-25 23:44:30 +01:00
8ee14ff55e
Hide line background highlighters in folded regions to fix documentation rendering
Closes #26
2024-12-24 19:38:31 +01:00
632a052ff9
Refactor code and organize packages 2024-12-24 06:39:45 +01:00
f2ec3c3d9b
Add dictionary file for IntelliJ 2024-12-24 05:43:41 +01:00
624254fba3
Add option to use UI font for lenses
Closes #23
2024-12-23 23:43:01 +01:00
c1b52ec3a5
Release 1.4.1 2024-08-12 13:36:21 +02:00
a84bc72fd4
Address Plugin DevKit inspections
Closes #24
2024-08-11 22:10:45 +02:00
e28804ad5d
Release 1.4 2024-06-15 01:55:33 +02:00
043c02e432
Add settings panel for configuring shown severities
Closes #2
2024-06-15 01:08:48 +02:00
223fceb6b9
Release 1.3.3 2024-04-22 01:24:45 +02:00
640d95cddc
Work around missing class error when installed on Gateway Client
Closes #21
2024-04-22 00:06:16 +02:00
fcd4d6588d
Revert "Strip HTML from inspection description"
This reverts commit e6be154f

Inspection description is not supposed to contain HTML, and IntelliJ itself does not render HTML in the Problems tool window. Issues with HTML in inspection descriptions should be reported to wherever those inspections are coming from.

Stripping HTML breaks any properly formatted inspections that include anything that looks like an HTML tag, so I'm reverting it.

I might remove unescaping HTML entities later, but I'm not currently aware of it breaking anything, so it can stay.
2024-03-17 02:08:21 +01:00
1c92cf000f
Release 1.3.2 2024-02-07 20:51:32 +01:00
83c179574a
Fix inspections randomly not disappearing 2024-02-07 20:33:31 +01:00
536650510d
Update IDEA to 2023.3.3 2024-02-07 06:40:15 +01:00
9f395476df
Release 1.3.1 2023-11-07 21:28:30 +01:00
182ad049d9
Convert a plugin.xml service to a light service 2023-11-07 21:27:42 +01:00
29cf88cc4b
Update API usage for 2023.3
Closes #20
2023-11-05 18:06:36 +01:00
a05a97274b
Update Gradle to 8.4 & update dependencies 2023-11-05 18:04:51 +01:00
9fd6f1b4fa
Update screenshot in README 2023-05-29 12:11:31 +02:00
c8cacbe252
Release 1.3.0 2023-05-28 17:40:28 +02:00
13f3c86afa
Fix inspections on LF characters causing line backgrounds to overflow to next line 2023-05-28 16:45:33 +02:00
synopss
94602bd8f9 Add line background colors
Closes #14
2023-05-28 16:08:59 +02:00
97422e1d42
Split and refactor EditorInlayLensManager 2023-05-26 10:49:22 +02:00
beab4af5ca
Fix grammar errors 2023-05-25 19:30:01 +02:00
443b2b9a2d
Release 1.2.0 2023-05-20 18:10:31 +02:00
e96961e10a
Remove IDEA project configuration files 2023-05-20 18:10:31 +02:00
7432c57e95
Fix compiler configuration 2023-05-20 16:07:02 +02:00
0f49339ca2
Refresh existing highlights when a new inspection severity mapping is registered 2023-05-20 15:59:55 +02:00
13f3002366
Add distinct colors for typos and Grazie inspections 2023-05-20 15:59:53 +02:00
44f2fa5c16
Refactor use of TextAttributes for inspection severities 2023-05-20 10:26:21 +02:00
eb2faa2518
Fix markup model listener accessing UI from non-EDT threads in 2023.2 EAP
Closes #17
2023-05-20 06:06:02 +02:00
c993b4f203
Release 1.1.2 2023-04-15 12:49:52 +02:00
eb2d60f22d
Add plugin icon 2023-04-15 12:47:02 +02:00
da47687696
Reorganize source code packages 2023-04-15 07:00:24 +02:00
86a3a87da2
Replace deprecated FileEditorManagerListener API 2023-04-12 07:03:11 +02:00
797efb48a2
Replace light/dark theme detection with a standard API 2023-04-12 07:00:44 +02:00
33bb46d0be
Update minimum version to 2023.1 2023-04-12 06:36:04 +02:00
87f6eda572
Release 1.1.1 2023-01-07 13:58:37 +01:00
ca4fb0484a
Rewrite inlay hint priority calculation to use position in line instead of the whole document 2023-01-07 05:25:38 +01:00
0aff0f49ae
Optimize processing of inspection descriptions 2023-01-05 08:37:31 +01:00
e2384a98a8
Sort highlights at the same position by severity 2023-01-05 05:53:23 +01:00
7c3910854d
Replace MultiParentDisposable with IntelliJ's Lifetime API 2022-10-24 00:55:54 +02:00
ce85aa130d
Release 1.1.0 2022-10-06 01:57:04 +02:00
0e380a4658
Fix false positive compatibility problem in IntelliJ plugin verifier 2022-10-06 00:27:02 +02:00