File tree Expand file tree Collapse file tree
src/main/kotlin/no/spk/fiskeoye/plugin/listeners/button Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7- ## [ 0.0.4] - 2025.07.10
7+ ## [ 0.0.4] - 2025.07.11
88
99### What's Changed
1010* Update changelog.md by @mohamead in [ PR #51 ] ( https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/51 )
1111* Add vertical scrollbar when needed by @mohamead in [ PR #52 ] ( https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/52 )
1212* Fix exception from invisible JBMenuItem in [ PR #53 ] ( https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/53 )
13+ * Remove unused imports [ PR #54 ] ( https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/54 )
1314
1415** Full Changelog** : https://github.com/statens-pensjonskasse/fiskeoye-plugin/compare/v0.0.3...v0.0.4
1516
Original file line number Diff line number Diff line change 11package no.spk.fiskeoye.plugin.listeners.button
22
33import com.intellij.openapi.diagnostic.Logger
4- import com.intellij.ui.components.JBLabel
54import com.intellij.ui.table.JBTable
6- import no.spk.fiskeoye.plugin.settings.FiskeoyeState
75import no.spk.fiskeoye.plugin.util.addMessage
86import no.spk.fiskeoye.plugin.util.getGeneralErrorMessage
9- import org.apache.commons.text.StringEscapeUtils.escapeHtml4
10- import java.awt.Font
117import javax.swing.SwingUtilities
128
139internal abstract class FiskoyeSearchActionListener : FiskeoyeActionListener () {
You can’t perform that action at this time.
0 commit comments