06 September 2024

New version for CollapseClosingTags and MavenDependencyCollapse (jetbrains plugins)

- Fixed ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon


 

Just a quick update of my two jetbrain plugins. CollapseClosingTags and MavenDependencyCollapse.

Basically to fix a deprecation error that was shown almost each time you right clicked an xml file.

I also remove the plugin template code, since it was too complex and too many things that I just wasn't using. Now it's the plain new project sample from Intellij itself, with the custom code.

I did kept the changelog plugin though, it was the only easy way I found to sync the plugins descriptions between the readme and the plugin itself.

04 September 2024

New version of URLCheck (V 2.17)

V 2.17
- Improve: Input Text module display
- Improve: Hosts module will check for subdomains too
- Fix: Avoid crashes when decoding invalid text
- Fix: Avoid crashes with malformed queries
- Fix: Updated invalid lastUpdate of ClearUrl catalog
- Fix: Module enable switches was sometimes reset when the app was sent to the background
- Fix: Double decoding of url parts


 
In reality just a small update, but maybe it's useful for someone.