Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
working on external infoview search, adding search text field #93
working on external infoview search, adding search text field #93
Changes from all commits
31e9157
5a74ae9
4125863
3cffe15
69a346b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 35 in src/main/kotlin/lean4ij/actions/FindInExternalInfoview.kt
GitHub Actions / Qodana Community for JVM
Redundant semicolon
Check notice on line 29 in src/main/kotlin/lean4ij/actions/ToggleAutomaticallyRefreshInternalInfoview.kt
GitHub Actions / Qodana Community for JVM
Redundant 'if' statement
Check notice on line 44 in src/main/kotlin/lean4ij/actions/ToggleLeanInfoViewInternal.kt
GitHub Actions / Qodana Community for JVM
Unnecessary type argument
Check warning on line 64 in src/main/kotlin/lean4ij/actions/ToggleLeanInfoViewInternal.kt
GitHub Actions / Qodana Community for JVM
Redundant semicolon
Check warning on line 147 in src/main/kotlin/lean4ij/actions/ToggleLeanInfoViewInternal.kt
GitHub Actions / Qodana Community for JVM
Redundant semicolon
Check warning on line 167 in src/main/kotlin/lean4ij/actions/ToggleLeanInfoViewInternal.kt
GitHub Actions / Qodana Community for JVM
Redundant semicolon
Check warning on line 189 in src/main/kotlin/lean4ij/actions/ToggleLeanInfoViewInternal.kt
GitHub Actions / Qodana Community for JVM
Redundant semicolon
Check warning on line 197 in src/main/kotlin/lean4ij/actions/ToggleLeanInfoViewInternal.kt
GitHub Actions / Qodana Community for JVM
Redundant semicolon
Check warning on line 222 in src/main/kotlin/lean4ij/actions/ToggleLeanInfoViewInternal.kt
GitHub Actions / Qodana Community for JVM
Redundant semicolon
Check notice on line 37 in src/main/kotlin/lean4ij/infoview/LeanInfoViewWindow.kt
GitHub Actions / Qodana Community for JVM
Class member can have 'private' visibility
Check notice on line 39 in src/main/kotlin/lean4ij/infoview/LeanInfoViewWindow.kt
GitHub Actions / Qodana Community for JVM
Class member can have 'private' visibility
Check notice on line 40 in src/main/kotlin/lean4ij/infoview/LeanInfoViewWindow.kt
GitHub Actions / Qodana Community for JVM
Class member can have 'private' visibility
Check notice on line 73 in src/main/kotlin/lean4ij/infoview/LeanInfoViewWindow.kt
GitHub Actions / Qodana Community for JVM
Private property naming convention
Check warning on line 73 in src/main/kotlin/lean4ij/infoview/LeanInfoViewWindow.kt
GitHub Actions / Qodana Community for JVM
Unused symbol
Check warning on line 76 in src/main/kotlin/lean4ij/infoview/LeanInfoViewWindow.kt
GitHub Actions / Qodana Community for JVM
Unused symbol
Check notice on line 108 in src/main/kotlin/lean4ij/infoview/LeanInfoViewWindow.kt
GitHub Actions / Qodana Community for JVM
Return or assignment can be lifted out
Check notice on line 108 in src/main/kotlin/lean4ij/infoview/LeanInfoViewWindow.kt
GitHub Actions / Qodana Community for JVM
Redundant 'if' statement
Check warning on line 165 in src/main/kotlin/lean4ij/infoview/external/ExternalInfoViewService.kt
GitHub Actions / Qodana Community for JVM
Unused symbol
Check warning on line 176 in src/main/kotlin/lean4ij/infoview/external/ExternalInfoViewService.kt
GitHub Actions / Qodana Community for JVM
Redundant 'suspend' modifier
Check notice on line 147 in src/main/kotlin/lean4ij/infoview/external/JcefInfoviewTooWindowFactory.kt
GitHub Actions / Qodana Community for JVM
Class member can have 'private' visibility
Check notice on line 164 in src/main/kotlin/lean4ij/infoview/external/JcefInfoviewTooWindowFactory.kt
GitHub Actions / Qodana Community for JVM
Local variable naming convention
Check notice on line 165 in src/main/kotlin/lean4ij/infoview/external/JcefInfoviewTooWindowFactory.kt
GitHub Actions / Qodana Community for JVM
Local variable naming convention
Check notice on line 180 in src/main/kotlin/lean4ij/infoview/external/JcefInfoviewTooWindowFactory.kt
GitHub Actions / Qodana Community for JVM
Local variable naming convention
Check notice on line 181 in src/main/kotlin/lean4ij/infoview/external/JcefInfoviewTooWindowFactory.kt
GitHub Actions / Qodana Community for JVM
Local variable naming convention
Check notice on line 200 in src/main/kotlin/lean4ij/infoview/external/JcefInfoviewTooWindowFactory.kt
GitHub Actions / Qodana Community for JVM
Local variable naming convention
Check notice on line 213 in src/main/kotlin/lean4ij/infoview/external/JcefInfoviewTooWindowFactory.kt
GitHub Actions / Qodana Community for JVM
Local variable naming convention
Check notice on line 214 in src/main/kotlin/lean4ij/infoview/external/JcefInfoviewTooWindowFactory.kt
GitHub Actions / Qodana Community for JVM
Local variable naming convention
Check notice on line 266 in src/main/kotlin/lean4ij/infoview/external/JcefInfoviewTooWindowFactory.kt
GitHub Actions / Qodana Community for JVM
Class member can have 'private' visibility
Check warning on line 19 in src/main/kotlin/lean4ij/util/ProjectUtil.kt
GitHub Actions / Qodana Community for JVM
Redundant semicolon
Check warning on line 27 in src/main/kotlin/lean4ij/util/ProjectUtil.kt
GitHub Actions / Qodana Community for JVM
Redundant semicolon
Check warning on line 30 in src/main/kotlin/lean4ij/util/ProjectUtil.kt
GitHub Actions / Qodana Community for JVM
Unused symbol
Check warning on line 35 in src/main/kotlin/lean4ij/util/ProjectUtil.kt
GitHub Actions / Qodana Community for JVM
Redundant semicolon
Check warning on line 38 in src/main/kotlin/lean4ij/util/ProjectUtil.kt
GitHub Actions / Qodana Community for JVM
Unused receiver parameter