mirror of
				https://github.com/chylex/IntelliJ-Inspection-Lens.git
				synced 2025-10-31 11:17:14 +01:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			55b71b982b
			...
			06c81654e8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 06c81654e8 | |||
| c9f59202d9 | |||
| e3ca432e26 | 
							
								
								
									
										3
									
								
								.github/FUNDING.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.github/FUNDING.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| github: chylex | ||||
| patreon: chylex | ||||
| ko_fi: chylex | ||||
							
								
								
									
										
											BIN
										
									
								
								.github/readme/intellij.png
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.github/readme/intellij.png
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 20 KiB | 
| @@ -5,3 +5,5 @@ Simply install the plugin and inspection descriptions will appear on the right s | ||||
| The plugin is not customizable outside of the ability to disable/enable the plugin without restarting the IDE. If the defaults don't work for you, I would recommend either trying the [Inline Error](https://plugins.jetbrains.com/plugin/17302-inlineerror) plugin which can be customized, or proposing your change in the [issue tracker](https://github.com/chylex/IntelliJ-Inspection-Lens/issues). | ||||
|  | ||||
| Inspired by [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens) for Visual Studio Code, and [Inline Error](https://plugins.jetbrains.com/plugin/17302-inlineerror) for IntelliJ Platform. | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -53,7 +53,7 @@ class LensMarkupModelListener private constructor(editor: Editor) : MarkupModelL | ||||
| 	} | ||||
| 	 | ||||
| 	companion object { | ||||
| 		private val MINIMUM_SEVERITY = HighlightSeverity.DEFAULT_SEVERITIES.toList().minusElement(HighlightSeverity.INFORMATION).minOf(HighlightSeverity::myVal) | ||||
| 		private val MINIMUM_SEVERITY = HighlightSeverity.TEXT_ATTRIBUTES.myVal + 1 | ||||
| 		 | ||||
| 		private inline fun runWithHighlighterIfValid(highlighter: RangeHighlighter, actionForImmediate: (HighlighterWithInfo) -> Unit, actionForAsync: (HighlighterWithInfo.Async) -> Unit) { | ||||
| 			if (!highlighter.isValid) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user